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
commitf5d871ebc6b54f9c5b78ebb6789e0257f50d1c98 (patch)
tree0113c0655475fc0f5f28c7cc24a1efd9634a2358 /bin/tracker_data.py
parentaab4a99ddf2ccb34da8a49ba4b2c3bbe6b052aa3 (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