diff options
-rwxr-xr-x | bin/reproducible_maintenance.sh | 4 |
1 files changed, 4 insertions, 0 deletions
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 |