We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b28ad4 commit 4939d27Copy full SHA for 4939d27
nix/scripts/mirror-apt-jammy.sh
@@ -173,3 +173,6 @@ gpg --armor --export "[email protected]"
173
$aptly publish snapshot -gpg-key="[email protected]" -distribution jammy wire
174
175
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