From 0f26e04fa27f64e7b1c00d979cb418c9b0c5cb0b Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 11 May 2016 12:24:35 +0200 Subject: reproducible debian: notify irc on download failure of tails package lists and continue… MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/reproducible_create_meta_pkg_sets.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/reproducible_create_meta_pkg_sets.sh b/bin/reproducible_create_meta_pkg_sets.sh index 09c03202..e0edd401 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 -- cgit v1.2.3-54-g00ecf