Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 4548618

Browse files
authored
Simplify path mapping of p4-fusion package (#62095)
This PR is a precursor to a second PR that will drop the shell layer in between gitserver and p4-fusion. We will track command outputs and resource requirements separately, so there's no need for this additional layer of complexity anymore. Test plan: This just bumps the package and simplifies the path, a follow-up PR will make use of this new epoch.
1 parent 7b49399 commit 4548618

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

wolfi-packages/p4-fusion-sg.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
package:
44
name: p4-fusion-sg
55
version: 1.13.2
6-
epoch: 3
6+
epoch: 4
77
description: "A fast Perforce to Git conversion tool, Sourcegraph fork"
88
target-architecture:
99
- x86_64
@@ -83,7 +83,7 @@ pipeline:
8383
# Copy p4-fusion binary
8484
- runs: |
8585
mkdir -p ${{targets.destdir}}/usr/local/bin/
86-
cp p4-fusion-src/build/p4-fusion/p4-fusion ${{targets.destdir}}/usr/local/bin/p4-fusion-binary
86+
cp p4-fusion-src/build/p4-fusion/p4-fusion ${{targets.destdir}}/usr/local/bin/p4-fusion
8787
8888
update:
8989
enabled: false # Our p4-fusion fork does not provide releases or tags

wolfi-packages/p4-fusion.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
package:
44
name: p4-fusion
55
version: 1.12
6-
epoch: 11
6+
epoch: 12
77
description: "A fast Perforce to Git conversion tool"
88
target-architecture:
99
- x86_64
@@ -83,7 +83,7 @@ pipeline:
8383
# Copy p4-fusion binary
8484
- runs: |
8585
mkdir -p ${{targets.destdir}}/usr/local/bin/
86-
cp p4-fusion-src/build/p4-fusion/p4-fusion ${{targets.destdir}}/usr/local/bin/p4-fusion-binary
86+
cp p4-fusion-src/build/p4-fusion/p4-fusion ${{targets.destdir}}/usr/local/bin/p4-fusion
8787
8888
update:
8989
enabled: true

0 commit comments

Comments
 (0)