[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] fixup d9b11c34: reproducible Debian: boolean logic is hard, even after 30y

Holger Levsen gitlab at salsa.debian.org
Fri Jan 24 14:55:11 GMT 2020



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


Commits:
336432d3 by Holger Levsen at 2020-01-24T15:54:44+01:00
fixup d9b11c34: reproducible Debian: boolean logic is hard, even after 30y

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

- - - - -


1 changed file:

- bin/reproducible_html_dashboard.sh


Changes:

=====================================
bin/reproducible_html_dashboard.sh
=====================================
@@ -514,7 +514,7 @@ write_meta_pkg_graphs_links () {
 	write_page "<p style=\"clear:both;\"><center>"
 	for i in $(seq 1 ${#META_PKGSET[@]}) ; do
 		THUMB=${TABLE[6]}_${META_PKGSET[$i]}-thumbnail.png
-		if [ ! -f $DEBIAN_BASE/$SUITE/$ARCH/$THUMB ] ; then
+		if [ -f $DEBIAN_BASE/$SUITE/$ARCH/$THUMB ] ; then
 			LABEL="Reproducibility status for packages in $SUITE/$ARCH from '${META_PKGSET[$i]}'"
 			write_page "<a href=\"/debian/$SUITE/$ARCH/pkg_set_${META_PKGSET[$i]}.html\"  title=\"$LABEL\"><img src=\"/debian/$SUITE/$ARCH/$THUMB\" class=\"metaoverview\" alt=\"$LABEL\"></a>"
 		fi



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/336432d350a15d9a0f644646ee0cb880d4b2f88e

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/336432d350a15d9a0f644646ee0cb880d4b2f88e
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/20200124/7184274c/attachment.html>


More information about the Qa-jenkins-scm mailing list