[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Archlinux: no notifications for 0 pkgs removed

Holger Levsen gitlab at salsa.debian.org
Fri Sep 21 11:51:44 BST 2018


Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
6b98e303 by Holger Levsen at 2018-09-21T10:51:35Z
reproducible Archlinux: no notifications for 0 pkgs removed

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/reproducible_archlinux_scheduler.sh


Changes:

=====================================
bin/reproducible_archlinux_scheduler.sh
=====================================
@@ -50,8 +50,10 @@ update_archlinux_repositories() {
 			done
 		done
 		MESSAGE="deleted $REMOVED packages: $REMOVE_LIST"
-		irc_message archlinux-reproducible "$MESSAGE"
 		echo "$(date -u ) - $MESSAGE"
+		if [ $REMOVED -ne 0 ] ; then
+			irc_message archlinux-reproducible "$MESSAGE"
+		fi
 	fi
 
 	# schedule packages



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/6b98e303c425aa4f1a33286e37f62f1c6fdfd2ed

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/6b98e303c425aa4f1a33286e37f62f1c6fdfd2ed
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20180921/0b41770a/attachment.html>


More information about the Qa-jenkins-scm mailing list