summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build_arch_pkg.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-11-28 19:50:55 +0100
committerHolger Levsen <holger@layer-acht.org>2015-11-28 19:50:55 +0100
commit75baca7b3c9aa94db6b4295a7ff5be165281ed68 (patch)
tree60586d71b18dbfef0fcfdd0bde0d39f0e68810f5 /bin/reproducible_build_arch_pkg.sh
parent25fcb44b766330252a229667e0f9897951d40703 (diff)
downloadjenkins.debian.net-75baca7b3c9aa94db6b4295a7ff5be165281ed68.tar.xz
reproducible arch: when nothing to do, exit cleanly (instead of aborting)
Diffstat (limited to 'bin/reproducible_build_arch_pkg.sh')
-rwxr-xr-xbin/reproducible_build_arch_pkg.sh3
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