From 7b7587a40f7bfcb4db0be6befa2d7f24fddbe5d2 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 2 Jun 2015 12:41:26 +0200 Subject: reproducible: add title tag to the notify icon for the unicode impaired --- bin/reproducible_common.py | 2 +- bin/reproducible_common.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py index 21a4adaf..9a73a2c4 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -213,7 +213,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', '
  • '), ('dd-list', '
  • maintainers of unreproducible packages
  • '), ('pkg_sets', '
  • package sets stats
  • ') ] diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 20fc4a43..0bec423b 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -225,6 +225,8 @@ write_page_header() { for i in $SUITES ; do write_page "
  • suite: $i
  • " done + elif [ "$TARGET" = "notify" ] ; then + write_page "
  • ${SPOKEN_TARGET}
  • " else write_page "
  • ${SPOKEN_TARGET}
  • " fi -- cgit v1.2.3-70-g09d2