summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@debian.org>2017-02-16 10:44:27 +0100
committerMattia Rizzolo <mattia@debian.org>2017-02-16 10:44:27 +0100
commitfdee3f55658c915cb3598fada33d9a8f824299f1 (patch)
tree1de046b08c9f9676d65aebc410bb4f1aedb43cbc /bin/reproducible_build.sh
parent5e8bc615cd8ab0898ae66e56dc504aa509ff69ac (diff)
downloadjenkins.debian.net-fdee3f55658c915cb3598fada33d9a8f824299f1.tar.xz
reproducible debian: temporary disable saving artifacts for diffoscope timeouts, until #855273 is fixed
This reverts (again) commit fb079fe36488f704df35abf2babdf49f2e035388.
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh2
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"
}