Re: [openstack-dev] Cross distribution talks on Friday

2014-12-23 Thread Doug Hellmann
On Dec 23, 2014, at 2:17 AM, Thomas Goirand wrote: > On 12/19/2014 11:55 PM, Ihar Hrachyshka wrote: >> Note that OSLO_PACKAGE_VERSION is not public. > > Well, it used to be public, it has been added and discussed a few years > ago because of issues I had with packaging. > >> Instead, we should

Re: [openstack-dev] Cross distribution talks on Friday

2014-12-23 Thread Ihar Hrachyshka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 23/12/14 08:17, Thomas Goirand wrote: > On 12/19/2014 11:55 PM, Ihar Hrachyshka wrote: >> Note that OSLO_PACKAGE_VERSION is not public. > > Well, it used to be public, it has been added and discussed a few > years ago because of issues I had wit

Re: [openstack-dev] Cross distribution talks on Friday

2014-12-22 Thread Thomas Goirand
On 12/19/2014 11:55 PM, Ihar Hrachyshka wrote: > Note that OSLO_PACKAGE_VERSION is not public. Well, it used to be public, it has been added and discussed a few years ago because of issues I had with packaging. > Instead, we should use > PBR_VERSION: > > http://docs.openstack.org/developer/pbr/p

Re: [openstack-dev] Cross distribution talks on Friday

2014-12-22 Thread Thomas Goirand
On 11/11/2014 12:46 AM, Donald Stufft wrote: > >> On Nov 10, 2014, at 11:43 AM, Adam Young wrote: >> >> On 11/01/2014 06:51 PM, Alan Pevec wrote: %install export OSLO_PACKAGE_VERSION=%{version} %{__python} setup.py install -O1 --skip-build --root %{buildroot} Then everyth

Re: [openstack-dev] Cross distribution talks on Friday

2014-12-19 Thread Ihar Hrachyshka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 01/11/14 20:26, Thomas Goirand wrote: > On 11/01/2014 11:29 PM, Kashyap Chamarthy wrote: >> On Sat, Nov 01, 2014 at 09:13:21PM +0800, Thomas Goirand wrote: >>> Hi, >>> >>> I was wondering if some distribution OpenStack package >>> maintainers wou

Re: [openstack-dev] Cross distribution talks on Friday

2014-11-10 Thread Matthias Runge
On 10/11/14 20:27, Samuel Merritt wrote: > > Swift has an elegant* solution** to this problem that makes PBR into a > build-time-only dependency. > > Take a look at the top-level __init__.py in the Swift source tree: > https://github.com/openstack/swift/blob/709187b54ff2e9b81ac53977d4283523ce16a

Re: [openstack-dev] Cross distribution talks on Friday

2014-11-10 Thread Samuel Merritt
On 11/1/14, 3:51 PM, Alan Pevec wrote: %install export OSLO_PACKAGE_VERSION=%{version} %{__python} setup.py install -O1 --skip-build --root %{buildroot} Then everything should be ok and PBR will become your friend. Still not my friend because I don't want a _build_ tool as runtime dependency :

Re: [openstack-dev] Cross distribution talks on Friday

2014-11-10 Thread Donald Stufft
> On Nov 10, 2014, at 11:43 AM, Adam Young wrote: > > On 11/01/2014 06:51 PM, Alan Pevec wrote: >>> %install >>> export OSLO_PACKAGE_VERSION=%{version} >>> %{__python} setup.py install -O1 --skip-build --root %{buildroot} >>> >>> Then everything should be ok and PBR will become your friend. >>

Re: [openstack-dev] Cross distribution talks on Friday

2014-11-10 Thread Adam Young
On 11/01/2014 06:51 PM, Alan Pevec wrote: %install export OSLO_PACKAGE_VERSION=%{version} %{__python} setup.py install -O1 --skip-build --root %{buildroot} Then everything should be ok and PBR will become your friend. Still not my friend because I don't want a _build_ tool as runtime dependency

Re: [openstack-dev] Cross distribution talks on Friday

2014-11-02 Thread Matthias Runge
On 01/11/14 14:13, Thomas Goirand wrote: > Hi, > > I was wondering if some distribution OpenStack package maintainers would > be interested to have some cross-distribution discussion on Friday, > during the contributors sessions. > Unfortunately, this is at the same time as Ceilometer, Glance, He

Re: [openstack-dev] Cross distribution talks on Friday

2014-11-01 Thread Alan Pevec
> %install > export OSLO_PACKAGE_VERSION=%{version} > %{__python} setup.py install -O1 --skip-build --root %{buildroot} > > Then everything should be ok and PBR will become your friend. Still not my friend because I don't want a _build_ tool as runtime dependency :) e.g. you don't ship make(1) to

Re: [openstack-dev] Cross distribution talks on Friday

2014-11-01 Thread Thomas Goirand
On 11/01/2014 11:29 PM, Kashyap Chamarthy wrote: > On Sat, Nov 01, 2014 at 09:13:21PM +0800, Thomas Goirand wrote: >> Hi, >> >> I was wondering if some distribution OpenStack package maintainers >> would be interested to have some cross-distribution discussion on >> Friday, during the contributors

Re: [openstack-dev] Cross distribution talks on Friday

2014-11-01 Thread Kashyap Chamarthy
On Sat, Nov 01, 2014 at 01:45:24PM -0400, Adam Young wrote: > On 11/01/2014 11:29 AM, Kashyap Chamarthy wrote: > >On Sat, Nov 01, 2014 at 09:13:21PM +0800, Thomas Goirand wrote: > >>Hi, > >> > >>I was wondering if some distribution OpenStack package maintainers > >>would be interested to have some

Re: [openstack-dev] Cross distribution talks on Friday

2014-11-01 Thread Adam Young
On 11/01/2014 11:29 AM, Kashyap Chamarthy wrote: On Sat, Nov 01, 2014 at 09:13:21PM +0800, Thomas Goirand wrote: Hi, I was wondering if some distribution OpenStack package maintainers would be interested to have some cross-distribution discussion on Friday, during the contributors sessions. I'

Re: [openstack-dev] Cross distribution talks on Friday

2014-11-01 Thread Kashyap Chamarthy
On Sat, Nov 01, 2014 at 09:13:21PM +0800, Thomas Goirand wrote: > Hi, > > I was wondering if some distribution OpenStack package maintainers > would be interested to have some cross-distribution discussion on > Friday, during the contributors sessions. > > I'll be happy to discuss with Ubuntu peo