summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-10 15:47:52 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-10 15:47:52 +0200
commit877b3ae54a75f1d1d2c791c9231936e4b4ed7090 (patch)
tree170c7e4097a43b1451f7a9a8b1a04e097b09dca1 /bin
parentc9a8263be7621373d6ba924c91f2a49042bcaec9 (diff)
downloadjenkins.debian.net-877b3ae54a75f1d1d2c791c9231936e4b4ed7090.tar.xz
reproducible: version mismatch better causes 404 than depwait
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index a641a9db..81ba8784 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -602,7 +602,7 @@ build_rebuild() {
# FIXME: this is wrong / not optimal, the build should be aborted cleanly and the package rescheduled, not depwait.
FTBFS=0
calculate_build_duration
- update_db_and_html "depwait"
+ update_db_and_html "404"
handle_unhandled "Build of ${SRCPACKAGE} for $SUITE/$ARCH needs to be rescheduled" "5m"
elif [ -f b1/${SRCPACKAGE}_${EVERSION}_${ARCH}.changes ] ; then
# the first build did not FTBFS, try rebuild it.