[Secure-testing-commits] r18459 - bin

Florian Weimer fw at alioth.debian.org
Thu Feb 16 17:27:01 UTC 2012


Author: fw
Date: 2012-02-16 17:27:00 +0000 (Thu, 16 Feb 2012)
New Revision: 18459

Modified:
   bin/tracker_service.py
Log:
bin/tracker_service.py: nicer output for external links


Modified: bin/tracker_service.py
===================================================================
--- bin/tracker_service.py	2012-02-16 17:21:38 UTC (rev 18458)
+++ bin/tracker_service.py	2012-02-16 17:27:00 UTC (rev 18459)
@@ -312,9 +312,12 @@
                                                         'NVD'),
                                       "; ",
                                       self.make_rhbug_ref(url, bug.name,
-                                                        'RH'),
+                                                        'Red Hat'),
+                                      ", ",
                                       self.make_ubuntu_bug_ref(url, bug.name, 'Ubuntu'),
+                                      ", ",
                                       self.make_gentoo_bug_ref(url, bug.name, 'Gentoo'),
+                                      ", ",
                                       A(url.absolute('http://oss-security.openwall.org/wiki/vendors'), 'more'),
                                       ")")
             elif source == 'DSA':




More information about the Secure-testing-commits mailing list