From 8a567b682d163ec8e590938f24e0d3a751459bf5 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 5 Jul 2016 20:19:34 +0200 Subject: reproducible: only show modified in experimental if different from sid --- bin/reproducible_html_dashboard.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_html_dashboard.sh') diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh index 8d50cef8..e95c12a1 100755 --- a/bin/reproducible_html_dashboard.sh +++ b/bin/reproducible_html_dashboard.sh @@ -529,8 +529,10 @@ create_dashboard_page() { fi RESULT=$(cat /srv/reproducible-results/modified_in_sid.txt || echo "unknown") # written by reproducible_html_repository_comparison.sh 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)" + if ! diff /srv/reproducible-results/modified_in_sid.txt /srv/reproducible-results/modified_in_exp.txt ; then + RESULT=$(cat /srv/reproducible-results/modified_in_exp.txt || echo "unknown") # written by reproducible_html_repository_comparison.sh + write_page "  - (in experimental)$(echo $RESULT)" + fi RESULT=$(cat /srv/reproducible-results/binnmus_needed.txt || echo "unknown") # written by reproducible_html_repository_comparison.sh if [ "$RESULT" != "0" ] ; then write_page "  - which need to be build on some archs$(echo $RESULT)" -- cgit v1.2.3-70-g09d2