[Secure-testing-commits] r5655 - bin

Florian Weimer fw at alioth.debian.org
Sun Apr 15 09:51:48 UTC 2007


Author: fw
Date: 2007-04-15 09:51:47 +0000 (Sun, 15 Apr 2007)
New Revision: 5655

Modified:
   bin/tracker_service.py
Log:
* bin/tracker_service.py:
  Update DTSA candidates page for the etch release


Modified: bin/tracker_service.py
===================================================================
--- bin/tracker_service.py	2007-04-14 11:54:51 UTC (rev 5654)
+++ bin/tracker_service.py	2007-04-15 09:51:47 UTC (rev 5655)
@@ -765,11 +765,11 @@
                 (SELECT testing.version_id < stable.version_id
                  FROM source_packages AS testing, source_packages AS stable
                  WHERE testing.name = testing_status.package
-                 AND testing.release = 'etch'
+                 AND testing.release = 'lenny'
                  AND testing.subrelease = ''
                  AND testing.archive = testing_status.section
                  AND stable.name = testing_status.package
-                 AND stable.release = 'sarge'
+                 AND stable.release = 'etch'
                  AND stable.subrelease = 'security'
                  AND stable.archive = testing_status.section),
                 (SELECT range_remote FROM nvd_data




More information about the Secure-testing-commits mailing list