[Git][qa/jenkins.debian.net][master] reproducible Debian system health: deal with split meta pkg jobs
Holger Levsen (@holger)
gitlab at salsa.debian.org
Thu Jul 6 02:16:37 BST 2023
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
63190034 by Holger Levsen at 2023-07-06T03:15:41+02:00
reproducible Debian system health: deal with split meta pkg jobs
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_system_health.sh
Changes:
=====================================
bin/reproducible_system_health.sh
=====================================
@@ -129,7 +129,7 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
echo "unstable job: $JOB_NAME"
let SCORE+=1 || SCORE=0
prepare_log
- if [ "$JOB_NAME" = "reproducible_create_meta_pkg_sets" ] ; then
+ if [[ "$JOB_NAME" =~ "reproducible_create_meta_pkg_sets_" ]] ; then
if $(grep -q "^cp " $LOG) ; then
small_note "outdated pkg set(s), manual intervention required"
elif $(grep -q "could not download tail's latest packages file" $LOG) ; then
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/63190034d26fde632914177d74c84622748ab5f6
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/63190034d26fde632914177d74c84622748ab5f6
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/20230706/875be06e/attachment.htm>
More information about the Qa-jenkins-scm
mailing list