[Reportbug-commits] [reportbug] 03/05: Add a CODENAME2SUITE entry for buster

Sandro Tosi morph at moszumanska.debian.org
Wed Dec 16 06:39:45 UTC 2015


This is an automated email from the git hooks/post-receive script.

morph pushed a commit to branch master
in repository reportbug.

commit 9a6353d822312cc3db593a27a5ec98d087196cf9
Author: Paul Wise <pabs at debian.org>
Date:   Mon Nov 9 08:17:25 2015 +0800

    Add a CODENAME2SUITE entry for buster
---
 reportbug/utils.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/reportbug/utils.py b/reportbug/utils.py
index 8928b8c..9a0977f 100644
--- a/reportbug/utils.py
+++ b/reportbug/utils.py
@@ -94,6 +94,7 @@ CODENAME2SUITE = {'squeeze': 'oldoldstable',
                 'wheezy': 'oldstable',
                 'jessie': 'stable',
                 'stretch': 'testing',
+                'buster': 'next-testing',
                 'sid': 'unstable',
                 'experimental': 'experimental'}
 SUITE2CODENAME = dict([(suite, codename) for codename, suite in CODENAME2SUITE.items())])

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reportbug/reportbug.git



More information about the Reportbug-commits mailing list