summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@debian.org>2017-02-06 07:27:25 +0100
committerHolger Levsen <holger@layer-acht.org>2017-02-06 09:13:50 +0100
commit95de4419c9e6e5b6d3d013144374fd8e0fab8cc8 (patch)
tree661f82639278827fcab1420bda2df52cb0e1fd69 /bin/reproducible_build.sh
parent12e23aa0efbaa21b8cba01fe2edbd83c305fb7e2 (diff)
downloadjenkins.debian.net-95de4419c9e6e5b6d3d013144374fd8e0fab8cc8.tar.xz
reproducible debian: temporary disable saving artifacts for diffoscope timeouts, until #852013 is fixed
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 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"
}