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

Commit 79bfaf9

Browse files
authored
Update p4-fusion wolfi image (#64514)
This is to use the new p4-fusion version that does not fetch labels when `noConvertLabels` is set. <!-- PR description tips: https://www.notion.so/sourcegraph/Write-a-good-pull-request-description-610a7fd3e613496eb76f450db5a49b6e --> ## Test plan Builds pass <!-- REQUIRED; info at https://docs-legacy.sourcegraph.com/dev/background-information/testing_principles --> ## Changelog <!-- OPTIONAL; info at https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c -->
1 parent d6660b9 commit 79bfaf9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

wolfi-packages/p4-fusion-sg.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
package:
44
name: p4-fusion-sg
5-
version: 1.14.0
5+
version: 1.14.1
66
epoch: 0
77
description: "A fast Perforce to Git conversion tool, Sourcegraph fork"
88
target-architecture:
@@ -35,12 +35,12 @@ pipeline:
3535
# Download p4-fusion
3636
- uses: fetch
3737
with:
38-
uri: https://github.com/sourcegraph/p4-fusion/archive/00c54b37be9cbf3b1b70a79fef55ce0e78945c06.tar.gz
39-
expected-sha256: 6f4fc7726537d934070af3d09b883de843e44ca0496952a1872af46e7449dbab
38+
uri: https://github.com/sourcegraph/p4-fusion/archive/da9080587bc40ef9cf40690f315bcd8137677fdd.tar.gz
39+
expected-sha256: 2ca2811bd807ece9b778d8481d77d7643cb137f7d863fb52a1e1edfa7578610f
4040
extract: false
4141
- runs: |
4242
mkdir p4-fusion-src
43-
tar -C p4-fusion-src -xzf 00c54b37be9cbf3b1b70a79fef55ce0e78945c06.tar.gz --strip 1
43+
tar -C p4-fusion-src -xzf da9080587bc40ef9cf40690f315bcd8137677fdd.tar.gz --strip 1
4444
4545
# Download OpenSSL
4646
- uses: fetch

0 commit comments

Comments
 (0)