diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-03 01:40:29 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-03 01:40:29 +0200 |
commit | 10aa1feab27de561e833739bbd24dd5fb17ae71e (patch) | |
tree | c4051a25f7199509e61865a4d743314836aae6f9 | |
parent | 4a06598dcb7e0a3d4cd8c9a5251d3e42d9d73bb5 (diff) | |
download | jenkins.debian.net-10aa1feab27de561e833739bbd24dd5fb17ae71e.tar.xz |
reproducible: binary uploads are not NMUs
-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 1249838c..68449294 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> - which need \"binNMU\"s</td><td>$(echo $RESULT)</td></tr>" + write_page "<tr><td> - which need to be build on some archs</td><td>$(echo $RESULT)</td></tr>" fi write_page "</table>" # write bugs with usertags table |