From 75baca7b3c9aa94db6b4295a7ff5be165281ed68 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 28 Nov 2015 19:50:55 +0100 Subject: reproducible arch: when nothing to do, exit cleanly (instead of aborting) --- bin/reproducible_build_arch_pkg.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bin/reproducible_build_arch_pkg.sh') 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 -- cgit v1.2.3-54-g00ecf