summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_create_meta_pkg_sets.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-05-11 12:24:35 +0200
committerHolger Levsen <holger@layer-acht.org>2016-05-11 12:24:35 +0200
commit0f26e04fa27f64e7b1c00d979cb418c9b0c5cb0b (patch)
tree56de4658df781664ff89551896c97bb6761d1690 /bin/reproducible_create_meta_pkg_sets.sh
parentba8a859e2f95b562156a1fed130d501daa8594df (diff)
downloadjenkins.debian.net-0f26e04fa27f64e7b1c00d979cb418c9b0c5cb0b.tar.xz
reproducible debian: notify irc on download failure of tails package lists and continue…
Diffstat (limited to 'bin/reproducible_create_meta_pkg_sets.sh')
-rwxr-xr-xbin/reproducible_create_meta_pkg_sets.sh6
1 files changed, 4 insertions, 2 deletions
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