[Git][qa/jenkins.debian.net][master] fixup: reproducible Debian dashboard: bugfix, only create stats_buildinfo.png once per day

Holger Levsen (@holger) gitlab at salsa.debian.org
Mon Mar 25 18:30:30 GMT 2024



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


Commits:
6e792692 by Holger Levsen at 2024-03-25T19:30:15+01:00
fixup: reproducible Debian dashboard: bugfix, only create stats_buildinfo.png once per day

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

- - - - -


1 changed file:

- bin/reproducible_html_dashboard.sh


Changes:

=====================================
bin/reproducible_html_dashboard.sh
=====================================
@@ -319,9 +319,8 @@ update_buildinfo_stats() {
 			echo "Touching $PNG..."
 			touch -d "$FORCE_DATE 00:00 UTC" $PNG
 		fi
-	else
-		if [ ! -f $DEBIAN_BASE/$SUITE/$ARCH/${TABLE[10]}.png ] || [ $DUMMY_FILE -nt $DEBIAN_BASE/$SUITE/$ARCH/${TABLE[10]}.png ] ; then
-			create_debian_png_from_table 10 $SUITE/$ARCH/${TABLE[10]}.png
+	elif [ ! -f $DEBIAN_BASE/$SUITE/$ARCH/${TABLE[10]}.png ] || [ $DUMMY_FILE -nt $DEBIAN_BASE/$SUITE/$ARCH/${TABLE[10]}.png ] ; then
+		create_debian_png_from_table 10 $SUITE/$ARCH/${TABLE[10]}.png
 	fi
 }
 



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/6e792692d9a13b823a75fe2d0e471a8e9313e26e
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/20240325/6ab3a514/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list