diff options
author | Mattia Rizzolo <mattia@debian.org> | 2017-02-06 07:27:25 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-02-06 09:13:50 +0100 |
commit | 95de4419c9e6e5b6d3d013144374fd8e0fab8cc8 (patch) | |
tree | 661f82639278827fcab1420bda2df52cb0e1fd69 /bin | |
parent | 12e23aa0efbaa21b8cba01fe2edbd83c305fb7e2 (diff) | |
download | jenkins.debian.net-95de4419c9e6e5b6d3d013144374fd8e0fab8cc8.tar.xz |
reproducible debian: temporary disable saving artifacts for diffoscope timeouts, until #852013 is fixed
Diffstat (limited to 'bin')
-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 1720f426..1b2d5fdd 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -353,7 +353,7 @@ dbd_timeout() { else msg="$msg, but there is still $DEBIAN_URL/dbd/$SUITE/$ARCH/$DDBREPORT" fi - SAVE_ARTIFACTS=1 + SAVE_ARTIFACTS=0 NOTIFY="diffoscope" handle_ftbr "$msg" } |