[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] jenkins nodes maintenance job: try to trivially ignore/deal with future hosts

Holger Levsen (@holger) gitlab at salsa.debian.org
Wed May 31 08:39:10 BST 2023



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
ac2ddad2 by Holger Levsen at 2023-05-31T09:38:35+02:00
jenkins nodes maintenance job: try to trivially ignore/deal with future hosts

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/reproducible_maintenance.sh


Changes:

=====================================
bin/reproducible_maintenance.sh
=====================================
@@ -893,7 +893,7 @@ fi
 # checking for system updates
 #
 echo "$(date -u) - Checking for system updates."
-sudo apt-get update
+sudo apt-get update || true # maybe it's better to do force this running in the presence...
 if [ $(apt list --upgradable 2>/dev/null | wc -l) -gt 1 ] ; then
 	echo "Warning: there are packages to be upgraded on this system."
 	apt list --upgradable 2>/dev/null



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/ac2ddad2fc916aaf1e3d18f8c26919fd7dfb2d7b

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/ac2ddad2fc916aaf1e3d18f8c26919fd7dfb2d7b
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/20230531/cd0efb55/attachment.htm>


More information about the Qa-jenkins-scm mailing list