[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible arch: order is important

Holger Levsen holger at moszumanska.debian.org
Sat Oct 17 02:08:41 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 8ace84efc4ec7cc23fca24ea2d3a6d9c730fa048
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Oct 17 04:07:51 2015 +0200

    reproducible arch: order is important
---
 bin/reproducible_arch_schroot_setup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_arch_schroot_setup.sh b/bin/reproducible_arch_schroot_setup.sh
index 7fdc34c..bff33b2 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
 

-- 
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