[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: reproducible Debian dashboard: recognize a few more git author strings as duplicates
Holger Levsen
gitlab at salsa.debian.org
Tue Oct 27 22:42:29 GMT 2020
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
8a073ded by Holger Levsen at 2020-10-27T23:36:31+01:00
reproducible Debian dashboard: recognize a few more git author strings as duplicates
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
47d3be6c by Holger Levsen at 2020-10-27T23:42:22+01:00
reproducible Debian dashboard: add another link
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_html_dashboard.sh
Changes:
=====================================
bin/reproducible_html_dashboard.sh
=====================================
@@ -609,8 +609,8 @@ create_dashboard_page() {
SUITE="unstable"
if [ -f ${NOTES_GIT_PATH}/packages.yml ] && [ -f ${NOTES_GIT_PATH}/issues.yml ] ; then
- # in the following two write_page() calls we filter out duplicate authors
- 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"
+ # 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>"
fi
@@ -738,12 +738,13 @@ 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 "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}
write_page "<a href=\"/debian/index_${ARCH}_oldies.html\">$ARCH</a>$COMMA_VAR"
done
- write_page ".</p>"
+ write_page "for all suites.</p>"
write_page_footer
publish_page debian
}
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/dddaa8c3e2a95b9bc8b33a54b2dec51c0008e6c2...47d3be6cc91ffc283a21836c2d84f01d5e37b38a
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/dddaa8c3e2a95b9bc8b33a54b2dec51c0008e6c2...47d3be6cc91ffc283a21836c2d84f01d5e37b38a
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/48d777fd/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list