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

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



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


Commits:
57163cee by Holger Levsen at 2024-03-25T19:27:13+01:00
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
=====================================
@@ -320,7 +320,8 @@ update_buildinfo_stats() {
 			touch -d "$FORCE_DATE 00:00 UTC" $PNG
 		fi
 	else
-		create_debian_png_from_table 10 $SUITE/$ARCH/${TABLE[10]}.png
+		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
 	fi
 }
 



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/57163cee7161296cc41a10cb9a633fb1f331e4b2
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/9eec8c92/attachment.htm>


More information about the Qa-jenkins-scm mailing list