diff options
author | Mattia Rizzolo <mattia@debian.org> | 2017-02-09 18:18:00 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-02-15 01:04:25 +0100 |
commit | fb079fe36488f704df35abf2babdf49f2e035388 (patch) | |
tree | 921a99cee6651a73d10936ef460a0d168008c733 /bin | |
parent | d2e63b028bea072f92b4aa4afb3f54e4d0b29e28 (diff) | |
download | jenkins.debian.net-fb079fe36488f704df35abf2babdf49f2e035388.tar.xz |
Revert "reproducible debian: temporary disable saving artifacts for diffoscope timeouts, until #852013 is fixed"
This reverts commit 95de4419c9e6e5b6d3d013144374fd8e0fab8cc8.
Signed-off-by: Holger Levsen <holger@layer-acht.org>
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 1ebc786f..b039e23b 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -363,7 +363,7 @@ dbd_timeout() { else msg="$msg, but there is still $DEBIAN_URL/dbd/$SUITE/$ARCH/$DDBREPORT" fi - SAVE_ARTIFACTS=0 + SAVE_ARTIFACTS=1 NOTIFY="diffoscope" handle_ftbr "$msg" } |