[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] trbo health check: detect New Year
Holger Levsen (@holger)
gitlab at salsa.debian.org
Sat Jan 1 12:05:12 GMT 2022
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
074128b6 by Holger Levsen at 2022-01-01T13:04:58+01:00
trbo health check: detect New Year
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_system_health.sh
Changes:
=====================================
bin/reproducible_system_health.sh
=====================================
@@ -1,7 +1,7 @@
#!/bin/bash
# vim: set noexpandtab:
-# Copyright 2021 Holger Levsen <holger at layer-acht.org>
+# Copyright 2021-2022 Holger Levsen <holger at layer-acht.org>
# released under the GPLv2
###
@@ -195,6 +195,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
small_note "failed to update Arch Linux schroot"
elif $(grep -q "Warning: today is the wrong future." $LOG) ; then
small_note "host date is the wrong future date"
+ 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 -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
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/074128b691400a958ad0b1debbcad39a98d551e4
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/074128b691400a958ad0b1debbcad39a98d551e4
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/20220101/f65e0cc5/attachment.htm>
More information about the Qa-jenkins-scm
mailing list