[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: drop abort related code as that functionality is gone from jenkins
Holger Levsen
gitlab at salsa.debian.org
Thu Sep 10 20:14:56 BST 2020
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
f5c1d675 by Holger Levsen at 2020-09-10T21:14:46+02:00
reproducible Debian: drop abort related code as that functionality is gone from jenkins
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_create_meta_pkg_sets.sh
Changes:
=====================================
bin/reproducible_create_meta_pkg_sets.sh
=====================================
@@ -17,7 +17,6 @@ ARCH=amd64
# everything should be ok…
WARNING=false
-ABORT=false
# helper functions
packages_list_to_deb822() {
@@ -119,7 +118,6 @@ get_installable_set() {
MESSAGE="Warning: dose-deb-coinstall cannot calculate the installable set for ${META_PKGSET[$index]} in $SUITE."
irc_message debian-reproducible $MESSAGE
dose-deb-coinstall --explain --failures --deb-native-arch=$ARCH --bg=$PACKAGES --fg=${TMPFILE2}
- ABORT=true
fi
rm -f ${TMPFILE2}
set -e
@@ -273,7 +271,6 @@ update_pkg_set_specific() {
rm $TMPFILE
MESSAGE="Warning: could not download cloud-image package list, skipping pkg set..."
irc_message debian-reproducible $MESSAGE
- ABORT=true
fi
;;
gnome) # gnome and everything it depends on
@@ -374,7 +371,6 @@ update_pkg_set_specific() {
rm $TMPFILE
MESSAGE="Warning: could not download grml's latest dpkg.selections file, skipping pkg set..."
irc_message debian-reproducible $MESSAGE
- ABORT=true
fi
;;
tails) # tails
@@ -389,7 +385,6 @@ update_pkg_set_specific() {
rm $TMPFILE
MESSAGE="Warning: could not download tail's latest packages file(s), skipping tails pkg set..."
irc_message debian-reproducible $MESSAGE
- ABORT=true
fi
;;
pureos_default_install) # pureos default installation
@@ -412,7 +407,6 @@ update_pkg_set_specific() {
else
MESSAGE="Warning: could not determine PureOS ISO .packages file from $BASEURL, skipping pkg set..."
irc_message debian-reproducible $MESSAGE
- ABORT=true
fi
;;
maint_debian-accessibility)
@@ -564,7 +558,3 @@ done
echo
-if "$ABORT" && ! "$WARNING" ; then
- echo "Warning: we used to abort here, but it seems this functionality is gone."
- echo "see https://www.jenkins.io/blog/2019/02/17/remoting-cli-removed/"
-fi
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/f5c1d6751c787a00ef672c8a5ee6021e58b2b7b8
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/f5c1d6751c787a00ef672c8a5ee6021e58b2b7b8
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20200910/1a58b31c/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list