[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible arch: scheduler needs to be run on the arch build node...

Holger Levsen holger at moszumanska.debian.org
Fri Oct 16 17:54:39 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 188d69e869ab422e956e1e5f1dabcf7b34d21dbe
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Oct 16 19:53:49 2015 +0200

    reproducible arch: scheduler needs to be run on the arch build node...
---
 bin/reproducible_build_arch_pkg.sh | 36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)

diff --git a/bin/reproducible_build_arch_pkg.sh b/bin/reproducible_build_arch_pkg.sh
index 51cd6e3..67241e5 100755
--- a/bin/reproducible_build_arch_pkg.sh
+++ b/bin/reproducible_build_arch_pkg.sh
@@ -155,25 +155,25 @@ fi
 # main - only used in master-mode
 #
 # first, we need to choose a package…
-SESSION="arch-scheduler-$RANDOM"
-schroot --begin-session --session-name=$SESSION -c jenkins-reproducible-arch
-PACKAGES="$(schroot --run-session -c $SESSION --directory /var/abs/core -- ls -1|sort -R|xargs echo)"
-schroot --end-session -c $SESSION
-SRCPACKAGE=""
-for PKG in $PACKAGES ; do
-	if [ ! -f $BASE/archlinux/$PKG.html ] ; then
-		SRCPACKAGE=$PKG
-		echo "Would build $PKG now but let's continue testing with sudo…"
+#SESSION="arch-scheduler-$RANDOM"
+#schroot --begin-session --session-name=$SESSION -c jenkins-reproducible-arch
+#PACKAGES="$(schroot --run-session -c $SESSION --directory /var/abs/core -- ls -1|sort -R|xargs echo)"
+#schroot --end-session -c $SESSION
+#SRCPACKAGE=""
+#for PKG in $PACKAGES ; do
+#	if [ ! -f $BASE/archlinux/$PKG.html ] ; then
+#		SRCPACKAGE=$PKG
+#		echo "Would build $PKG now but let's continue testing with sudo…"
 		SRCPACKAGE="sudo"
-		break
-	fi
-done
-if [ -z $SRCPACKAGE ] ; then
-	echo "No package found to be build, sleeping 30m."
-	sleep 30m
-	exec /srv/jenkins/bin/abort.sh
-	exit 0
-fi
+#		break
+#	fi
+#done
+#if [ -z $SRCPACKAGE ] ; then
+#	echo "No package found to be build, sleeping 30m."
+#	sleep 30m
+#	exec /srv/jenkins/bin/abort.sh
+#	exit 0
+#fi
 # build package twice
 build_rebuild
 # run diffoscope on the results

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