[Secure-testing-commits] r15903 - bin

Thijs Kinkhorst thijs at alioth.debian.org
Sun Jan 16 09:35:44 UTC 2011


Author: thijs
Date: 2011-01-16 09:35:41 +0000 (Sun, 16 Jan 2011)
New Revision: 15903

Modified:
   bin/tracker_service.py
Log:
no need to display etch anymore


Modified: bin/tracker_service.py
===================================================================
--- bin/tracker_service.py	2011-01-16 09:35:19 UTC (rev 15902)
+++ bin/tracker_service.py	2011-01-16 09:35:41 UTC (rev 15903)
@@ -839,7 +839,7 @@
             old_pkg = ''
             old_dsc = ''
             last_displayed = ''
-            releases = ('sid', 'squeeze', 'lenny', 'etch')
+            releases = ('sid', 'squeeze', 'lenny')
             for (pkg_name, bug_name, release, desc) in self.db.cursor().execute(
                     """SELECT DISTINCT sp.name, st.bug_name, sp.release,
                     bugs.description
@@ -884,7 +884,7 @@
             old_dsc = ''
             old_name = ''
             last_displayed = ''
-            releases = ('sid', 'squeeze', 'lenny', 'etch')
+            releases = ('sid', 'squeeze', 'lenny')
             for (pkg_name, bug_name, release, desc) in self.db.cursor().execute(
                     """SELECT DISTINCT sp.name, st.bug_name, sp.release,
                     bugs.description




More information about the Secure-testing-commits mailing list