[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: inform the irc channel if the diffoscope version on PyPI is lower than in Debian
Holger Levsen
holger at layer-acht.org
Thu Aug 18 08:29:22 UTC 2016
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 5f50e72c3ba6fb20e7924cc95156cfa1341631f4
Author: Holger Levsen <holger at layer-acht.org>
Date: Thu Aug 18 10:29:13 2016 +0200
reproducible Debian: inform the irc channel if the diffoscope version on PyPI is lower than in Debian
---
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 5733d0e..c44cc48 100755
--- a/bin/diffoscope_distribution_test.sh
+++ b/bin/diffoscope_distribution_test.sh
@@ -20,6 +20,7 @@ check_pypi() {
elif dpkg --compare-versions "$DIFFOSCOPE_IN_DEBIAN" gt "$DIFFOSCOPE_IN_PYPI" ; then
echo "Fail: diffoscope in Debian: $DIFFOSCOPE_IN_DEBIAN"
echo "Fail: diffoscope in PyPI: $DIFFOSCOPE_IN_PYPI"
+ irc_message debian-reproducible "It seems diffoscope $DIFFOSCOPE_IN_DEBIAN is not available on PyPI, which only has $DIFFOSCOPE_IN_PYPI."
exit 1
else
echo "diffoscope in Debian: $DIFFOSCOPE_IN_DEBIAN"
--
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