summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2019-04-28 15:14:43 +0200
committerSalvatore Bonaccorso <carnil@debian.org>2019-07-06 09:23:56 +0200
commit9b1fd52e33fe8e91d634a786eef3a021bec3eaa7 (patch)
tree2ea5cf2e880e32067901eae660759afb51916e76 /bin
parent9e540da41f29c3c34fab70f4824fe2758c15d53f (diff)
tracker_data.py: Update mapping release -> codenames
Shift mappins for oldstable to stretch, stable to buster and new testing to bullsyeye. Make LTS suite jessie oldoldstable distribution.
Diffstat (limited to 'bin')
-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 d05b42a9eb..13eab0f4b8 100644
--- a/bin/tracker_data.py
+++ b/bin/tracker_data.py
@@ -22,10 +22,10 @@ import requests
import six
RELEASES = {
- 'oldoldstable': 'wheezy',
- 'oldstable': 'jessie',
- 'stable': 'stretch',
- 'testing': 'buster',
+ 'oldoldstable': 'jessie',
+ 'oldstable': 'stretch',
+ 'stable': 'buster',
+ 'testing': 'bullseye',
'unstable': 'sid',
'experimental': 'experimental',
# LTS specific aliases

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