summaryrefslogtreecommitdiffstats
path: root/lib/python/debian_support.py
diff options
context:
space:
mode:
authorThijs Kinkhorst <thijs@debian.org>2013-05-05 07:48:49 +0000
committerThijs Kinkhorst <thijs@debian.org>2013-05-05 07:48:49 +0000
commit076c2fab7023388959063be57c3774473b6fc6fc (patch)
tree63a6c2d7e219f5d942fbff6b75c2b141274e1575 /lib/python/debian_support.py
parenta5d1a9c8d9e4b8df56fc468e81f5ed317c763c90 (diff)
squeeze=oldstable, wheezy=stable, jessie=testing
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@22168 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'lib/python/debian_support.py')
-rw-r--r--lib/python/debian_support.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/debian_support.py b/lib/python/debian_support.py
index 035f8d2097..2c76f2d44d 100644
--- a/lib/python/debian_support.py
+++ b/lib/python/debian_support.py
@@ -193,7 +193,7 @@ class Release(PseudoEnum): pass
def listReleases():
releases = {}
- rels = ("potato", "woody", "sarge", "etch", "lenny", "squeeze", "wheezy", "sid")
+ rels = ("potato", "woody", "sarge", "etch", "lenny", "squeeze", "wheezy", "jessie", "sid")
for r in range(len(rels)):
releases[rels[r]] = Release(rels[r], r)
Release.releases = releases

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