[Git][qa/jenkins.debian.net][master] reproducible Debian: set real_year to 2024
Holger Levsen (@holger)
gitlab at salsa.debian.org
Mon Jan 1 12:19:11 GMT 2024
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
2f59edd1 by Holger Levsen at 2024-01-01T13:18:34+01:00
reproducible Debian: set real_year to 2024
so we know when we are running in the future and when today.
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2 changed files:
- bin/reproducible_common.sh
- bin/reproducible_system_health.sh
Changes:
=====================================
bin/reproducible_common.sh
=====================================
@@ -1,7 +1,7 @@
#!/bin/bash
# vim: set noexpandtab:
-# Copyright 2014-2023 Holger Levsen <holger at layer-acht.org>
+# Copyright 2014-2024 Holger Levsen <holger at layer-acht.org>
# © 2015-2023 Mattia Rizzolo <mattia at mapreri.org>
# released under the GPLv2
#
@@ -9,7 +9,7 @@
set +x
# running in the future is easier when we know the real time...
-real_year=2023
+real_year=2024
# postgres database definitions
export PGDATABASE=reproducibledb
=====================================
bin/reproducible_system_health.sh
=====================================
@@ -1,7 +1,7 @@
#!/bin/bash
# vim: set noexpandtab:
-# Copyright 2021-2023 Holger Levsen <holger at layer-acht.org>
+# Copyright 2021-2024 Holger Levsen <holger at layer-acht.org>
# released under the GPLv2
###
@@ -209,7 +209,7 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
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"
+ small_note "please update real_year in reproducible_common.sh"
elif $(grep -E -q "Warning: today .* came back to the present:" $LOG) ; then
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
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/2f59edd108389791b0806a6f12d8fd7b86c2bc13
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/2f59edd108389791b0806a6f12d8fd7b86c2bc13
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/20240101/7b84bb03/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list