[elbe-devel] [PATCH] debianreleases: make codenames / releases uniq
Manuel Traut
manut at linutronix.de
Mon Aug 7 14:50:44 CEST 2017
otherwise codename2suite returns a keyerror
Signed-off-by: Manuel Traut <manut at linutronix.de>
---
elbepack/debianreleases.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/elbepack/debianreleases.py b/elbepack/debianreleases.py
index 5b3c9472..ee2d793f 100644
--- a/elbepack/debianreleases.py
+++ b/elbepack/debianreleases.py
@@ -16,8 +16,8 @@
# You should have received a copy of the GNU General Public License
# along with ELBE. If not, see <http://www.gnu.org/licenses/>.
-suite2codename = { 'oldstable': 'squeeze',
- 'oldstable': 'wheezy',
+suite2codename = { 'oldoldoldstable': 'squeeze',
+ 'oldoldstable': 'wheezy',
'oldstable': 'jessie',
'stable': 'stretch',
'testing': 'buster',
--
2.13.3
More information about the elbe-devel
mailing list