Skip to content
Snippets Groups Projects
Commit 074128b6 authored by Holger Levsen's avatar Holger Levsen
Browse files

trbo health check: detect New Year


Signed-off-by: default avatarHolger Levsen <holger@layer-acht.org>
parent 17746273
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
# vim: set noexpandtab:
# Copyright 2021 Holger Levsen <holger@layer-acht.org>
# Copyright 2021-2022 Holger Levsen <holger@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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment