summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_create_meta_pkg_sets.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-10-17 10:47:52 +0200
committerHolger Levsen <holger@layer-acht.org>2016-10-17 10:47:58 +0200
commit73cf553612b2b74c487e61d6a2aa6fe3f0b34df1 (patch)
treeaa20c8ae9b72bb397d7c2b4975af6183b908dd64 /bin/reproducible_create_meta_pkg_sets.sh
parent353173391ff28ab971ac2d0b91f35fbcaf31721c (diff)
downloadjenkins.debian.net-73cf553612b2b74c487e61d6a2aa6fe3f0b34df1.tar.xz
reproducible Debian: refactor
Diffstat (limited to 'bin/reproducible_create_meta_pkg_sets.sh')
-rwxr-xr-xbin/reproducible_create_meta_pkg_sets.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/reproducible_create_meta_pkg_sets.sh b/bin/reproducible_create_meta_pkg_sets.sh
index 00999d23..d353a291 100755
--- a/bin/reproducible_create_meta_pkg_sets.sh
+++ b/bin/reproducible_create_meta_pkg_sets.sh
@@ -113,7 +113,6 @@ get_installable_set() {
if [ $RESULT -ne 0 ] ; then
rm -f $TMPFILE
MESSAGE="Warning: dose-deb-coinstall cannot calculate the installable set for $1"
- echo $MESSAGE
irc_message debian-reproducible $MESSAGE
dose-deb-coinstall --explain --failures --deb-native-arch=$ARCH --bg=$PACKAGES --fg=${TMPFILE2}
ABORT=true
@@ -400,7 +399,6 @@ update_pkg_sets() {
update_if_similar ${META_PKGSET[20]}.pkgset
else
MESSAGE="Warning: could not download grml's latest dpkg.selections file, skipping pkg set..."
- echo $MESSAGE
irc_message debian-reproducible $MESSAGE
ABORT=true
fi
@@ -430,7 +428,6 @@ update_pkg_sets() {
update_if_similar ${META_PKGSET[22]}.pkgset
else
MESSAGE="Warning: could not download tail's latest packages file(s), skipping tails pkg set..."
- echo $MESSAGE
irc_message debian-reproducible $MESSAGE
ABORT=true
fi