[Reportbug-commits] [reportbug] 01/11: Update codename/suite mapping for wheezy release

Sandro Tosi morph at moszumanska.debian.org
Sun Jan 26 19:45:35 UTC 2014


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

morph pushed a commit to branch master
in repository reportbug.

commit 4a518460e4ebb8f9c8512be66f152c12008a750f
Author: Julien Cristau <jcristau at debian.org>
Date:   Thu May 9 20:51:42 2013 +0200

    Update codename/suite mapping for wheezy release
---
 reportbug/utils.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/reportbug/utils.py b/reportbug/utils.py
index 9dbb4dc..d05705d 100644
--- a/reportbug/utils.py
+++ b/reportbug/utils.py
@@ -89,9 +89,9 @@ fhs_directories = ['/', '/usr', '/usr/share', '/var', '/usr/X11R6',
                    '/usr/man', '/usr/doc', '/usr/bin']
 
 # A map between suites and distributions names
-SUITES2DISTS = {'lenny': 'oldstable',
-                'squeeze': 'stable',
-                'wheezy': 'testing',
+SUITES2DISTS = {'squeeze': 'oldstable',
+                'wheezy': 'stable',
+                'jessie': '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