[Qa-jenkins-scm] [jenkins.debian.net] 01/02: reproducible: add irc notification for diffoscope not up2date warnings
Holger Levsen
holger at layer-acht.org
Sun Jan 8 13:19:54 UTC 2017
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit f30bf7288617d329baad1e2bac3f2a05d1a3fab3
Author: Holger Levsen <holger at layer-acht.org>
Date: Sun Jan 8 14:16:00 2017 +0100
reproducible: add irc notification for diffoscope not up2date warnings
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/diffoscope_distribution_test.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/bin/diffoscope_distribution_test.sh b/bin/diffoscope_distribution_test.sh
index b4660bb..aad2c49 100755
--- a/bin/diffoscope_distribution_test.sh
+++ b/bin/diffoscope_distribution_test.sh
@@ -45,6 +45,7 @@ check_whohas() {
elif dpkg --compare-versions "$DIFFOSCOPE_IN_DEBIAN" gt "$DIFFOSCOPE_IN_WHOHAS" ; then
echo "Fail: diffoscope in Debian: $DIFFOSCOPE_IN_DEBIAN"
echo "Fail: diffoscope in $DISTRIBUTION: $DIFFOSCOPE_IN_WHOHAS"
+ irc_message debian-reproducible "It seems diffoscope $DIFFOSCOPE_IN_DEBIAN is not available in $DISTRIBUTION, which only has $DIFFOSCOPE_IN_WHOHAS."
exit 1
else
# FIXME: archlinux package version will be greater than Debian: 52-1 vs 52
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list