Skip to content

Commit

Permalink
guix: temp fix attest script for flatpak
Browse files Browse the repository at this point in the history
  • Loading branch information
tobtoht committed Mar 13, 2024
1 parent 733bc8d commit 64e77d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contrib/guix/guix-attest
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ if (( ${#sha256sum_fragments[@]} )); then
for logdir in "${sha256sum_fragments[@]}"; do
echo " '$logdir'"
case "$logdir" in
"$LOGDIR_BASE"/*.pack/SHA256SUMS.part)
;;
"$LOGDIR_BASE"/*-codesigned/SHA256SUMS.part)
codesigned_fragments+=("$logdir")
;;
Expand All @@ -135,6 +137,8 @@ else
exit 1
fi

noncodesigned_fragments+=("$OUTDIR_BASE/x86_64-linux-gnu.pack/SHA256SUMS.part")

##############
## Attest ##
##############
Expand Down

0 comments on commit 64e77d3

Please sign in to comment.