summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorFlorian Weimer <fw@deneb.enyo.de>2007-04-08 22:24:12 +0000
committerFlorian Weimer <fw@deneb.enyo.de>2007-04-08 22:24:12 +0000
commit35ff2c572c9c939763f6c7b5a019b0e64b6cccae (patch)
tree2f7e73b466c8999d54cbb8ac5a0cff7532a5f37d /lib
parent910c30a8851fc658486b879da1f535affd7183d2 (diff)
Missing change for etch release
A manual schema migration is required here. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@5637 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'lib')
-rw-r--r--lib/python/security_db.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/security_db.py b/lib/python/security_db.py
index d3fb90bffc..2fc3f8cf54 100644
--- a/lib/python/security_db.py
+++ b/lib/python/security_db.py
@@ -383,7 +383,7 @@ class DB:
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,

© 2014-2024 Faster IT GmbH | imprint | privacy policy