[Blends-commit] [SCM] website branch, master, updated. 2f8ccf42016a134b579864606420de4f539cc3d7

Ole Streicher olebole at debian.org
Fri Mar 18 07:39:43 UTC 2016


The following commit has been merged in the master branch:
commit 2f8ccf42016a134b579864606420de4f539cc3d7
Author: Ole Streicher <olebole at debian.org>
Date:   Fri Mar 18 08:39:39 2016 +0100

    Remove unneeded 'maintainer' property entry

diff --git a/webtools/bugs.py b/webtools/bugs.py
index 3219f9d..b3b8e81 100755
--- a/webtools/bugs.py
+++ b/webtools/bugs.py
@@ -236,7 +236,6 @@ def main():
             (_name, _url) = email.utils.parseaddr(pkg['maintainer'])
             sources['maintainer_email'] = _url
             sources['maintainer_name']  = _name
-            sources['maintainer']  = Markup('<a href="mailto:%s">%s</a>' % (_url, _name))
             if pkg['status'] == 'depends':
                 sources['bugs'] = bugs[pkg['source']]['open']
                 bugs_data[task][pkg['status'] + '_l'].append(pkg['source'])
@@ -264,7 +263,6 @@ def main():
                 (_name, _url) = email.utils.parseaddr(pkg['maintainer'])
                 sources['maintainer_email'] = _url
                 sources['maintainer_name']  = _name
-                sources['maintainer']  = Markup('<a href="mailto:%s">%s</a>' % (_url, _name))
                 sources['bugs']        = bugs[pkg['source']]['done']
                 bugs_data[task]['done_l'].append(pkg['source'])
                 bugs_data[task]['done']['sources'].append(sources)

-- 
Static and dynamic websites for Debian Pure Blends



More information about the Blends-commit mailing list