[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible: fixup refactoring

Holger Levsen gitlab at salsa.debian.org
Fri Apr 3 18:33:25 BST 2020



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


Commits:
eeaad58f by Holger Levsen at 2020-04-03T19:33:16+02:00
reproducible: fixup refactoring

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

- - - - -


1 changed file:

- bin/reproducible_html_nodes_info.sh


Changes:

=====================================
bin/reproducible_html_nodes_info.sh
=====================================
@@ -268,7 +268,7 @@ build_job_health_page() {
 	write_page_header $VIEW "Job health overview"
 	write_page "<p style=\"clear:both;\">"
 	write_page "<table>"
-	for CATEGORY in $(seq 1 ${#FILTER[@]}) ; do
+	for CATEGORY in $(seq 0 $(( ${#FILTER[@]} -1 )) ) ; do
 		write_page "<tr>"
 		for JOB in $(cd ~/jobs ; ls -1d reproducible_* | egrep "${FILTER[$CATEGORY]}" | cut -d '_' -f2- | sort ) ; do
 			SHORTNAME="$(echo $JOB \



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/eeaad58f6cd649d67dfd456c64280b50a56b9a38
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/20200403/2d3e1353/attachment.html>


More information about the Qa-jenkins-scm mailing list