Re: [openstack-dev] [devstack] What's required to accept a new distro rlease?

2015-05-15 Thread Sean Dague
On 05/15/2015 01:13 AM, Tony Breeds wrote: > On Fri, May 15, 2015 at 01:35:06PM +1000, Ian Wienand wrote: >> On 05/15/2015 01:05 PM, Tony Breeds wrote: >>> I'm wondering what are the requirements for accepting something >>> like: >> >>> -if [[ ! ${DISTRO} =~ >>> (precise|trusty|7.0|wheezy|sid|test

Re: [openstack-dev] [devstack] What's required to accept a new distro rlease?

2015-05-14 Thread Tony Breeds
On Fri, May 15, 2015 at 01:35:06PM +1000, Ian Wienand wrote: > On 05/15/2015 01:05 PM, Tony Breeds wrote: > > I'm wondering what are the requirements for accepting something > > like: > > > -if [[ ! ${DISTRO} =~ > > (precise|trusty|7.0|wheezy|sid|testing|jessie|f20|f21|rhel7) ]]; then > > +if [[

Re: [openstack-dev] [devstack] What's required to accept a new distro rlease?

2015-05-14 Thread Ian Wienand
On 05/15/2015 01:05 PM, Tony Breeds wrote: > I'm wondering what are the requirements for accepting something > like: > -if [[ ! ${DISTRO} =~ > (precise|trusty|7.0|wheezy|sid|testing|jessie|f20|f21|rhel7) ]]; then > +if [[ ! ${DISTRO} =~ > (precise|trusty|vivid|7.0|wheezy|sid|testing|jessie|f20|f

[openstack-dev] [devstack] What's required to accept a new distro rlease?

2015-05-14 Thread Tony Breeds
Hi All, I have reasons but I need to use Ubuntu 15.04 and devstack. CLearly I can run: FORCE=yes ./stack.sh and with a couple of patches I get a devstack up and running *For my config/system* I'm wondering what are the requirements for accepting something like: -if [[ ! ${DISTRO} =~ (prec