From 2d6739a8ce7c7047930236fabe0e3a45d3233eb7 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 12 Sep 2015 17:56:53 +0200 Subject: reproducible: skip updating schroots and pbuilder on jenkins --- bin/reproducible_maintenance.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bin/reproducible_maintenance.sh') diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh index 50be20b9..9b01ae0d 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 -- cgit v1.2.3-70-g09d2