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 20

Re: [openstack-dev] PBR and Pipfile

2018-04-15 Thread Gaetan
port for version with a “v” or “V” prefix, that works really great with Gitlab’s protected 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 n

[openstack-dev] PBR and Pipfile

2018-04-08 Thread Gaetan
ly start 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.

[openstack-dev] Patches on PBR

2018-04-08 Thread Gaetan
STARTING test server 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) Ca

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

2018-01-15 Thread Gaetan
tional, for my need, 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
ners can create tags starting with a "v*"). Note this "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 f

[openstack-dev] [pbr] support v_version

2018-01-09 Thread Gaetan
e What do 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...@list

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

2018-01-08 Thread Gaetan
but it has lot of 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), a

[openstack-dev] [reno] questions about reno

2018-01-06 Thread Gaetan
erate 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 Deve

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

2017-12-19 Thread Gaetan
ontributions. But we use 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 ___

[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