[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible netbsd: use -U to avoid using sudo

Holger Levsen holger at moszumanska.debian.org
Thu Jul 9 18:15:56 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 1b749c169ccff9205044c6046d6750c955776374
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Jul 9 20:15:33 2015 +0200

    reproducible netbsd: use -U to avoid using sudo
---
 bin/reproducible_netbsd.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_netbsd.sh b/bin/reproducible_netbsd.sh
index c37353f..cde63c1 100755
--- a/bin/reproducible_netbsd.sh
+++ b/bin/reproducible_netbsd.sh
@@ -72,7 +72,7 @@ for MACHINE in $MACHINES ; do
 	# save results in b1
 	save_netbsd_results b1 ${MACHINE}
 	# cleanup and explicitly delete old tooldir to force re-creation for the next $MACHINE type
-	./build.sh -m ${MACHINE} cleandir
+	./build.sh -U -m ${MACHINE} cleandir
 	rm obj/tooldir.* -rf
 	echo "${MACHINE} done, first time."
 done
@@ -102,7 +102,7 @@ for MACHINE in $MACHINES ; do
 	# save results in b2
 	save_netbsd_results b2 ${MACHINE}
 	# cleanup and explicitly delete old tooldir to force re-creation for the next $MACHINE type
-	./build.sh -m ${MACHINE} cleandir
+	./build.sh -U -m ${MACHINE} cleandir
 	rm obj/tooldir.* -r
 	echo "${MACHINE} done, second time."
 done

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