Friday, 2017-04-21

openstackgerritmelissaml proposed openstack/rpm-packaging master: Update os-win to 2.0.1  https://review.openstack.org/45869400:33
openstackgerritmelissaml proposed openstack/rpm-packaging master: Update os-brick to 1.12.0  https://review.openstack.org/45869600:40
*** rbowen has joined #openstack-rpm-packaging02:13
*** rbowen has quit IRC02:40
openstackgerritThomas Bechtold proposed openstack/renderspec master: Return the full path when searching for archive files  https://review.openstack.org/45872405:13
toabctlIgorYozhikov, dirk jpena|off could you please look at https://review.openstack.org/#/c/458724/ ? a renderspec bug05:14
dirktoabctl: ah, for the case when the current working dir isn't matching the spec.j2 dir?05:18
toabctldirk, yes.05:18
dirkOk05:19
toabctldirk, find_archives() searched in a couple of dirs but returned just the basename05:19
toabctlwhich is useless05:19
*** cshastri has joined #openstack-rpm-packaging05:47
*** pcaruana has joined #openstack-rpm-packaging06:18
toabctlnumber80, time for a quick review on https://review.openstack.org/#/c/458724/ ?07:11
toabctljpena|off, number80 are you nowadays using some of the spec files somewhere? I looked into http://mirror.centos.org/centos/7/cloud/x86_64/openstack-ocata/ but looks like theses packages are build from different sources07:19
toabctlthen there is also https://github.com/rdo-packages which has duplicates.07:19
*** jpena|off is now known as jpena07:39
jpenatoabctl: no, we're not using the specs yet07:40
openstackgerritThomas Bechtold proposed openstack/renderspec master: Add 'basename' filter  https://review.openstack.org/45875007:44
openstackgerritMerged openstack/renderspec master: Return the full path when searching for archive files  https://review.openstack.org/45872407:45
toabctljpena, hm. are you still planing to use them?07:46
toabctljpena, renderspec has 2 open reviews which I would like to get in and prepare a new release.07:47
*** leanderthal|afk is now known as leanderthal07:47
jpenatoabctl: I guess we plan to use them, but I'm not aware of the timelines07:48
jpenaI'll have a look at the other renderspec review07:48
dirkjpena: how can we make timelines a reality? are there rdo community meetings where we should put this on the agenda?07:53
toabctljpena, thx07:54
jpenadirk: we have weekly meetings every Wednesday, so we could add the item to https://etherpad.openstack.org/p/RDO-Meeting07:54
dirkjpena: sounds like a plan07:55
openstackgerritDirk Mueller proposed openstack/rpm-packaging master: Update keystone to 12.0.0.0b1  https://review.openstack.org/45875907:56
*** itxaka has joined #openstack-rpm-packaging07:59
toabctljpena, https://review.openstack.org/#/c/458750/ is the other one08:03
jpenatoabctl: about https://review.openstack.org/458571, I have a doubt about stable releases and how tarballs are uploaded to tarballs.openstack.org08:37
toabctljpena, what's your doubt?08:38
jpenamonasca-agent now has release 1.9.0 in stable/ocata, however its stable.ocata.tar.gz file still has 1.8.1.dev8 as version in PKG-INFO08:38
jpenathis mismatch is making DLRN fail08:38
jpena(with the alternative option of using the latest commit for stable releases)08:39
toabctljpena, hm. interesting. this themses to be a problem upstream08:40
toabctlI'll try to find out what's going on there08:40
jpenaok, thx. Once it's fixed, I can unblock the RDO CI08:40
openstackgerritMerged openstack/renderspec master: Add 'basename' filter  https://review.openstack.org/45875008:41
toabctlIgorYozhikov, could you please add you PTL +1 to https://review.openstack.org/#/c/458769/ ?08:47
dirkjpena: yeah, stable.ocata. hasn't seen the version bump yet because nothing has changed on the git branch after the release was cut08:59
dirkthe solution could be to have teh release job trigger a post- on the stable branch as well08:59
openstackgerritThomas Bechtold proposed openstack/rpm-packaging master: renderspec: Update to 1.6.0  https://review.openstack.org/45878009:13
openstackgerritDirk Mueller proposed openstack/rpm-packaging master: Update keystone to 12.0.0.0b1  https://review.openstack.org/45875909:14
*** vnogin has joined #openstack-rpm-packaging09:19
dirkjpena: toabctl : https://review.openstack.org/#/c/458759/ this should help with unblocking the other reviews as they're failing in the suse ci on conflicts09:22
dirkjpena: what do you think about raising the rdo gate to voting?09:22
toabctldirk, https://review.openstack.org/#/c/458780/ should help with https://review.openstack.org/#/c/458571/09:23
*** vnogin has quit IRC09:23
openstackgerritMerged openstack/rpm-packaging master: Update os-win to 2.0.1  https://review.openstack.org/45869409:25
jpenadirk: we could do it, once we figure out the stable/ocata details09:27
dirkwell, voting can be branch specific. I was talking about master at least09:28
openstackgerritMerged openstack/rpm-packaging master: Update openstack-monasca-agent to 1.9.0  https://review.openstack.org/45856809:28
*** vnogin has joined #openstack-rpm-packaging09:33
toabctljpena, https://review.openstack.org/#/c/458790/ needs a new renderspec release. Not sure if you need to update something in your CI09:38
jpenatoabctl: we install renderspec via pip, so the latest release is used09:40
toabctlok. then it should be fine09:40
toabctljpena, is https://review.openstack.org/#/c/458790/ also failing because of the version mismatch and DLRN hickup?09:56
jpenatoabctl: yes, it's the version mismatch (1.9.0 vs 1.8.1.dev8)09:57
toabctljpena, hm. so can this be solved in the DLRN side somehow?09:58
jpenatoabctl: not without a large redesign (which could break its other use cases). I'll try to explain10:03
jpenaby design, DLRN does not use the tarball in Source0, but a tarball generated from a git repo10:03
jpenaso DLRN can use two options to get the right git ref: either a branch (stable/ocata), or a provided tag/commit10:04
jpenathen, it computes the version using "python setup.py --version"10:04
jpenaso, if we get the version number from the spec (rendered by renderspec), it would be 1.8.1. But this tag does not exist10:05
jpenaalternatively, we use stable/ocata, and DLRN computes the version. It was 1.8.1.dev8 until 1.9.0 was tagged, so now we differ10:06
jpenaTL;DR unless the versions from a git checkout + pbr and the ones in PKG-INFO from the tarball are the same, we'll have trouble10:07
toabctljpena, the renderspec fetch_source() function could also get a tarball from git I guess10:07
jpenammm that might be an option10:08
toabctlor we need to fix tarballs.openstack.org10:08
toabctlbut I don't know how10:08
toabctlI'll ask in #openstack-release10:08
jpenamy gut feeling is that the right thing to do is what dirk said, "have the release job trigger a post- on the stable branch as well"10:09
toabctlyeah10:10
toabctljpena, but is there any chance to get https://review.openstack.org/#/c/458571/ into soon?10:10
jpenatoabctl: let's ignore the RDO CI job and merge it. It'll fix itself once we have another commit into stable/ocata10:11
toabctlok10:12
openstackgerritMerged openstack/rpm-packaging master: renderspec: Update to 1.6.0  https://review.openstack.org/45878010:12
toabctljpena, then it would be nice to get a review on https://review.openstack.org/#/c/458571/ :)10:12
jpenaI was on it already :D10:13
toabctlthanks :)10:13
*** apevec has joined #openstack-rpm-packaging10:14
*** apevec has joined #openstack-rpm-packaging10:14
openstackgerritDirk Mueller proposed openstack/rpm-packaging master: Update oslo.messaging to 5.22.0  https://review.openstack.org/45604110:41
*** vnogin has quit IRC11:30
*** vnogin has joined #openstack-rpm-packaging11:33
jpenatoabctl: going back to stable releases and versioning, should we then update https://github.com/openstack/rpm-packaging/blob/stable/ocata/openstack/horizon/horizon.spec.j2#L2 to fetch the version from the stable tarball?11:33
openstackgerritDirk Mueller proposed openstack/rpm-packaging master: Update oslo.middleware to 3.26.0  https://review.openstack.org/45737211:37
openstackgerritDirk Mueller proposed openstack/rpm-packaging master: Initial spec for swift  https://review.openstack.org/43661111:41
toabctljpena, I think yes11:42
*** makowals has quit IRC11:48
*** makowals has joined #openstack-rpm-packaging11:53
*** aplanas has joined #openstack-rpm-packaging11:54
*** jpena is now known as jpena|lunch11:55
*** rbowen has joined #openstack-rpm-packaging12:09
*** Dobroslaw has quit IRC12:11
IgorYozhikovnumber80, jpena|lunch is there a link which is points to the package repo built by dlrn ?12:12
*** jpena|lunch has quit IRC12:25
*** jpena has joined #openstack-rpm-packaging12:38
jpenaIgorYozhikov: for each CI run you mean?12:57
IgorYozhikovjpena, dlrn13:03
jpenaIgorYozhikov: https://rpm-packaging-ci.rdoproject.org/repos/current/ is the current master repo13:04
openstackgerritThomas Bechtold proposed openstack/rpm-packaging master: monasca-agent: Fix log dir permissions  https://review.openstack.org/45882213:04
IgorYozhikovthanx :)13:05
openstackgerritmelissaml proposed openstack/rpm-packaging master: Update osc-lib to 1.5.0  https://review.openstack.org/45848813:51
*** cshastri has quit IRC14:30
*** leanderthal is now known as leanderthal|afk15:05
*** jpena has quit IRC15:46
*** jpena has joined #openstack-rpm-packaging15:52
openstackgerritMerged openstack/rpm-packaging master: monasca-agent: Fix log dir permissions  https://review.openstack.org/45882216:01
*** jpena has quit IRC16:54
*** jpena|off has joined #openstack-rpm-packaging17:00
*** jpena|off is now known as jpena17:04
*** vnogin has quit IRC17:07
*** jpena is now known as jpena|off17:07
*** ig0r_ has quit IRC17:24
*** ig0r_ has joined #openstack-rpm-packaging17:26
*** vnogin has joined #openstack-rpm-packaging18:19
*** vnogin has quit IRC18:23
*** vnogin has joined #openstack-rpm-packaging18:23
*** itxaka has quit IRC18:37
*** pcaruana has quit IRC19:02
*** ig0r_ has quit IRC19:55
*** rbowen has quit IRC20:38
*** openstackgerrit has quit IRC20:48
*** apevec has quit IRC21:01
*** vnogin has quit IRC23:21

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!