]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
guix: temp fix attest script for flatpak
authortobtoht <tob@featherwallet.org>
Wed, 13 Mar 2024 19:18:11 +0000 (20:18 +0100)
committertobtoht <tob@featherwallet.org>
Wed, 13 Mar 2024 19:36:44 +0000 (20:36 +0100)
contrib/guix/guix-attest

index 1f07a20510b1c5f1f5138f9031d27c8b69472626..3f016d608db58b2707514b915fe9a8a8ea3a13d2 100755 (executable)
@@ -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")
                 ;;
@@ -135,6 +137,8 @@ else
     exit 1
 fi
 
+noncodesigned_fragments+=("$OUTDIR_BASE/x86_64-linux-gnu.pack/SHA256SUMS.part")
+
 ##############
 ##  Attest  ##
 ##############