[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible arch: run gpg twice, as the first run will create the needed gpg.conf

Holger Levsen holger at moszumanska.debian.org
Fri Oct 16 13:40:08 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit bd168b73476e27b1930bd3e8b3a247df1ed1d90d
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Oct 16 15:39:19 2015 +0200

    reproducible arch: run gpg twice, as the first run will create the needed gpg.conf
---
 bin/reproducible_arch_schroot_setup.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/reproducible_arch_schroot_setup.sh b/bin/reproducible_arch_schroot_setup.sh
index b29464c..a6285e3 100755
--- a/bin/reproducible_arch_schroot_setup.sh
+++ b/bin/reproducible_arch_schroot_setup.sh
@@ -62,6 +62,7 @@ $ROOTCMD abs
 # configure jenkins user
 $ROOTCMD mkdir /var/lib/jenkins
 $ROOTCMD chown jenkins:jenkins /var/lib/jenkins
+$USERCMD gpg --check-trustdb # first run will create ~/.gnupg/gpg.conf
 $USERCMD gpg --recv-keys 0x091AB856069AAA1C
 
 echo "schroot $TARGET set up successfully in $SCHROOT_BASE/$TARGET - exiting now."

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list