summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-03-09 12:47:17 +0100
committerHolger Levsen <holger@layer-acht.org>2017-03-09 12:47:17 +0100
commit6a63fce9cb930618383c77f1c1dfc76cf8684d78 (patch)
treec5c9681e8100c8ef2b084866711780f5e561dc47 /bin/reproducible_build.sh
parent1642e37f65a886e04fa873eaecb56da475f3f013 (diff)
downloadjenkins.debian.net-6a63fce9cb930618383c77f1c1dfc76cf8684d78.tar.xz
reproducible Debian: fix fixing error
Signed-off-by: Holger Levsen <holger@layer-acht.org>
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 7a419a05..b9f89c83 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -103,7 +103,7 @@ cleanup_all() {
echo "Starting cleanup."
if [ "$SAVE_ARTIFACTS" = "1" ] ; then
save_artifacts
- elif ( [ "$NOTIFY" = "1" ] || [ "$NOTIFY" = "2" ] ) && [ "$SAVE_ARTIFACTS" = "1" ] ; then
+ elif ( [ "$NOTIFY" = "1" ] || [ "$NOTIFY" = "2" ] ) && [ "$SAVE_ARTIFACTS" = "0" ] ; then
irc_message debian-reproducible "$DEBIAN_URL/$SUITE/$ARCH/$SRCPACKAGE done: $STATUS debug: $NOTIFY"
elif [ ! -z "$NOTIFY" ] && [ "$SAVE_ARTIFACTS" = "0" ] ; then
irc_message debian-reproducible-changes "$DEBIAN_URL/$SUITE/$ARCH/$SRCPACKAGE done: $STATUS debug: $NOTIFY"