Skip to content

Commit

Permalink
Import repo keys from user-readable local copy
Browse files Browse the repository at this point in the history
  • Loading branch information
zultron committed Apr 8, 2015
1 parent 12a97a2 commit 31b7d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/debian-pkg-repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ deb_repo_init() {
debug " Setting up GPG package signing keys"
run_user mkdir -p $GNUPGHOME; run_user chmod 700 $GNUPGHOME
run_user GNUPGHOME=$GNUPGHOME gpg --import \
/var/lib/sbuild/apt-keys/sbuild-key.sec
$GNUPGHOME/sbuild-key.sec
fi
SIGNING_KEY=$(GNUPGHOME=$GNUPGHOME gpg --fingerprint \
--no-permission-warning 'Sbuild Signer' | \
Expand Down

0 comments on commit 31b7d5a

Please sign in to comment.