summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-10-17 04:07:51 +0200
committerHolger Levsen <holger@layer-acht.org>2015-10-17 04:07:51 +0200
commit8ace84efc4ec7cc23fca24ea2d3a6d9c730fa048 (patch)
tree611312aedbbcc4f299ead00ded9f19b3d864c4be /bin
parent9d391174901cee1a0d3546c59fafc372bf695b3b (diff)
downloadjenkins.debian.net-8ace84efc4ec7cc23fca24ea2d3a6d9c730fa048.tar.xz
reproducible arch: order is important
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_arch_schroot_setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_arch_schroot_setup.sh b/bin/reproducible_arch_schroot_setup.sh
index 7fdc34c6..bff33b23 100755
--- a/bin/reproducible_arch_schroot_setup.sh
+++ b/bin/reproducible_arch_schroot_setup.sh
@@ -70,8 +70,8 @@ echo "export http_proxy=$http_proxy" | tee -a $SCHROOT_BASE/$TARGET/root/.bashrc
# configure jenkins user
$ROOTCMD mkdir /var/lib/jenkins
-echo "export http_proxy=$http_proxy" | tee -a $SCHROOT_BASE/$TARGET/var/lib/jenkins/.bashrc
$ROOTCMD chown -R jenkins:jenkins /var/lib/jenkins
+echo "export http_proxy=$http_proxy" | tee -a $SCHROOT_BASE/$TARGET/var/lib/jenkins/.bashrc
$USERCMD gpg --check-trustdb # first run will create ~/.gnupg/gpg.conf
$USERCMD gpg --recv-keys 0x091AB856069AAA1C