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