summaryrefslogtreecommitdiffstats
path: root/bin/tracker_data.py
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2017-06-17 08:21:49 +0000
committerSalvatore Bonaccorso <carnil@debian.org>2017-06-17 08:21:49 +0000
commit56311a075d2e1522abe7930fe259c231b7c39d3b (patch)
tree9eae592acba542e2df9ee5ea67a5b60c90e8509c /bin/tracker_data.py
parente7bd9254b8a1b87c41cf55b57cb59f2905501a43 (diff)
support-ended.py: Update mapping release -> codenames
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@52645 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'bin/tracker_data.py')
-rw-r--r--bin/tracker_data.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/tracker_data.py b/bin/tracker_data.py
index 9f61d66abf..3bbac16603 100644
--- a/bin/tracker_data.py
+++ b/bin/tracker_data.py
@@ -22,10 +22,10 @@ import requests
import six
RELEASES = {
- 'oldoldstable': 'squeeze',
- 'oldstable': 'wheezy',
- 'stable': 'jessie',
- 'testing': 'stretch',
+ 'oldoldstable': 'wheezy',
+ 'oldstable': 'jessie',
+ 'stable': 'stretch',
+ 'testing': 'buster',
'unstable': 'sid',
'experimental': 'experimental',
# LTS specific aliases

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