[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian dashboard: fixups

Holger Levsen gitlab at salsa.debian.org
Tue Oct 27 22:52:59 GMT 2020



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


Commits:
993fac3b by Holger Levsen at 2020-10-27T23:52:50+01:00
reproducible Debian dashboard: fixups

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

- - - - -


1 changed file:

- bin/reproducible_html_dashboard.sh


Changes:

=====================================
bin/reproducible_html_dashboard.sh
=====================================
@@ -611,8 +611,8 @@ create_dashboard_page() {
 	if [ -f ${NOTES_GIT_PATH}/packages.yml ] && [ -f ${NOTES_GIT_PATH}/issues.yml ] ; then
 		# in the following two write_page() calls we filter duplicate authors from git log
 		DUPLICATES="alexis at passoire.fr|christoph.berg at credativ.de|d.s at daniel.shahaf.name|dhole at openmailbox.com|jelmer at jelmer.uk|mattia at mapreri.org|micha at lenk.info|mail at sandroknauss.de|sanvila at unex.es|automatic commit from Mattia|<Emanuel Bronshtein>|justincappos at gmail.com|liyun.li89 at gmail.com|luca.boccassi at gmail.com|sofia at Marias-MBP.lan1|torresariass at gmail.com|sascha at steinbiss.name|vagrant at debian.org"
-		write_page "<tr><td class=\"left\">committers to <a href=\"https://salsa.debian.org/reproducible-builds/reproducible-notes\" target=\"_parent\">notes.git</a> (in the last three months)</td><td>$(cd ${NOTES_GIT_PATH} ; git log --since="3 months ago"|grep Author|sort -u | grep -E -v $DUPLICATES | wc -l)</td><td colspan=\"$AC\"></td></tr>"
-		write_page "<tr><td class=\"left\">committers to notes.git (in total)</td><td>$(cd ${NOTES_GIT_PATH} ; git log |grep Author|sort -u | grep -E -v $DUPLICATES | wc -l)</td><td colspan=\"$AC\"></td></tr>"
+		write_page "<tr><td class=\"left\">committers to <a href=\"https://salsa.debian.org/reproducible-builds/reproducible-notes\" target=\"_parent\">notes.git</a> (in the last three months)</td><td>$(cd ${NOTES_GIT_PATH} ; git log --since="3 months ago"|grep Author|sort -u | grep -E -v "$DUPLICATES" | wc -l)</td><td colspan=\"$AC\"></td></tr>"
+		write_page "<tr><td class=\"left\">committers to notes.git (in total)</td><td>$(cd ${NOTES_GIT_PATH} ; git log |grep Author|sort -u | grep -E -v "$DUPLICATES" | wc -l)</td><td colspan=\"$AC\"></td></tr>"
 	fi
 	RESULT=$(cat /srv/reproducible-results/modified_in_sid.txt || echo "unknown")	# written by reproducible_html_repository_comparison.sh
 	write_page "<tr><td class=\"left\">packages <a href=\"/debian/index_repositories.html\">modified in our toolchain</a> (in unstable)</td><td>$(echo $RESULT)</td><td colspan=\"$AC\"></td></tr>"
@@ -738,7 +738,7 @@ create_performance_page() {
 		write_page "</p><p style=\"clear:both;\">"
 	done
 	# the end
-	write_page "<a href=\"index_performance.html\">Build network performance stats for the old suites</a> is available as part of the old suites overview."
+	write_page "<a href=\"index_oldsuites.html\">Build network performance stats for the old suites</a> are available as part of the old suites overview.<br />"
 	write_page "Daily <a href=\"https://jenkins.debian.net/view/reproducible/job/reproducible_html_nodes_info/lastBuild/console\">individual build node performance stats</a> are available as well as oldest results for "
 	for ARCH in ${ARCHS} ; do
 		comma_comma_and ${ARCH}



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/993fac3bd6006c22c527396d690cb4b1d0911ddd
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/8273aeac/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list