[Git][qa/jenkins.debian.net][master] reproducible system health: minor language improvements
Holger Levsen (@holger)
gitlab at salsa.debian.org
Mon Jul 17 11:29:07 BST 2023
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
eb6ccec5 by Holger Levsen at 2023-07-17T12:28:58+02:00
reproducible system health: minor language improvements
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_system_health.sh
Changes:
=====================================
bin/reproducible_system_health.sh
=====================================
@@ -208,7 +208,7 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
elif $(grep -q "Warning: today is the wrong present" $LOG) ; then
small_note "please update real_year in reproducible_node_health_check.sh"
elif $(grep -E -q "Warning: today .* came back to the present:" $LOG) ; then
- small_note "Warning: host date is correct, while it should be in future"
+ small_note "host date is today, while it should be in future"
elif $(grep -q "Warning: sbuild failed. Exiting cleanly as this is out-of-scope" $LOG) ; then
UNSAT_DEPENDS=$(grep "unsat-dependency:" $LOG || true)
if [ -n "$UNSAT_DEPENDS" ] ; then
@@ -308,7 +308,7 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
elif $(grep -q "Error: Something went wrong." $LOG) ; then
small_note "unspecific live-build failure"
else
- small_note "SSH failure"
+ small_note "ssh failure"
fi
elif $(grep -q "^psql: error: could not connect to server: No route to host" $LOG) ; then
if $(grep -q 'Is the server running on host "udd-mirror.debian.net"' $LOG) ; then
@@ -511,7 +511,7 @@ write2healthfile "<hr><p>A stable jobs adds 3 to the score, an unstable job adds
</br><small>(Ignored jobs are not counted at all.)</small>
</p><hr>"
conditional_paragraph ${IGNORED_JOBS} "Ignored jobs, because the nodes these are running on are <a href=\"https://salsa.debian.org/qa/jenkins.debian.net/-/blob/master/jenkins-home/offline_nodes\">documented</a> to be offline"
-conditional_paragraph ${KNOWN_BAD_JOBS} "Ignored jobs, because they disabled for reasons"
+conditional_paragraph ${KNOWN_BAD_JOBS} "Ignored jobs, because they are disabled for reasons"
write2healthfile "<hr><p><small>This page was last updated on $(date -u) by the <a href=\"https://jenkins.debian.net/job/reproducible_system_health/\">reproducible_system_health</a> job.</small></p>"
write2healthfile "</body></html>"
echo "$(date -u) - $(basename $HEALTH_FILE).html updated, visible at $REPRODUCIBLE_URL/$(basename $HEALTH_FILE).html."
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/eb6ccec5aeb8774b9be963562cc8f8d1979a21d0
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/eb6ccec5aeb8774b9be963562cc8f8d1979a21d0
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/20230717/f51694e5/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list