[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: fixup 9c21f055 to not break in the mornings...

Holger Levsen gitlab at salsa.debian.org
Sun Sep 27 17:02:14 BST 2020



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


Commits:
e939dc83 by Holger Levsen at 2020-09-27T18:01:59+02:00
reproducible Debian: fixup 9c21f055 to not break in the mornings...

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

- - - - -


1 changed file:

- bin/reproducible_html_dashboard.sh


Changes:

=====================================
bin/reproducible_html_dashboard.sh
=====================================
@@ -784,9 +784,9 @@ for ARCH in ${ARCHS} ; do
 		gather_suite_arch_stats
 		# stretch pages are only updated every 6h, buster every 3h
 		if [ "$SUITE" = "stretch" ] || [ "$SUITE" = "buster" ] ; then
-			if [ "$SUITE" = "stretch" ] && [[ $(($(date +%H) % 6)) -ne 0 ]]; then
+			if [ "$SUITE" = "stretch" ] && [[ $(($(date +%k) % 6)) -ne 0 ]]; then
 				continue
-			elif [ "$SUITE" = "buster" ] && [[ $(($(date +%H) % 3)) -ne 0 ]]; then
+			elif [ "$SUITE" = "buster" ] && [[ $(($(date +%k) % 3)) -ne 0 ]]; then
 				continue
 			fi
 		fi



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/e939dc831db98217e02b886d5497f7300aa56ee6
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/20200927/69d0fd27/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list