Skip to content

Commit 4939d27

Browse files
committed
debug: check repo sign after publishing
1 parent 7b28ad4 commit 4939d27

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nix/scripts/mirror-apt-jammy.sh

+3
Original file line numberDiff line numberDiff line change
@@ -173,3 +173,6 @@ gpg --armor --export "[email protected]"
173173
$aptly publish snapshot -gpg-key="[email protected]" -distribution jammy wire
174174

175175
gpg --export [email protected] -a > "$aptly_root/public/gpg"
176+
177+
echo "Check repo signature"
178+
gpg --verify "$aptly_root/public/dists/jammy/Release.gpg"

0 commit comments

Comments
 (0)