summaryrefslogtreecommitdiffstats
path: root/bin/tracker_data.py
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
commitc441d401784724541f8d18a7fc9bd2311bb9a8e4 (patch)
treebc5e264e9c18e4cafacd4c984c27ac690199b67f /bin/tracker_data.py
parentc7a0a3b9003ca33cdeeb82f37dbc47f156156df1 (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/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 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