From bc7b8ba273f3de999d54ae57530470696608a4c6 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 14 May 2016 02:15:19 +0200 Subject: reproducible debian navigation: s#⚑#⚑ packages with enabled notifications# MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/reproducible_common.py | 2 +- bin/reproducible_common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py index 61a9c4c6..41bf78c3 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -288,7 +288,7 @@ 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)
  • '), - ('notify', '
  • '), + ('notify', '
  • ⚑ packages with enabled notifications
  • '), ('dd-list', '
  • maintainers of unreproducible packages
  • '), ('pkg_sets', '
  • package sets
  • ') ] diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index d3657510..cb9eb3b5 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -194,7 +194,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["notify"]="⚑ packages with enabled notifications" SPOKENTARGET["dd-list"]="maintainers of unreproducible packages" SPOKENTARGET["pkg_sets"]="package sets" SPOKENTARGET["suite_stats"]="suite: $SUITE" -- cgit v1.2.3-54-g00ecf