[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible arch: fixup perms to fix sudo

Holger Levsen holger at moszumanska.debian.org
Sat Oct 17 02:30:28 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 d9648acbb6b9535a547c5100cf007303d620d6da
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Oct 17 04:29:38 2015 +0200

    reproducible arch: fixup perms to fix sudo
---
 bin/reproducible_arch_schroot_setup.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/bin/reproducible_arch_schroot_setup.sh b/bin/reproducible_arch_schroot_setup.sh
index bff33b2..cd563f7 100755
--- a/bin/reproducible_arch_schroot_setup.sh
+++ b/bin/reproducible_arch_schroot_setup.sh
@@ -39,6 +39,8 @@ bootstrap() {
 	mv $SCHROOT_TARGET $SCHROOT_BASE/$TARGET
 	mkdir $SCHROOT_BASE/$TARGET/proc $SCHROOT_BASE/$TARGET/sys
 	chmod 555 $SCHROOT_BASE/$TARGET/proc $SCHROOT_BASE/$TARGET/sys
+	# mktemp creates directories with 700 perms
+	chmod 755 $SCHROOT_BASE/$TARGET
 }
 
 cleanup() {

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