summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-07-24 12:21:56 +0200
committerHolger Levsen <holger@layer-acht.org>2015-07-24 12:21:56 +0200
commited0b1aa4a0dbc48b3f3dc0480f676fed949c5fa0 (patch)
treec85ae4b7e9d96e5c4b5c903e6b2c7ab37e9129ce /bin
parent04f5e648adf5e6fba8a19e7502c5d0b418ebfc11 (diff)
downloadjenkins.debian.net-ed0b1aa4a0dbc48b3f3dc0480f676fed949c5fa0.tar.xz
reproducible dashboard: add link to description of usertags used
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_html_dashboards.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_dashboards.sh b/bin/reproducible_html_dashboards.sh
index de8edae2..e16999c0 100755
--- a/bin/reproducible_html_dashboards.sh
+++ b/bin/reproducible_html_dashboards.sh
@@ -232,7 +232,7 @@ write_usertag_table() {
let "TTOTAL=TTOTAL+TOTAL"
fi
done
- write_page "<tr><td>Total number of usertags on $DATE<br />(this is not the number of bugs as bugs can have several tags)</td><td>$TOPEN</td><td>$TDONE</td><td>$TTOTAL</td></tr>"
+ write_page "<tr><td>Total number of <a href=\"https://wiki.debian.org/ReproducibleBuilds/Contribute#How_to_report_bugs\">usertags related to reproducible builds</a> on $DATE<br />(this is not the number of bugs as bugs can have several tags)</td><td>$TOPEN</td><td>$TDONE</td><td>$TTOTAL</td></tr>"
write_page "</table>"
fi
}