diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-10 15:47:52 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-10 15:47:52 +0200 |
commit | 877b3ae54a75f1d1d2c791c9231936e4b4ed7090 (patch) | |
tree | 170c7e4097a43b1451f7a9a8b1a04e097b09dca1 | |
parent | c9a8263be7621373d6ba924c91f2a49042bcaec9 (diff) | |
download | jenkins.debian.net-877b3ae54a75f1d1d2c791c9231936e4b4ed7090.tar.xz |
reproducible: version mismatch better causes 404 than depwait
-rwxr-xr-x | bin/reproducible_build.sh | 2 |
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. |