[Reportbug-commits] [reportbug] 01/02: Update the SUITES2DISTS mapping for the jessie release

Sandro Tosi morph at moszumanska.debian.org
Sat Oct 17 17:47:48 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 5da49c6314207911a06c3dadb31ec002a2c837a2
Author: Paul Wise <pabs at debian.org>
Date:   Fri Oct 16 01:18:13 2015 +0800

    Update the SUITES2DISTS mapping for the jessie release
---
 reportbug/utils.py | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/reportbug/utils.py b/reportbug/utils.py
index 46476b5..2b4d64c 100644
--- a/reportbug/utils.py
+++ b/reportbug/utils.py
@@ -90,9 +90,10 @@ fhs_directories = ['/', '/usr', '/usr/share', '/var', '/usr/X11R6',
                    '/usr/man', '/usr/doc', '/usr/bin']
 
 # A map between suites and distributions names
-SUITES2DISTS = {'squeeze': 'oldstable',
-                'wheezy': 'stable',
-                'jessie': 'testing',
+SUITES2DISTS = {'squeeze': 'oldoldstable',
+                'wheezy': 'oldstable',
+                'jessie': 'stable',
+                'stretch': 'testing',
                 'sid': 'unstable',
                 'experimental': 'experimental'}
 

-- 
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