Re: [Reportbug-maint] [PATCH] Update the SUITES2DISTS mapping for the jessie release

2015-10-17 Thread Sandro Tosi
thanks! just merged

On Thu, Oct 15, 2015 at 6:18 PM, Paul Wise  wrote:
> ---
>  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'}
>
> --
> 2.6.1
>
>
> ___
> Reportbug-maint mailing list
> Reportbug-maint@lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reportbug-maint



-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi

___
Reportbug-maint mailing list
Reportbug-maint@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reportbug-maint


[Reportbug-maint] [PATCH] Update the SUITES2DISTS mapping for the jessie release

2015-10-15 Thread Paul Wise
---
 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'}
 
-- 
2.6.1


___
Reportbug-maint mailing list
Reportbug-maint@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reportbug-maint