diff options
author | Allan McRae <allan@archlinux.org> | 2011-04-17 22:38:35 +1000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-04-20 18:58:55 -0500 |
commit | 4c31bc6e3f32d954a9a0f81555abe5b91db3a6d3 (patch) | |
tree | 89927ede6fc4ed41c6d0c58bf6450fc211c7372f /etc | |
parent | cb35affd1b2ac7bb489c8774685225672c5a3d9f (diff) | |
download | pacman-4c31bc6e3f32d954a9a0f81555abe5b91db3a6d3.tar.xz |
Add configure option to specify package signing key
Add the "GPGKEY" option to makepkg.conf for specifying signing packages
with the non-default key from the keyring. Is overridded by makepkg's
--key option.
Signed-off-by: Allan McRae <allan@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/makepkg.conf.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in index c3b7cc09..9a790fcf 100644 --- a/etc/makepkg.conf.in +++ b/etc/makepkg.conf.in @@ -101,6 +101,8 @@ PURGE_TARGETS=(usr/{,share}/info/dir .packlist *.pod) #SRCPKGDEST=/home/srcpackages #-- Packager: name/email of the person or organization building packages #PACKAGER="John Doe <john@doe.com>" +#-- Specify a key to use for package signing +#GPGKEY="" ######################################################################### # EXTENSION DEFAULTS |