From 64e77d397e718d9733c9aca77a97433067a7f3d7 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Wed, 13 Mar 2024 20:18:11 +0100 Subject: [PATCH] guix: temp fix attest script for flatpak --- contrib/guix/guix-attest | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contrib/guix/guix-attest b/contrib/guix/guix-attest index 1f07a205..3f016d60 100755 --- a/contrib/guix/guix-attest +++ b/contrib/guix/guix-attest @@ -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 ## ############## -- 2.52.0