fw at alioth.debian.org
2009-Feb-15 13:29 UTC
[Secure-testing-commits] r11219 - lib/python
Author: fw Date: 2009-02-15 13:29:06 +0000 (Sun, 15 Feb 2009) New Revision: 11219 Modified: lib/python/security_db.py Log: lib/python/security_db.py: create the oldstable status view Modified: lib/python/security_db.py ==================================================================--- lib/python/security_db.py 2009-02-14 17:14:04 UTC (rev 11218) +++ lib/python/security_db.py 2009-02-15 13:29:06 UTC (rev 11219) @@ -388,7 +388,7 @@ AND sp.subrelease = '''' ORDER BY sp.name, st.urgency, st.bug_name""") - for (name, nickname) in ((''stable'', ''lenny''),): + for (name, nickname) in ((''stable'', ''lenny''), (''oldstable'', ''etch''),): cursor.execute( """CREATE VIEW %s_status AS SELECT DISTINCT sp.name AS package, st.bug_name AS bug,