*** cshastri has joined #openstack-rpm-packaging | 03:50 | |
openstackgerrit | Pete Zaitcev proposed openstack/rpm-packaging master: Add PyECLib and liberasurecode https://review.openstack.org/438793 | 04:24 |
---|---|---|
openstackgerrit | Tomasz Trębski proposed openstack/rpm-packaging master: Add RPM package for monasca-log-api https://review.openstack.org/416493 | 06:28 |
openstackgerrit | Tomasz Trębski proposed openstack/rpm-packaging master: Add RPM package for monasca-log-api https://review.openstack.org/416493 | 06:31 |
*** makowals_ has quit IRC | 07:27 | |
*** makowals has joined #openstack-rpm-packaging | 07:28 | |
*** jpena|away is now known as jpena | 07:41 | |
*** jpena is now known as jpena|away | 07:54 | |
toabctl | number80, jpena|away is there any feedback for the single-spec macros for python from opensuse? | 07:59 |
*** jpena|away is now known as jpena | 08:01 | |
*** pcaruana has joined #openstack-rpm-packaging | 08:17 | |
*** apevec has joined #openstack-rpm-packaging | 08:34 | |
*** apevec has joined #openstack-rpm-packaging | 08:34 | |
*** kornica has quit IRC | 08:46 | |
witek | hello, we have a couple of changes which hang for some time already without review | 09:29 |
witek | could you please take a look? | 09:29 |
witek | https://review.openstack.org/417849 | 09:29 |
witek | https://review.openstack.org/433030 | 09:29 |
witek | https://review.openstack.org/436063 | 09:30 |
witek | https://review.openstack.org/416493 | 09:30 |
witek | dirk, toabctl, jpena ^^^ | 09:31 |
toabctl | IgorYozhikov, are you still listening here? what about the nova changeset? | 09:41 |
IgorYozhikov | toabctl, I'm here and working on cleanup of our repos from newer packages already existing in centos extras to unblock ci tests, also working on ci setup for ocata branch with our infra team (they are busy and things move slowly). today it should be done and after that I'll proceed with hanged PRs | 09:48 |
IgorYozhikov | working on de-duplication | 09:48 |
toabctl | IgorYozhikov, cool :) | 09:48 |
toabctl | IgorYozhikov, was just wondering if you are maybe on vacation or something... | 09:49 |
apevec | IgorYozhikov, which packages from centos extras ? | 09:49 |
IgorYozhikov | like python-docker-py 4 example | 09:50 |
IgorYozhikov | working on list of packages that we need to delete | 09:50 |
IgorYozhikov | inside mos ci | 09:50 |
toabctl | hi apevec | 09:51 |
IgorYozhikov | because our repo has highest priority and this leads to failures | 09:51 |
toabctl | jpena, for the neutron spec - don't we need a neutron user/group? I don't see where theses are created... | 10:00 |
toabctl | witek, done | 10:00 |
jpena | toabctl: it's in the "%openstack_pre_user_group_create neutron neutron" snippet, line 338 | 10:02 |
jpena | witek: I'll take a look later today, I'm banging my head against the table with a different topic | 10:02 |
toabctl | jpena, ahh. my chrome search seem to only search in the currently visible page. | 10:03 |
witek | toabctl, jpena thanks a lot | 10:03 |
*** aplanas has joined #openstack-rpm-packaging | 10:45 | |
*** aplanas has quit IRC | 11:11 | |
*** aplanas has joined #openstack-rpm-packaging | 11:19 | |
*** igorbelikov_ has quit IRC | 12:01 | |
*** igorbelikov_ has joined #openstack-rpm-packaging | 12:03 | |
openstackgerrit | Artur Basiak proposed openstack/rpm-packaging master: Extend monasca-notification spec https://review.openstack.org/433030 | 12:14 |
openstackgerrit | Artur Basiak proposed openstack/rpm-packaging master: Extend monasca-notification spec https://review.openstack.org/433030 | 12:22 |
openstackgerrit | Artur Basiak proposed openstack/rpm-packaging master: Extend monasca-notification spec https://review.openstack.org/433030 | 12:28 |
openstackgerrit | Artur Basiak proposed openstack/rpm-packaging master: Extend monasca-notification spec https://review.openstack.org/433030 | 13:00 |
*** cshastri has quit IRC | 13:03 | |
*** jpena is now known as jpena|lunch | 13:09 | |
openstackgerrit | Artur Basiak proposed openstack/rpm-packaging master: Extend monasca-notification spec https://review.openstack.org/433030 | 13:23 |
*** pradk has joined #openstack-rpm-packaging | 13:52 | |
*** openstackgerrit has quit IRC | 14:03 | |
*** jpena|lunch is now known as jpena | 14:10 | |
toabctl | jruzicka, any idea how to add python3 support to our packages? | 14:17 |
toabctl | number80 said you might be able to work on tooling if needed | 14:17 |
jruzicka | well there is the multi-python single-spec thingie | 14:25 |
jruzicka | I need to fix & release rdopkg first (many unit test remain :-p) and then I can help with whatever's needed | 14:26 |
jruzicka | toabctl, what changes in particular are needed first? | 14:27 |
toabctl | jruzicka, I guess we need to figure out how fedora and opensuse do py3 packaging | 14:28 |
toabctl | jruzicka, opensuse is switching currently to a singlespec macro system provided by https://github.com/openSUSE/python-rpm-macros | 14:28 |
toabctl | jruzicka, and here is an example how a spec file looks like: https://build.opensuse.org/package/view_file/devel:languages:python/python-setuptools/python-setuptools.spec?expand=1 | 14:29 |
toabctl | hm. maybe not the best example. here are more: https://build.opensuse.org/project/show/devel:languages:python:singlespec | 14:30 |
jruzicka | toabctl, so if we could support the multi-spec in renderspec so that it would render to fedora somehow, that would be magnificient :) | 14:32 |
toabctl | jruzicka, multispec means a py2 and a py3 spec file? | 14:33 |
jruzicka | py3 software collections might also be needed and that could also be solved through this theoretically... | 14:33 |
jruzicka | sorry, *multi-python | 14:33 |
toabctl | jruzicka, so multiple py versions from a single spec. that's what opensuse is doing now, too | 14:34 |
jruzicka | plan would be to do that in a general way so that rest of fedora can use this too... I think the current py2/py3 solution in fedora is rather hardcoded | 14:34 |
jruzicka | if python 4 would come, big amount of work would need to be done again ^^ | 14:34 |
toabctl | jruzicka, that's why suse has theses macros | 14:35 |
toabctl | you basically say: %python_subpackages | 14:35 |
jruzicka | right. I think debian has nice solution for multiple python for decade(s) | 14:35 |
toabctl | yeah | 14:35 |
toabctl | jruzicka, but there you still define the subpackages manually | 14:35 |
jruzicka | I'm quite unhappy with the dirty as always fedora way... I'd personally try to do better ;) | 14:36 |
toabctl | with the macros you could also create pypy packages eg | 14:36 |
toabctl | jruzicka, so maybe you could have a look at the macros and/or post them to the relevant fedora people to have a look? | 14:36 |
jruzicka | I don't have a stomach for that :) More like create better alternative and try pushing that. | 14:37 |
toabctl | jruzicka, that's what I propose. but the better alternative is already there (maybe). just look at the macros :) | 14:37 |
jruzicka | number80 is significantly better in interacting with Fedora community :) | 14:37 |
* jruzicka is just a grumpy lone wolf | 14:38 | |
toabctl | lol | 14:38 |
jruzicka | ¯\_(ツ)_/¯ | 14:38 |
jruzicka | toabctl, I'll try to discuss this with number80 and apevec in greater detail as well as checking out the macros. The .spec you linked looks good. | 14:39 |
toabctl | jruzicka, cool. thx | 14:40 |
toabctl | jruzicka, maybe we can discuss it also on thursday during the meeting. or next week | 14:40 |
jruzicka | yup | 14:42 |
*** openstackgerrit has joined #openstack-rpm-packaging | 14:52 | |
openstackgerrit | Witold Bedyk proposed openstack/rpm-packaging master: Add openstack-monasca-agent package https://review.openstack.org/436063 | 14:52 |
openstackgerrit | Witold Bedyk proposed openstack/rpm-packaging master: Add openstack-monasca-agent package https://review.openstack.org/436063 | 14:56 |
toabctl | number80, jpena would you have time to look at https://github.com/openSUSE/py2pack/pull/75 ? somebody updated the template for fedora but I have no idea if that is correct... | 16:20 |
*** pcaruana has quit IRC | 16:34 | |
*** jpena is now known as jpena|away | 17:39 | |
*** eggmaster has joined #openstack-rpm-packaging | 18:22 | |
openstackgerrit | Dirk Mueller proposed openstack/rpm-packaging master: Initial spec for horizon https://review.openstack.org/417849 | 21:38 |
openstackgerrit | Merged openstack/rpm-packaging master: Update os-apply-config to 5.0.0 https://review.openstack.org/436879 | 21:41 |
openstackgerrit | Dirk Mueller proposed openstack/rpm-packaging master: Initial spec for swift https://review.openstack.org/436611 | 21:49 |
openstackgerrit | Pete Zaitcev proposed openstack/rpm-packaging master: Add PyECLib and liberasurecode https://review.openstack.org/438793 | 23:18 |
*** pradk has quit IRC | 23:32 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!