[Git][qa/jenkins.debian.net][master] reproducible system health: detect unmet dependencies (usually with live-builds)
Holger Levsen (@holger)
gitlab at salsa.debian.org
Tue Nov 14 22:11:54 GMT 2023
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
af6de23d by Holger Levsen at 2023-11-14T23:11:38+01:00
reproducible system health: detect unmet dependencies (usually with live-builds)
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_system_health.sh
Changes:
=====================================
bin/reproducible_system_health.sh
=====================================
@@ -238,6 +238,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
small_note "found and rescheduled build failures due to diffoscope schroot problems"
elif $(grep -q "Warning: Found files with bad permissions" $LOG) ; then
small_note "files with bad permissions found"
+ elif $(grep -q "The following packages have unmet dependencies:" $LOG) ; then
+ small_note "packages with unmet dependencies"
fi
if ! $SUSPECT ; then
echo "1|$JOB_NAME|$JOB_URL|true|$NOTE" >> ${UNSTABLE_JOBS}
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/af6de23d146de46b7d398b2ff5cf4b6fab034331
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/af6de23d146de46b7d398b2ff5cf4b6fab034331
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/20231114/3959b3bd/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list