diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-08-03 08:34:44 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-03 10:35:17 +0200 |
commit | 04698a004003b00213b4783cd76ab64b1659dc8c (patch) | |
tree | f8f6aa57834db55eed16b8be0cbf89c575e8a9f0 | |
parent | 3845fa8418060dce2370bfbdd7e10fcca7c02b28 (diff) | |
download | jenkins.debian.net-04698a004003b00213b4783cd76ab64b1659dc8c.tar.xz |
reproducible: build: remove 404 IRC notificatin - they are automatically retried now
-rwxr-xr-x | bin/reproducible_build.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 813a8f83..65c632f9 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -187,7 +187,6 @@ handle_404() { echo "Warning: Download of ${SRCPACKAGE} sources from ${SUITE} failed." | tee -a ${RBUILDLOG} ls -l ${SRCPACKAGE}* | tee -a ${RBUILDLOG} echo "Warning: Maybe there was a network problem, or ${SRCPACKAGE} is not a source package in ${SUITE}, or it was removed or renamed. Please investigate." | tee -a ${RBUILDLOG} - irc_message "$BUILD_URL encountered a 404 problem." DURATION='' EVERSION="None" update_rbuildlog |