[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: reproducible Debian: update both stretch and buster pages only twice a day

Holger Levsen gitlab at salsa.debian.org
Tue Oct 27 21:50:37 GMT 2020



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


Commits:
2bdc0c3e by Holger Levsen at 2020-10-27T22:49:29+01:00
reproducible Debian: update both stretch and buster pages only twice a day

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

- - - - -
be329ddd by Holger Levsen at 2020-10-27T22:50:26+01:00
reproducible Debian: temporarily ease debugging of index_oldsuites

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

- - - - -


1 changed file:

- bin/reproducible_html_dashboard.sh


Changes:

=====================================
bin/reproducible_html_dashboard.sh
=====================================
@@ -782,22 +782,18 @@ for ARCH in ${ARCHS} ; do
 	for SUITE in $SUITES ; do
 		update_suite_arch_stats
 		gather_suite_arch_stats
-		# stretch pages are only updated every 12h, buster every 6h
-		if [ "$SUITE" = "stretch" ] || [ "$SUITE" = "buster" ] ; then
-			if [ "$SUITE" = "stretch" ] && [[ $(($(date +%k) % 12)) -ne 0 ]]; then
-				continue
-			elif [ "$SUITE" = "buster" ] && [[ $(($(date +%k) % 6)) -ne 0 ]]; then
-				continue
-			fi
-		fi
+		# stretch and buster pages are only updated every 12h
+		#if ( [ "$SUITE" = "stretch" ] || [ "$SUITE" = "buster" ] ) && [[ $(($(date +%k) % 12)) -ne 0 ]]; then
+		#		continue
+		#fi
 		create_suite_arch_stats_page
 	done
 done
 create_performance_page
 create_variations_page
 create_bugs_page
-if [[ $(($(date +%k) % 12)) -eq 0 ]]; then
+#if [[ $(($(date +%k) % 12)) -eq 0 ]]; then
 	create_oldsuites_page
-fi
+#fi
 create_dashboard_page
 rm -f $DUMMY_FILE >/dev/null



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/12d6122c2f4f7b04c208d0f3d840d70cf1896994...be329ddd8fb03bbea951e3c5f6c4ae12a58a93db

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/12d6122c2f4f7b04c208d0f3d840d70cf1896994...be329ddd8fb03bbea951e3c5f6c4ae12a58a93db
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/20201027/f2adadf8/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list