[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian: notify irc on download failure of tails package lists and continue…
Holger Levsen
holger at layer-acht.org
Wed May 11 10:25:18 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 0f26e04fa27f64e7b1c00d979cb418c9b0c5cb0b
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed May 11 12:24:35 2016 +0200
reproducible debian: notify irc on download failure of tails package lists and continue…
---
bin/reproducible_create_meta_pkg_sets.sh | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_create_meta_pkg_sets.sh b/bin/reproducible_create_meta_pkg_sets.sh
index 09c0320..e0edd40 100755
--- a/bin/reproducible_create_meta_pkg_sets.sh
+++ b/bin/reproducible_create_meta_pkg_sets.sh
@@ -300,8 +300,10 @@ update_pkg_sets() {
convert_from_deb822_into_source_packages_only
update_if_similar ${META_PKGSET[16]}.pkgset
else
- echo "Warning: could not download tail's latest packages file(s), skipping tails pkg set..."
- ABORT=true
+ MESSAGE="Warning: could not download tail's latest packages file(s), skipping tails pkg set..."
+ echo $MESSAGE
+ irc_message debian-reproducible $MESSAGE
+ ABORT=false
fi
fi
--
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