diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-17 04:07:51 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-17 04:07:51 +0200 |
commit | 8ace84efc4ec7cc23fca24ea2d3a6d9c730fa048 (patch) | |
tree | 611312aedbbcc4f299ead00ded9f19b3d864c4be | |
parent | 9d391174901cee1a0d3546c59fafc372bf695b3b (diff) | |
download | jenkins.debian.net-8ace84efc4ec7cc23fca24ea2d3a6d9c730fa048.tar.xz |
reproducible arch: order is important
-rwxr-xr-x | bin/reproducible_arch_schroot_setup.sh | 2 |
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 |