[Secure-testing-commits] r52645 - bin
Salvatore Bonaccorso
carnil at moszumanska.debian.org
Sat Jun 17 08:21:49 UTC 2017
Author: carnil
Date: 2017-06-17 08:21:49 +0000 (Sat, 17 Jun 2017)
New Revision: 52645
Modified:
bin/tracker_data.py
Log:
support-ended.py: Update mapping release -> codenames
Modified: bin/tracker_data.py
===================================================================
--- bin/tracker_data.py 2017-06-17 08:21:48 UTC (rev 52644)
+++ bin/tracker_data.py 2017-06-17 08:21:49 UTC (rev 52645)
@@ -22,10 +22,10 @@
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
More information about the Secure-testing-commits
mailing list