diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-02 18:06:36 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-02 18:06:36 +0200 |
commit | 388b7c4cb127459c4ff1df32da6f721d68a1815f (patch) | |
tree | 7ab7d405fc2c83e984ceafe803ce2085f393096f | |
parent | 4c3a59da9cb0f84ca5c44dba7671e3c7537d1540 (diff) | |
download | jenkins.debian.net-388b7c4cb127459c4ff1df32da6f721d68a1815f.tar.xz |
reproducible: improve output
-rwxr-xr-x | bin/reproducible_html_dashboards.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_dashboards.sh b/bin/reproducible_html_dashboards.sh index fbe26a99..5f043eb3 100755 --- a/bin/reproducible_html_dashboards.sh +++ b/bin/reproducible_html_dashboards.sh @@ -354,7 +354,7 @@ create_main_stats_page() { write_page "<tr><td> - (in experimental)</td><td>$(echo $RESULT)</td></tr>" RESULT=$(cat /srv/reproducible-results/binnmus_needed.txt || echo "unknown") # written by reproducible_html_repository_comparison.sh if [ "$RESULT" != "0" ] ; then - write_page "<tr><td>packages in our repo which need \"binNMU\"s<br />(work in progress)</td><td>$(echo $RESULT)</td></tr>" + write_page "<tr><td> - which need \"binNMU\"s<br />(work in progress)</td><td>$(echo $RESULT)</td></tr>" fi write_page "</table>" # write bugs with usertags table |