From 7afbbb7a66b4859b8f978f4757001931a98d81e9 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Fri, 3 Jul 2015 08:37:38 +0000 Subject: reproducible: html_indexes: fix mail url for the index_notify page --- bin/reproducible_html_indexes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/reproducible_html_indexes.py b/bin/reproducible_html_indexes.py index a9de0ead..070eb096 100755 --- a/bin/reproducible_html_indexes.py +++ b/bin/reproducible_html_indexes.py @@ -329,7 +329,7 @@ pages = { 'notes': True, 'nosuite': True, 'title': 'Packages with notification enabled', - 'header': '

The following {tot} packages in {suite}/{arch} have notifications enabled. On status changes (e.g. reproducible → unreproducible) the system sends an email to $srcpackage@packages.debian.org, notifying the maintainer and relevant parties. (You can subscribe through the PTS or Tracker if you are interested in such emails).
Please ask us to enable notifications for your package(s) in our IRC channel #debian-reproducible or via mail!

', + 'header': '

The following {tot} packages in {suite}/{arch} have notifications enabled. On status changes (e.g. reproducible → unreproducible) the system sends an email to $srcpackage@packages.debian.org, notifying the maintainer and relevant parties. (You can subscribe through the PTS or Tracker if you are interested in such emails).
Please ask us to enable notifications for your package(s) in our IRC channel #debian-reproducible or via mail!

', 'header_query': 'SELECT COUNT(*) FROM sources WHERE suite="{suite}" AND architecture="{arch}" AND notify_maintainer = 1', 'body': [ { -- cgit v1.2.3-54-g00ecf