From 5c3c38b46b93efae12b576c421c8016cc733756d Mon Sep 17 00:00:00 2001 From: Parabola automatic package builder Date: Tue, 24 Jun 2014 03:52:10 +0000 Subject: avoid repeating the packager info. Get it from git config when generating a gpg key, then get everything from gpg in makepkg. --- bin/setup | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/setup') diff --git a/bin/setup b/bin/setup index e143fe7..f421cbd 100755 --- a/bin/setup +++ b/bin/setup @@ -23,12 +23,12 @@ autobuild $(HOME)/bin/autobuild: $(HOME)/bin/autobuild.c $(HOME)/.ssh/id_rsa $(HOME)/.ssh/id_rsa.pub: ssh-keygen -N '' -f $@ -$(HOME)/.gnupg/secring.gpg: +$(HOME)/.gnupg/secring.gpg: | $(HOME)/.gitconfig printf '%s\n' \ 'Key-Type: default' \ 'Subkey-Type: default' \ - 'Name-Real: Parabola automatic package builder' \ - 'Name-Email: dev@lists.parabolagnulinux.org' \ + "Name-Real: $(git config user.name)" \ + "Name-Email: $(git config user.email)" \ 'Expire-Date: 0' \ | gpg --gen-key --batch -- cgit v1.2.2