[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible archlinux: more YOLO-style workarounding weirdness on pb3

Holger Levsen holger at moszumanska.debian.org
Wed Jan 27 11:00:53 UTC 2016


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 00a830510648d32623a65da8a19025e9e3571aac
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Jan 27 12:00:46 2016 +0100

    reproducible archlinux: more YOLO-style workarounding weirdness on pb3
---
 bin/reproducible_setup_archlinux_schroot.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/bin/reproducible_setup_archlinux_schroot.sh b/bin/reproducible_setup_archlinux_schroot.sh
index 7fd3e19..0426a04 100755
--- a/bin/reproducible_setup_archlinux_schroot.sh
+++ b/bin/reproducible_setup_archlinux_schroot.sh
@@ -108,6 +108,10 @@ $ROOTCMD chown -R jenkins:jenkins /var/lib/jenkins
 echo ". /etc/profile.d/proxy.sh" | tee -a $SCHROOT_BASE/$TARGET/var/lib/jenkins/.bashrc
 $USERCMD bash -l -c 'gpg --check-trustdb' # first run will create ~/.gnupg/gpg.conf
 echo "keyserver-options auto-key-retrieve" | tee -a $SCHROOT_BASE/$TARGET/var/lib/jenkins/.gnupg/gpg.conf
+if [ "$HOSTNAME" = "profitbricks-build3-amd64" ] ; then
+	# YOLO, see YOLO comment above
+	echo "no-autostart" | tee -a $SCHROOT_BASE/$TARGET/var/lib/jenkins/.gnupg/gpg.conf
+fi
 $USERCMD bash -l -c '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