[Qa-jenkins-scm] [jenkins.debian.net] 04/05: reproducible: skip updating schroots and pbuilder on jenkins

Holger Levsen holger at moszumanska.debian.org
Sat Sep 12 15:58: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 2d6739a8ce7c7047930236fabe0e3a45d3233eb7
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Sep 12 17:56:53 2015 +0200

    reproducible: skip updating schroots and pbuilder on jenkins
---
 bin/reproducible_maintenance.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index 50be20b..9b01ae0 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -45,6 +45,10 @@ 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

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