Salvatore Bonaccorso pushed to branch master at Debian Security Tracker / 
security-tracker


Commits:
939f3136 by Emilio Pozuelo Monfort at 2019-03-01T11:05:25Z
tracker-service: don't repeat the package link

...for non-main packages. For those, emptying pkg_name is not enough,
we also need to set title to None.

- - - - -
3b03db02 by Salvatore Bonaccorso at 2019-03-01T12:47:20Z
Merge branch 'pochu/security-tracker-tracker-tables'

- - - - -


1 changed file:

- bin/tracker_service.py


Changes:

=====================================
bin/tracker_service.py
=====================================
@@ -718,6 +718,7 @@ to improve our documentation and procedures, so feedback is 
welcome.""")])])
 
                 if pkg_name == old_pkg_name:
                     pkg_name = ''
+                    title = None
                 else:
                     old_pkg_name = pkg_name
                     title = None
@@ -778,6 +779,7 @@ to improve our documentation and procedures, so feedback is 
welcome.""")])])
 
                 if pkg_name == old_pkg_name:
                     pkg_name = ''
+                    title = None
                 else:
                     old_pkg_name = pkg_name
                     title = None
@@ -838,6 +840,7 @@ to improve our documentation and procedures, so feedback is 
welcome.""")])])
 
                 if pkg_name == old_pkg_name:
                     pkg_name = ''
+                    title = None
                 else:
                     old_pkg_name = pkg_name
                     title = None
@@ -926,6 +929,7 @@ to improve our documentation and procedures, so feedback is 
welcome.""")])])
                 if pkg_name == old_pkg_name:
                     pkg_name = ''
                     migration = ''
+                    title = None
                 else:
                     old_pkg_name = pkg_name
                     title = None



View it on GitLab: 
https://salsa.debian.org/security-tracker-team/security-tracker/compare/415d9cca4db133fb8e71e67037b29f5aa005d8b5...3b03db0217c5f77ef007df19c99092e1a969fb83

-- 
View it on GitLab: 
https://salsa.debian.org/security-tracker-team/security-tracker/compare/415d9cca4db133fb8e71e67037b29f5aa005d8b5...3b03db0217c5f77ef007df19c99092e1a969fb83
You're receiving this email because of your account on salsa.debian.org.
_______________________________________________
debian-security-tracker-commits mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-security-tracker-commits

Reply via email to