From df3cc97e9c4e8e343a2985dfacfb986d0952826e Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 1 Jun 2015 21:02:09 +0200 Subject: reproducible: refactor and sort notify before dd-list --- bin/reproducible_common.py | 2 +- bin/reproducible_common.sh | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py index b5791807..21a4adaf 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -213,8 +213,8 @@ def _gen_links(suite, arch): ('last_24h', '
  • packages tested in the last 24h
  • '), ('last_48h', '
  • packages tested in the last 48h
  • '), ('all_abc', '
  • all tested packages (sorted alphabetically)
  • '), - ('dd-list', '
  • maintainers of unreproducible packages
  • '), ('notify', '
  • '), + ('dd-list', '
  • maintainers of unreproducible packages
  • '), ('pkg_sets', '
  • package sets stats
  • ') ] html = '' diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 3abe9d63..20fc4a43 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -163,8 +163,8 @@ write_page_header() { rm -f $PAGE MAINVIEW="stats" ALLSTATES="reproducible FTBR FTBFS 404 not_for_us blacklisted" - ALLVIEWS="issues notes no_notes scheduled last_24h last_48h all_abc dd-list pkg_sets suite_stats repositories stats" - GLOBALVIEWS="issues scheduled repositories stats" + ALLVIEWS="issues notes no_notes scheduled last_24h last_48h all_abc notify dd-list pkg_sets suite_stats repositories stats" + GLOBALVIEWS="issues scheduled notify repositories stats" SUITEVIEWS="dd-list suite_stats" SPOKENTARGET["issues"]="issues" SPOKENTARGET["notes"]="packages with notes" @@ -173,6 +173,7 @@ write_page_header() { SPOKENTARGET["last_24h"]="packages tested in the last 24h" SPOKENTARGET["last_48h"]="packages tested in the last 48h" SPOKENTARGET["all_abc"]="all tested packages (sorted alphabetically)" + SPOKENTARGET["notify"]="⚑" SPOKENTARGET["dd-list"]="maintainers of unreproducible packages" SPOKENTARGET["pkg_sets"]="package sets" SPOKENTARGET["suite_stats"]="suite: $SUITE" @@ -227,9 +228,6 @@ write_page_header() { else write_page "
  • ${SPOKEN_TARGET}
  • " fi - if [ "$TARGET" = "dd-list" ] ; then - write_page "
  • " - fi done write_page "
  • wiki
  • " write_page "" -- cgit v1.2.3-54-g00ecf