Re: [openstack-dev] [Oslo] oslo.version and pbr

2013-08-08 Thread Mark McLoughlin
On Sun, 2013-08-04 at 13:41 -0400, Monty Taylor wrote: Hey all! Currently, there is runtime version handling code in pbr. It's been a cause of concern for some folks because it means that pbr becomes a runtime rather than just a build time dependency - so the suggestion has come across that

[openstack-dev] [Oslo] oslo.version and pbr

2013-08-04 Thread Monty Taylor
Hey all! Currently, there is runtime version handling code in pbr. It's been a cause of concern for some folks because it means that pbr becomes a runtime rather than just a build time dependency - so the suggestion has come across that we split it out into its own library. This becomes even

Re: [openstack-dev] [Oslo] oslo.version and pbr

2013-08-04 Thread Dean Troyer
On Sunday, August 4, 2013, Monty Taylor wrote: - make an oslo.version library based on the current code in pbr +1 - bring the nova version code over, and keep its depend on oslo.config +1 (code reuse), -1 (depend on oslo.config) That way, pbr can go back to being a build-time need -

Re: [openstack-dev] [Oslo] oslo.version and pbr

2013-08-04 Thread Chuck Short
Hi On Sun, Aug 4, 2013 at 2:24 PM, Dean Troyer dtro...@gmail.com wrote: On Sunday, August 4, 2013, Monty Taylor wrote: - make an oslo.version library based on the current code in pbr +1 - bring the nova version code over, and keep its depend on oslo.config +1 (code reuse), -1