Re: [Xen-devel] [PATCH OSSTEST 3/5] Cope with Jessie's d-i vg name

2015-06-12 Thread Ian Jackson
Ian Campbell writes ("Re: [PATCH OSSTEST 3/5] Cope with Jessie's d-i vg name"): > The difference is you don't need to enumerate all the names. e.g. > "lenny|squeeze|wheezy" becomes "< debver('wheezy')" I'm not sure this is worth the candle. Because we only use this for backward compatibility, we

Re: [Xen-devel] [PATCH OSSTEST 3/5] Cope with Jessie's d-i vg name

2015-05-21 Thread Wei Liu
On Thu, May 21, 2015 at 05:15:55PM +0100, Ian Campbell wrote: > On Thu, 2015-05-21 at 17:04 +0100, Wei Liu wrote: > > On Thu, May 21, 2015 at 04:10:02PM +0100, Ian Campbell wrote: > > > On Wed, 2015-05-20 at 18:56 +0100, Wei Liu wrote: > > > > In ts-xen-build-prep, replace matching lenny with jessi

Re: [Xen-devel] [PATCH OSSTEST 3/5] Cope with Jessie's d-i vg name

2015-05-21 Thread Ian Campbell
On Thu, 2015-05-21 at 17:04 +0100, Wei Liu wrote: > On Thu, May 21, 2015 at 04:10:02PM +0100, Ian Campbell wrote: > > On Wed, 2015-05-20 at 18:56 +0100, Wei Liu wrote: > > > In ts-xen-build-prep, replace matching lenny with jessie since lenny is > > > not used in production anymore. > > > > AIUI t

Re: [Xen-devel] [PATCH OSSTEST 3/5] Cope with Jessie's d-i vg name

2015-05-21 Thread Wei Liu
On Thu, May 21, 2015 at 04:10:02PM +0100, Ian Campbell wrote: > On Wed, 2015-05-20 at 18:56 +0100, Wei Liu wrote: > > In ts-xen-build-prep, replace matching lenny with jessie since lenny is > > not used in production anymore. > > AIUI the default VG name scheme changed? Can you say how here please

Re: [Xen-devel] [PATCH OSSTEST 3/5] Cope with Jessie's d-i vg name

2015-05-21 Thread Ian Campbell
On Wed, 2015-05-20 at 18:56 +0100, Wei Liu wrote: > In ts-xen-build-prep, replace matching lenny with jessie since lenny is > not used in production anymore. AIUI the default VG name scheme changed? Can you say how here please. Also I think in general we should aim for the "non-exceptional" case

[Xen-devel] [PATCH OSSTEST 3/5] Cope with Jessie's d-i vg name

2015-05-20 Thread Wei Liu
In ts-xen-build-prep, replace matching lenny with jessie since lenny is not used in production anymore. Signed-off-by: Wei Liu --- ts-host-install | 4 +++- ts-xen-build-prep | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ts-host-install b/ts-host-install index b73c7f