Skip to content

Commit

Permalink
Debian package build: Allow override of public key file (#614)
Browse files Browse the repository at this point in the history
This asks for confirmation which we don't want in the automated flow.
  • Loading branch information
lfittl authored Oct 17, 2024
1 parent 1afee06 commit 8882c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/repo/sync_deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ reprepro --basedir /repo/debian/bookworm includedeb stable /deb/systemd/$DEB_PAC
reprepro --basedir /repo/debian/bookworm includedeb stable /deb/systemd/$DEB_PACKAGE_ARM64

# Verify signatures
gpg --dearmor -o /repo/pganalyze_signing_key.gpg /repo/pganalyze_signing_key.asc
gpg --dearmor --yes -o /repo/pganalyze_signing_key.gpg /repo/pganalyze_signing_key.asc
gpgv --keyring /repo/pganalyze_signing_key.gpg /repo/ubuntu/focal/dists/stable/InRelease
gpgv --keyring /repo/pganalyze_signing_key.gpg /repo/ubuntu/jammy/dists/stable/InRelease
gpgv --keyring /repo/pganalyze_signing_key.gpg /repo/ubuntu/noble/dists/stable/InRelease
Expand Down

0 comments on commit 8882c30

Please sign in to comment.