From 2850c6796c568d48c742789001f79e05488b2f1d Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 17 Jun 2016 00:21:09 +0200 Subject: reproducible debian: dont hide broken pieces --- bin/reproducible_common.py | 1 + bin/reproducible_common.sh | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'bin') diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py index 3b42cabe..3c3f31b9 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -224,6 +224,7 @@ html_head_page = Template((tab*2).join(("""
  • ⚑ packages with enabled notifications
  • performance stats
  • variations tested
  • +
  • broken pieces
  • $project_links diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 9a5f76df..e256eb7f 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -196,8 +196,8 @@ write_page_header() { rm -f $PAGE MAINVIEW="dashboard" ALLSTATES="reproducible FTBR FTBFS depwait not_for_us 404 blacklisted" - ALLVIEWS="notes no_notes pkg_sets last_24h last_48h all_abc arch scheduled suite_stats dd-list dashboard issues repositories notify performance variations" - GLOBALVIEWS="issues scheduled notify repositories dashboard performance variations" + ALLVIEWS="notes no_notes pkg_sets last_24h last_48h all_abc arch scheduled suite_stats dd-list dashboard issues repositories notify performance variations breakages" + GLOBALVIEWS="issues scheduled notify repositories dashboard performance variations breakages" SUITEVIEWS="dd-list suite_stats" SPOKENTARGET["issues"]="issues" SPOKENTARGET["notes"]="packages with notes" @@ -214,6 +214,7 @@ write_page_header() { SPOKENTARGET["dashboard"]="Debian dashboard" SPOKENTARGET["performance"]="performance stats" SPOKENTARGET["variations"]="variations tested" + SPOKENTARGET["breakages"]="broken pieces" write_page "" write_page "" write_page "" @@ -293,7 +294,7 @@ write_page_header() { write_page "" elif [ "$TARGET" = "last_48h" ] ; then write_page "" - elif [ "$TARGET" = "variations" ] ; then + elif [ "$TARGET" = "breakages" ] ; then write_page "" elif [ "$TARGET" = "scheduled" ] ; then write_page "" -- cgit v1.2.3-54-g00ecf