summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-02-16 18:31:49 +0100
committerHolger Levsen <holger@layer-acht.org>2016-02-16 18:31:49 +0100
commit4df12e269fb4dd814d209a5fc0366934d3089291 (patch)
treecca235d6cf3d0891852c7c923180063fe29ceca1 /bin
parentdb2bcbac4d5a1ddee91c6c3d42727d84d2656686 (diff)
downloadjenkins.debian.net-4df12e269fb4dd814d209a5fc0366934d3089291.tar.xz
reproducible debian dashboard: correct description in table
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_html_dashboard.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh
index 45df06c7..a3a2a874 100755
--- a/bin/reproducible_html_dashboard.sh
+++ b/bin/reproducible_html_dashboard.sh
@@ -452,12 +452,11 @@ create_dashboard_page() {
write_page "<tr><td>total number of identified issues in packages</td><td>$COUNT_ISSUES</td><td colspan=\"2\"></td></tr>"
write_page "<tr><td>packages with notes about these issues</td><td>$NOTES</td><td colspan=\"2\"></td></tr>"
- local TD_PKG_NOISSUES="<tr><td>packages in $SUITE with issues but without identified ones</td><td></td>"
+ local TD_PKG_NOISSUES="<tr><td>packages in unstable with issues but without identified ones</td><td></td>"
local TD_PKG_FTBR="<tr><td>&nbsp;&nbsp;- unreproducible ones</a></td><td></td>"
local TD_PKG_FTBFS="<tr><td>&nbsp;&nbsp;- failing to build</a></td><td></td>"
local TD_PKG_SID="<tr><td>packages in unstable which need to be fixed</td><td></td>"
local TD_PKG_TESTING="<tr><td>&nbsp;&nbsp;- in testing</td><td></td>"
-
for ARCH in ${ARCHS} ; do
SUITE="unstable"
gather_suite_arch_stats