[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible: update schroots on jenkins again

Holger Levsen holger at moszumanska.debian.org
Tue Sep 15 18:31:26 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 47388af20d0b1d7d87a732d151bfe492b4f438e2
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Sep 15 20:31:18 2015 +0200

    reproducible: update schroots on jenkins again
---
 bin/reproducible_maintenance.sh | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index e917dd3..c577a65 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -45,10 +45,6 @@ echo "$(date -u) - updating the schroots and pbuilder now..."
 set +e
 ARCH=$(dpkg --print-architecture)
 for s in $SUITES ; do
-	if [ "$(hostname)" = "jenkins" ] ; then
-		echo "$(date -u) - nothing to do on $(hostname -f)..."
-		break
-	fi
 	if [ "$ARCH" = "armhf" ] && [ "$s" != "unstable" ] ; then
 		continue
 	fi
@@ -75,7 +71,12 @@ for s in $SUITES ; do
 	#
 	# pbuilder update
 	#
-	echo "$(date -u) - updating pbuilder for $s/$ARCH now."
+	# pbuilder aint used on jenkins anymore
+	if [ "$(hostname)" = "jenkins" ] ; then
+		continue
+	else
+		echo "$(date -u) - updating pbuilder for $s/$ARCH now."
+	fi
 	# use host apt proxy configuration for pbuilder
 	if [ ! -z "$http_proxy" ] ; then
 		pbuilder_http_proxy="--http-proxy $http_proxy"

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