[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible arch: fix path

Holger Levsen holger at moszumanska.debian.org
Sat Oct 17 03:06:14 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 7390b0135b786e7adaf463399ba603934685c557
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Oct 17 05:05:25 2015 +0200

    reproducible arch: fix path
---
 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 be06024..d7af668 100755
--- a/bin/reproducible_arch_schroot_setup.sh
+++ b/bin/reproducible_arch_schroot_setup.sh
@@ -71,7 +71,7 @@ $ROOTCMD pacman -S --noconfirm base-devel devtools abs
 # configure abs
 $ROOTCMD abs core extra
 # configure sudo
-echo 'jenkins ALL= NOPASSWD: /usr/sbin/pacman *' | $ROOTCMD tee -a $SCHROOT_BASE/$TARGET/etc/sudoers
+echo 'jenkins ALL= NOPASSWD: /usr/sbin/pacman *' | $ROOTCMD tee -a /etc/sudoers
 
 # configure jenkins user
 $ROOTCMD mkdir /var/lib/jenkins

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