[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible trbo system health check: fix regex to detect outdated pkg sets

Holger Levsen gitlab at salsa.debian.org
Sat Oct 10 11:08:53 BST 2020



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
88a24574 by Holger Levsen at 2020-10-10T12:08:36+02:00
reproducible trbo system health check: fix regex to detect outdated pkg sets

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/reproducible_system_health.sh


Changes:

=====================================
bin/reproducible_system_health.sh
=====================================
@@ -136,7 +136,7 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
 		let SCORE+=1 || SCORE=0
 		prepare_log
 		if [ "$JOB_NAME" = "reproducible_create_meta_pkg_sets" ] ; then
-			if $(grep -q " cp " $LOG) ; then
+			if $(grep -q "^cp " $LOG) ; then
 				small_note "outdated pkg set(s), manual intervention required"
 			elif $(grep -q "could not download tail's latest packages file" $LOG) ; then
 				small_note "problem with tails pkg set"



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/88a24574f86dc9f76742803c4aaf253133b41181

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/88a24574f86dc9f76742803c4aaf253133b41181
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/20201010/fbd9d793/attachment.html>


More information about the Qa-jenkins-scm mailing list