diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-11-28 19:50:55 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-11-28 19:50:55 +0100 |
commit | 75baca7b3c9aa94db6b4295a7ff5be165281ed68 (patch) | |
tree | 60586d71b18dbfef0fcfdd0bde0d39f0e68810f5 | |
parent | 25fcb44b766330252a229667e0f9897951d40703 (diff) | |
download | jenkins.debian.net-75baca7b3c9aa94db6b4295a7ff5be165281ed68.tar.xz |
reproducible arch: when nothing to do, exit cleanly (instead of aborting)
-rwxr-xr-x | bin/reproducible_build_arch_pkg.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/reproducible_build_arch_pkg.sh b/bin/reproducible_build_arch_pkg.sh index bf775e6f..48654f03 100755 --- a/bin/reproducible_build_arch_pkg.sh +++ b/bin/reproducible_build_arch_pkg.sh @@ -198,8 +198,7 @@ if [ -z $SRCPACKAGE ] ; then sleep 30m echo "$(date -u ) - still sleeping..." done - echo "$(date -u ) - abort now." - exec /srv/jenkins/bin/abort.sh + echo "$(date -u ) - exiting cleanly now." exit 0 fi # build package twice |