[elbe-devel] [PATCH 1/1] Update Debian codenames

bage at linutronix.de bage at linutronix.de
Mon Aug 26 11:59:24 CEST 2019


From: Bastian Germann <bage at linutronix.de>

Since buster moving to stable the suite <-> codename conversion was
not touched. Update all the releases.

Signed-off-by: Bastian Germann <bage at linutronix.de>
---
 elbepack/debianreleases.py | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/elbepack/debianreleases.py b/elbepack/debianreleases.py
index 7a8f2e43..69d16f25 100644
--- a/elbepack/debianreleases.py
+++ b/elbepack/debianreleases.py
@@ -4,11 +4,11 @@
 #
 # SPDX-License-Identifier: GPL-3.0-or-later
 
-suite2codename = {'oldoldoldstable': 'squeeze',
-                  'oldoldstable': 'wheezy',
-                  'oldstable': 'jessie',
-                  'stable': 'stretch',
-                  'testing': 'buster',
+suite2codename = {'oldoldoldstable': 'wheezy',
+                  'oldoldstable': 'jessie',
+                  'oldstable': 'stretch',
+                  'stable': 'buster',
+                  'testing': 'bullseye',
                   'unstable': 'sid',
 
                   'lucid': 'lucid',
-- 
2.20.1




More information about the elbe-devel mailing list