We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1532db commit a29f826Copy full SHA for a29f826
contrib/guix/guix-attest
@@ -192,6 +192,7 @@ mkdir -p "$outsigdir"
192
193
if (( ${#noncodesigned_fragments[@]} )); then
194
cat "${noncodesigned_fragments[@]}" \
195
+ | grep -v apple-darwin-debug.tar \
196
| sort -u \
197
| sort -k2 \
198
| basenameify_SHA256SUMS \
@@ -220,6 +221,7 @@ mkdir -p "$outsigdir"
220
221
# Note: all.SHA256SUMS attests to all of $sha256sum_fragments, but is
222
# not needed if there are no $codesigned_fragments
223
cat "${sha256sum_fragments[@]}" \
224
225
226
227
0 commit comments