[Secure-testing-commits] r5637 - lib/python
Florian Weimer
fw at alioth.debian.org
Sun Apr 8 22:24:12 UTC 2007
Author: fw
Date: 2007-04-08 22:24:12 +0000 (Sun, 08 Apr 2007)
New Revision: 5637
Modified:
lib/python/security_db.py
Log:
Missing change for etch release
A manual schema migration is required here.
Modified: lib/python/security_db.py
===================================================================
--- lib/python/security_db.py 2007-04-08 21:47:17 UTC (rev 5636)
+++ lib/python/security_db.py 2007-04-08 22:24:12 UTC (rev 5637)
@@ -383,7 +383,7 @@
AND sp.subrelease = ''
ORDER BY sp.name, urgency_to_number(st.urgency), st.bug_name""")
- for (name, nickname) in (('stable', 'sarge'), ('oldstable', 'woody')):
+ for (name, nickname) in (('stable', 'etch'), ('oldstable', 'sarge')):
cursor.execute(
"""CREATE VIEW %s_status AS
SELECT DISTINCT sp.name AS package, st.bug_name AS bug,
More information about the Secure-testing-commits
mailing list