Re: [PATCH] Given a package allow to check in which releases security support has ended

2016-04-09 Thread Guido Günther
On Mon, Mar 28, 2016 at 07:28:34PM +0200, Guido Günther wrote: > Hi, > On Thu, Feb 18, 2016 at 06:02:12PM +0100, Holger Levsen wrote: > > Hi Guido, > > > > On Mittwoch, 17. Februar 2016, Guido Günther wrote: > > > When triaging LTS issues I always have to look up what we still support > > > and

Re: [PATCH] Given a package allow to check in which releases security support has ended

2016-03-28 Thread Guido Günther
Hi, On Thu, Feb 18, 2016 at 06:02:12PM +0100, Holger Levsen wrote: > Hi Guido, > > On Mittwoch, 17. Februar 2016, Guido Günther wrote: > > When triaging LTS issues I always have to look up what we still support > > and what not. Attached script simplifies this a bit: > > > > $

Re: [PATCH] Given a package allow to check in which releases security support has ended

2016-02-18 Thread Holger Levsen
Hi Guido, On Mittwoch, 17. Februar 2016, Guido Günther wrote: > When triaging LTS issues I always have to look up what we still support > and what not. Attached script simplifies this a bit: > > $ bin/support-ended.py --lists /path/to/debian-security-support/ iceape > Package unsupported

Re: [PATCH] Given a package allow to check in which releases security support has ended

2016-02-18 Thread Guido Günther
On Thu, Feb 18, 2016 at 09:35:14AM -0500, Antoine Beaupré wrote: > On 2016-02-18 02:26:28, Guido Günther wrote: > > Hi, > > On Wed, Feb 17, 2016 at 01:39:41PM -0500, Antoine Beaupré wrote: > >> On 2016-02-17 12:13:35, Guido Günther wrote: > >> > When triaging LTS issues I always have to look up

Re: [PATCH] Given a package allow to check in which releases security support has ended

2016-02-18 Thread Antoine Beaupré
On 2016-02-18 02:26:28, Guido Günther wrote: > Hi, > On Wed, Feb 17, 2016 at 01:39:41PM -0500, Antoine Beaupré wrote: >> On 2016-02-17 12:13:35, Guido Günther wrote: >> > When triaging LTS issues I always have to look up what we still support >> > and what not. Attached script simplifies this a

Re: [PATCH] Given a package allow to check in which releases security support has ended

2016-02-17 Thread Guido Günther
Hi, On Wed, Feb 17, 2016 at 01:39:41PM -0500, Antoine Beaupré wrote: > On 2016-02-17 12:13:35, Guido Günther wrote: > > When triaging LTS issues I always have to look up what we still support > > and what not. Attached script simplifies this a bit: > > > > $ bin/support-ended.py --lists

Re: [PATCH] Given a package allow to check in which releases security support has ended

2016-02-17 Thread Antoine Beaupré
On 2016-02-17 12:13:35, Guido Günther wrote: > When triaging LTS issues I always have to look up what we still support > and what not. Attached script simplifies this a bit: > > $ bin/support-ended.py --lists /path/to/debian-security-support/ iceape > Package unsupported in wheezy >

[PATCH] Given a package allow to check in which releases security support has ended

2016-02-17 Thread Guido Günther
When triaging LTS issues I always have to look up what we still support and what not. Attached script simplifies this a bit: $ bin/support-ended.py --lists /path/to/debian-security-support/ iceape Package unsupported in wheezy Package unsupported in squeeze Does this make sense? It