diff options
author | Mattia Rizzolo <mattia@debian.org> | 2017-02-16 10:44:27 +0100 |
---|---|---|
committer | Mattia Rizzolo <mattia@debian.org> | 2017-02-16 10:44:27 +0100 |
commit | fdee3f55658c915cb3598fada33d9a8f824299f1 (patch) | |
tree | 1de046b08c9f9676d65aebc410bb4f1aedb43cbc | |
parent | 5e8bc615cd8ab0898ae66e56dc504aa509ff69ac (diff) | |
download | jenkins.debian.net-fdee3f55658c915cb3598fada33d9a8f824299f1.tar.xz |
reproducible debian: temporary disable saving artifacts for diffoscope timeouts, until #855273 is fixed
This reverts (again) commit fb079fe36488f704df35abf2babdf49f2e035388.
-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 b039e23b..1ebc786f 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=1 + SAVE_ARTIFACTS=0 NOTIFY="diffoscope" handle_ftbr "$msg" } |