Skip to content

Commit 647f7e5

Browse files
committed
guix: Also sort SHA256SUMS.part
1 parent dc4137a commit 647f7e5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

contrib/guix/libexec/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,5 +446,6 @@ mv --no-target-directory "$OUTDIR" "$ACTUAL_OUTDIR" \
446446
find "$ACTUAL_OUTDIR" -type f
447447
} | xargs realpath --relative-base="$PWD" \
448448
| xargs sha256sum \
449+
| sort -k2 \
449450
| sponge "$ACTUAL_OUTDIR"/SHA256SUMS.part
450451
)

contrib/guix/libexec/codesign.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,6 @@ mv --no-target-directory "$OUTDIR" "$ACTUAL_OUTDIR" \
108108
find "$ACTUAL_OUTDIR" -type f
109109
} | xargs realpath --relative-base="$PWD" \
110110
| xargs sha256sum \
111+
| sort -k2 \
111112
| sponge "$ACTUAL_OUTDIR"/SHA256SUMS.part
112113
)

0 commit comments

Comments
 (0)