From 4c3a59da9cb0f84ca5c44dba7671e3c7537d1540 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 2 Aug 2015 17:59:35 +0200 Subject: reproducible: point out how many 'binNMU's are missing --- bin/reproducible_html_dashboards.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bin/reproducible_html_dashboards.sh') diff --git a/bin/reproducible_html_dashboards.sh b/bin/reproducible_html_dashboards.sh index e16999c0..fbe26a99 100755 --- a/bin/reproducible_html_dashboards.sh +++ b/bin/reproducible_html_dashboards.sh @@ -352,6 +352,10 @@ create_main_stats_page() { write_page "packages modified in our toolchain (in unstable)$(echo $RESULT)" RESULT=$(cat /srv/reproducible-results/modified_in_exp.txt || echo "unknown") # written by reproducible_html_repository_comparison.sh write_page "  - (in experimental)$(echo $RESULT)" + RESULT=$(cat /srv/reproducible-results/binnmus_needed.txt || echo "unknown") # written by reproducible_html_repository_comparison.sh + if [ "$RESULT" != "0" ] ; then + write_page "packages in our repo which need \"binNMU\"s
(work in progress)$(echo $RESULT)" + fi write_page "" # write bugs with usertags table write_usertag_table -- cgit v1.2.3-54-g00ecf