diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-07-03 08:37:38 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-07-04 12:04:18 +0200 |
commit | 7afbbb7a66b4859b8f978f4757001931a98d81e9 (patch) | |
tree | bce6599b9008166127447b19f32cc99ab20cf510 /bin | |
parent | ad6f158a253b0ef7a302944925e5522117011cc0 (diff) | |
download | jenkins.debian.net-7afbbb7a66b4859b8f978f4757001931a98d81e9.tar.xz |
reproducible: html_indexes: fix mail url for the index_notify page
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_indexes.py | 2 |
1 files changed, 1 insertions, 1 deletions
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': '<p>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).<br />Please ask us to enable notifications for your package(s) in our IRC channel #debian-reproducible or via <a href="reproducible-builds@lists.alioth.debian.org">mail</a>!</p>', + 'header': '<p>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).<br />Please ask us to enable notifications for your package(s) in our IRC channel #debian-reproducible or via <a href="mailto:reproducible-builds@lists.alioth.debian.org">mail</a>!</p>', 'header_query': 'SELECT COUNT(*) FROM sources WHERE suite="{suite}" AND architecture="{arch}" AND notify_maintainer = 1', 'body': [ { |