[Secure-testing-commits] r11215 - bin
thijs at alioth.debian.org
thijs at alioth.debian.org
Sat Feb 14 16:57:17 UTC 2009
Author: thijs
Date: 2009-02-14 16:57:17 +0000 (Sat, 14 Feb 2009)
New Revision: 11215
Modified:
bin/compare-testing-status
bin/dsa2list
bin/get-todo-items
bin/tracker_service.py
Log:
oldstable is now etch, stable is now lenny, testing is now squeeze
Modified: bin/compare-testing-status
===================================================================
--- bin/compare-testing-status 2009-02-14 09:14:12 UTC (rev 11214)
+++ bin/compare-testing-status 2009-02-14 16:57:17 UTC (rev 11215)
@@ -7,7 +7,7 @@
use strict;
use DBI;
-my $TESTING="lenny";
+my $TESTING="squeeze";
my $MAILTO='secure-testing-team at lists.alioth.debian.org';
my $MAILFROM='sf at sfritsch.de';
Modified: bin/dsa2list
===================================================================
--- bin/dsa2list 2009-02-14 09:14:12 UTC (rev 11214)
+++ bin/dsa2list 2009-02-14 16:57:17 UTC (rev 11215)
@@ -69,7 +69,7 @@
# Variants used by "dak new-security-install"
re_date1 = re.compile(r'^([A-Z][a-z][a-z])[a-z]* (\d+), (2\d{3}).*')
release_headline1_re = re.compile(r'^Debian [0-9.]+ \(([a-z]+)\).*')
-release_map = {'stable' : 'etch', 'oldstable' : 'sarge'}
+release_map = {'stable' : 'lenny', 'oldstable' : 'etch'}
def process_file(file):
cve_names = {}
Modified: bin/get-todo-items
===================================================================
--- bin/get-todo-items 2009-02-14 09:14:12 UTC (rev 11214)
+++ bin/get-todo-items 2009-02-14 16:57:17 UTC (rev 11215)
@@ -23,6 +23,7 @@
CVE="CVE-$( echo "$LINE" | cut -d ' ' -f 1 )"
;;
*NOTE:*) ;;
+ *\[lenny\]*) ;;
*\[etch\]*) ;;
*\[sarge\]*) ;;
*\<unfixed\>*)
Modified: bin/tracker_service.py
===================================================================
--- bin/tracker_service.py 2009-02-14 09:14:12 UTC (rev 11214)
+++ bin/tracker_service.py 2009-02-14 16:57:17 UTC (rev 11215)
@@ -759,7 +759,7 @@
return self.page_status_release_unstable_like(
path, params, url,
title='Vulnerable source packages among backports for stable',
- rel='etch-backports')
+ rel='lenny-backports')
def page_status_dtsa_candidates(self, path, params, url):
bf = BugFilter(params)
@@ -773,11 +773,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 = 'lenny'
+ AND testing.release = 'squeeze'
AND testing.subrelease = ''
AND testing.archive = testing_status.section
AND stable.name = testing_status.package
- AND stable.release = 'etch'
+ AND stable.release = 'lenny'
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