[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: omit 'stretch' on dashboard page
Holger Levsen
gitlab at salsa.debian.org
Thu Jan 23 12:37:00 GMT 2020
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
5516f56f by Holger Levsen at 2020-01-23T13:36:28+01:00
reproducible Debian: omit 'stretch' on dashboard page
WIP, will be moved to a dedicated page soon.
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_html_dashboard.sh
Changes:
=====================================
bin/reproducible_html_dashboard.sh
=====================================
@@ -438,6 +438,9 @@ write_suite_arch_table() {
write_icon
write_page "blacklisted</th></tr>"
for SUITE in $SUITES ; do
+ if [ "$SUITE" = "stretch" ] ; then
+ continue
+ fi
for ARCH in ${ARCHS} ; do
gather_suite_arch_stats
write_page "<tr><td class=\"left\"><a href=\"/debian/$SUITE/$ARCH\">$SUITE/$ARCH</a></td><td>$AMOUNT"
@@ -541,6 +544,9 @@ create_dashboard_page() {
# write suite graphs
for ARCH in ${ARCHS} ; do
for SUITE in $SUITES ; do
+ if [ "$SUITE" = "stretch" ] ; then
+ continue
+ fi
write_page " <a href=\"/debian/$SUITE/$ARCH\"><img src=\"/debian/$SUITE/$ARCH/${TABLE[0]}.png\" class=\"overview\" alt=\"$SUITE/$ARCH stats\"></a>"
done
SUITE="unstable"
@@ -695,9 +701,8 @@ create_performance_page() {
for SUITE in $SUITES ; do
if [ $SUITE = "stretch" ] ; then
continue
- else
- 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>"
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>"
done
write_page "</p><p style=\"clear:both;\">"
done
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/5516f56f790d887d39d86b21fe38a6065ce557d2
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/5516f56f790d887d39d86b21fe38a6065ce557d2
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/20200123/98fb6b43/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list