[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible trbo system health check: improve syntax

Holger Levsen gitlab at salsa.debian.org
Sat Sep 19 23:01:39 BST 2020



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


Commits:
235ed100 by Holger Levsen at 2020-09-20T00:01:31+02:00
reproducible trbo system health check: improve syntax

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

- - - - -


1 changed file:

- bin/reproducible_system_health.sh


Changes:

=====================================
bin/reproducible_system_health.sh
=====================================
@@ -55,7 +55,7 @@ prepare_log(){
 # gather data
 echo "$(date -u) - starting up."
 cd /var/lib/jenkins/jobs/
-for JOB_NAME in reproducible_* | sort ; do
+for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
 	JOB_URL="https://jenkins.debian.net/job/$JOB_NAME"
 	REMOTE=false
 	SUSPECT=false



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/235ed10056940389282f94c96454c9685ceb5172
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/20200919/70899ba4/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list