Re: [openstack-dev] [PBR] Patches on PBR

2018-04-16 Thread Gaetan
Hello, I have started a few other patches on PBR, can anyone give me some feedback on them? https://review.openstack.org/558181 https://review.openstack.org/561731 https://review.openstack.org/559484 They don't do that much, but they can help dev workflow Thanks a lot ! - Gaetan 2018-04

Re: [openstack-dev] PBR and Pipfile

2018-04-15 Thread Gaetan
ected tag regular expression. I would like my project for example to fail if one create a tag on master without the v prefix. It is not mandatory, but when the project will be handed over to new maintainer, they may do the mistake of using a version without v/V and it will wor

[openstack-dev] PBR and Pipfile

2018-04-08 Thread Gaetan
art a general thread here to retrieve your general feedback around these points. Thanks for your feedbacks Gaetan [1]: https://review.openstack.org/#/c/524436/ [2]: https://github.com/pypa/pipenv/issues/1911 [3]: https://docs.pipenv.org/advanced/#pipfile-vs-setup-py [4]: https://www.python.org/d

[openstack-dev] Patches on PBR

2018-04-08 Thread Gaetan
erver pbr_testpackage.wsgi' not in b''" - https://review.openstack.org/#/c/558181/: proposal for update of sem-ver 3 doc - https://review.openstack.org/#/c/524436/: Pipfile support (still WIP) Can you review them? Thanks, --

Re: [openstack-dev] [pbr] support v_version

2018-01-15 Thread Gaetan
gitlab handle correctly the protection against unwanted publication. Just hope it will be useful for other project, probably not for OpenStack itself. Thanks a lot for supporting external projects :) Gaetan __

Re: [openstack-dev] [pbr] support v_version

2018-01-15 Thread Gaetan
his "v*" regular expression is configurable and seem to default/good practice on GitLab CE/EE. > We can do this but it would be a separate feature and, to be > honest, I'd suggest using Git hooks or some form of access control as a > better way to do this (Note: it s

[openstack-dev] [pbr] support v_version

2018-01-09 Thread Gaetan
you think about this proposal? [1] https://review.openstack.org/#/c/531161/ Thanks Regards - Gaetan __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstac

Re: [openstack-dev] [reno] questions about reno

2018-01-08 Thread Gaetan
details (maybe too much). So, I was thinking to store in NEWS only the release note As an example, you can look how I plan to use it for Guake: https://github.com/Guake/guake I usually write the NEWS at each release manually ( https://github.com/Guake/guake/blob/master/NEWS), and that's where reno shin

[openstack-dev] [reno] questions about reno

2018-01-06 Thread Gaetan
the NEWS file using reno ? I started trying conversion with pandoc but the result are not great. If you find some features interesting, I'll be happy to contribute ! - Gaetan / Stibbons __ OpenStack Development Ma

Re: [openstack-dev] [pbr] Git submodules support

2017-12-19 Thread Gaetan
it in production now: - pipfile patch allows PBR to install the dependencies of a dependency that uses a Pipfile - env var patch makes pbr happy with submodules in our docker environment. Thanks Best Regards, Gaetan __ OpenS

[openstack-dev] [pbr] Git submodules support

2017-12-19 Thread Gaetan
t i will not be able to do it until net year. Also, I maintain a fork a pbr "pbrlgs" ( https://github.com/Stibbons/pbr/tree/pbrlgs) that makes PBR happy with git submodules. I had to in order to use it in our internal build system. Thanks - Gaetan