From 9b1fd52e33fe8e91d634a786eef3a021bec3eaa7 Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Sun, 28 Apr 2019 15:14:43 +0200 Subject: 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. --- bin/tracker_data.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bin') 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 -- cgit v1.2.3