[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: minor improvements to index_oldsuites and index_performance
Holger Levsen
gitlab at salsa.debian.org
Tue Oct 27 22:06:41 GMT 2020
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
aaf15b46 by Holger Levsen at 2020-10-27T23:06:33+01:00
reproducible Debian: minor improvements to index_oldsuites and index_performance
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_html_dashboard.sh
Changes:
=====================================
bin/reproducible_html_dashboard.sh
=====================================
@@ -637,7 +637,7 @@ create_dashboard_page() {
write_global_graph
done
write_page "</p><p style=\"clear:both;\">"
- write_page "An <a href=\"index_oldsuites.html\">overview about the old suites 'stretch' and 'buster'</a> is also available."
+ write_page "<a href=\"index_performance.html\">Build network performance stats</a> and an <a href=\"index_oldsuites.html\">overview about the old suites 'stretch' and 'buster'</a> are also available."
write_page "</p>"
# the end
write_page_footer
@@ -654,8 +654,8 @@ create_oldsuites_page() {
ARCH="amd64"
echo "$(date -u) - starting to write $PAGE page."
write_page_header $VIEW "Overview of old suites"
- write_suite_arch_table buster stretch
for SUITE in buster stretch ; do
+ write_suite_arch_table $SUITE
for ARCH in ${ARCHS} ; do
write_page " <a href=\"/debian/$SUITE/$ARCH\"><img src=\"/debian/$SUITE/$ARCH/${TABLE[0]}.png\" class=\"overview\" alt=\"$SUITE/$ARCH stats\"></a>"
done
@@ -736,7 +736,7 @@ create_performance_page() {
write_page "</p><p style=\"clear:both;\">"
for ARCH in ${ARCHS} ; do
for SUITE in $SUITES ; do
- if [ $SUITE = "stretch" ] ; then
+ if [ $SUITE = "stretch" ] || [ $SUITE = "buster" ] ; then
continue
fi
write_page " <a href=\"/debian/$SUITE/$ARCH/${TABLE[2]}.png\"><img src=\"/debian/$SUITE/$ARCH/${TABLE[2]}.png\" class=\"overview\" alt=\"age of oldest reproducible build result in $SUITE/$ARCH\"></a>"
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/aaf15b46d56227d42ce08748c16523032f366c0f
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/aaf15b46d56227d42ce08748c16523032f366c0f
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/f4628263/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list