We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc4137a commit 647f7e5Copy full SHA for 647f7e5
contrib/guix/libexec/build.sh
@@ -446,5 +446,6 @@ mv --no-target-directory "$OUTDIR" "$ACTUAL_OUTDIR" \
446
find "$ACTUAL_OUTDIR" -type f
447
} | xargs realpath --relative-base="$PWD" \
448
| xargs sha256sum \
449
+ | sort -k2 \
450
| sponge "$ACTUAL_OUTDIR"/SHA256SUMS.part
451
)
contrib/guix/libexec/codesign.sh
@@ -108,5 +108,6 @@ mv --no-target-directory "$OUTDIR" "$ACTUAL_OUTDIR" \
108
109
110
111
112
113
0 commit comments