Friday, 2016-09-30

openstackgerritThomas Goirand proposed openstack/deb-murano-dashboard: Fixed openstack-auth -> django-openstack-auth  https://review.openstack.org/37996907:28
openstackgerritThomas Goirand proposed openstack/deb-openstack-pkg-tools: Fixed db port when altering db for setup  https://review.openstack.org/38001908:48
zigoonovy: tlbr: I could log into Horizon using Experimental packages (with a small fix in openstack-pkg-tools which in CR just above...).08:56
zigo:)08:56
openstackgerritThomas Goirand proposed openstack/deb-ironic-ui: Merge tag '2.1.0' into debian/newton  https://review.openstack.org/38004909:23
onovyzigo: cool09:41
openstackgerritThomas Goirand proposed openstack/deb-ironic-ui: Merge tag '2.1.0' into debian/newton  https://review.openstack.org/38004910:16
openstackgerritMerged openstack/deb-openstack-pkg-tools: Fixed db port when altering db for setup  https://review.openstack.org/38001910:36
openstackgerritMerged openstack/deb-auto-backports: Removed liberasurecode because we are packing it  https://review.openstack.org/37940810:42
openstackgerritThomas Goirand proposed openstack/deb-ironic-ui: Merge tag '2.1.0' into debian/newton  https://review.openstack.org/38004910:55
*** tlbr has quit IRC11:43
*** tlbr has joined #openstack-pkg11:50
openstackgerritThomas Goirand proposed openstack/deb-ironic-ui: Merge tag '2.1.0' into debian/newton  https://review.openstack.org/38004911:51
openstackgerritThomas Goirand proposed openstack/deb-ironic-ui: Merge tag '2.1.0' into debian/newton  https://review.openstack.org/38004911:51
openstackgerritThomas Goirand proposed openstack/deb-openstack-pkg-tools: Releasing to unstable.  https://review.openstack.org/38020212:03
openstackgerritThomas Goirand proposed openstack/deb-ironic-ui: Merge tag '2.1.0' into debian/newton  https://review.openstack.org/38004912:20
openstackgerritMerged openstack/deb-openstack-pkg-tools: Releasing to unstable.  https://review.openstack.org/38020212:21
openstackgerritMerged openstack/deb-murano-dashboard: Fixed openstack-auth -> django-openstack-auth  https://review.openstack.org/37996912:25
openstackgerritMerged openstack/deb-networking-mlnx: Service name fixed to networking-mlnx-eswitchd  https://review.openstack.org/37936812:28
zigolennyb: I have approved your patch here: https://review.openstack.org/#/c/379368/12:31
zigolennyb: But I think it's a mistake.12:31
zigolennyb: The file really is /usr/bin/eswitchd12:32
zigolennyb: Not it wont work anymore ... :/12:32
zigoI'm reverting it.12:32
openstackgerritThomas Goirand proposed openstack/deb-networking-mlnx: Revert "Service name fixed to networking-mlnx-eswitchd"  https://review.openstack.org/38022112:33
openstackgerritMerged openstack/deb-ironic-ui: Merge tag '2.1.0' into debian/newton  https://review.openstack.org/38004912:41
openstackgerritThomas Goirand proposed openstack/deb-openstack-pkg-tools: Correct debian/newton branch in gbp.conf  https://review.openstack.org/38026012:45
tlbrzigo, hi, could you please review https://anonscm.debian.org/cgit/openstack/glare.git/12:45
zigotlbr: Sure !12:45
tlbrthanks )12:45
zigotlbr: It's not lintian clean, by the first look.12:46
zigotlbr: Please build the package and fix that.12:46
zigotlbr: For example, python-pbr is there twice (in build-depends and build-depends-indep)12:46
zigoYou would have seen it if running Lintian.12:46
tlbrzigo, http://paste.openstack.org/show/nho9YafGARcTV9NarQgz/12:47
zigotlbr: You don't need to specify version for testrepository...12:47
zigotlbr: Yup, you should fix all of that.12:47
zigotlbr: You forgot the # before the bug number in debian/changelog! :)12:48
tlbri've already added ITP BTW12:48
tlbrsec12:48
tlbrdone12:49
zigotlbr: grep -r -i copyright * <--- Shows a lot more copyright holders than what you've put in debian/copyright. This will be rejected by FTP masters FOR SURE ! :)12:49
tlbrbuilding12:49
tlbrMichael told me, that he is the author12:50
tlbrand overall licence is ASL 2.012:50
zigotlbr: Author != copyright holders.12:51
zigotlbr: Do the grep as I did, and copy what you see there in debian/copyright.12:51
zigoThat's what the FTP masters will do anyway.12:51
zigoFor example:12:51
zigoglare/objects/meta/validators.py:# Copyright 2016 OpenStack Foundation12:51
zigoglare/objects/meta/attribute.py:# Copyright (c) 2016 Mirantis, Inc.12:51
tlbrhm, ok12:52
tlbrthanks12:52
zigogrep -r -i copyright * | grep "OpenStack Foundation" <--- Shows that you should put (c) 2010-2016, OpenStack Foundation.12:52
tlbrsec12:52
zigoThen you'd do: grep -r -i copyright * | grep -v "OpenStack Foundation" and then move to search for the next copyright holder.12:52
zigoThat's what I do...12:52
tlbrok, thanks12:53
zigodebian/glare-common.install <--- You should put /usr/bin/* in the python-glare (so that it is easy to switch to python3)12:53
zigoYes, we didn't do that before, though we should start doing it...12:53
tlbrok12:53
zigoThere's no stuff with debconf to configure the package ...12:54
tlbrit shouldn't be there for now12:54
tlbrguyz from Poznan need it in Debian ASAP12:54
zigoWell, I do want it to be there for consistency ...12:55
zigoI'll write it if you want (later today...).12:55
zigodebian/python-glare.install <--- Should include usr/lib/python2* not just all python.12:59
zigoThe package should generate the config file using etc/oslo-config-generator/glare.conf13:00
zigoIt currently doesn't.13:00
tlbrzigo, it does13:10
tlbr$ grep oslo-config-generator debian/rules13:10
tlbrPYTHONPATH=$(CURDIR)/debian/tmp/usr/lib/python2.7/dist-packages oslo-config-generator \13:10
tlbr--config-file=etc/oslo-config-generator/glare.conf13:10
tlbrzigo, so instead of usr/lib/python*/dist-packages/* I should put usr/lib/python* ?13:11
tlbrto debian/python-glare.install13:11
tlbrlooks like i also need to put glare user13:12
tlbrah, got it! I've replaced usr/lib/python*/dist-packages/* with usr/lib/python2*/dist-packages/* to debian/python-glare.install13:34
tlbr*in13:34
tlbrand added d/glare-common.postinst.in13:35
zigoI'm fixing some install stuff in debian/rules15:03
zigoThere's some issues.15:05
zigoI wont have enough batteries.15:05
zigoI'll come back later tonight...15:05
zigoTTYL15:05
tlbrok ok15:17
tlbri've noticed that it FTBS too15:17
openstackgerritMerged openstack/deb-openstack-pkg-tools: Correct debian/newton branch in gbp.conf  https://review.openstack.org/38026017:21
openstackgerritThomas Goirand proposed openstack/deb-aodh: Build-Depends on openstack-pkg-tools >= 53~.  https://review.openstack.org/38048618:38
openstackgerritThomas Goirand proposed openstack/deb-ironic: Also package Ironic's install-guide.  https://review.openstack.org/38050419:07
zigotlbr: Can you ask guys doing python-glareclient to tag a release?19:11
zigoEven if it's 0.0.1 ...19:11
zigoSo that we know what's packaged.19:11
zigoI rate packaging stuff like 0.0.0~20160930.git ...19:11
zigotlbr: I also need the keystone endpoint type, and I don't think we should upload before that...19:13
zigotlbr: It otherwise is already a working package ! :P19:18
*** openstackgerrit has quit IRC19:18
*** openstackgerrit has joined #openstack-pkg19:18
zigotlbr: If found it, it's simply "artifact"19:23
zigotlbr: I uploaded glare 0.1.0-119:35
zigoLet's hope it makes it in Experimental soon.19:36
zigotlbr: Given the fact that there's about 80 items in the queue, it may take a few days.19:38
zigotlbr: Notice that *EVERY TIME*, the NEW queue gets low before debconf ... https://ftp-master.debian.org/stat/new-year.png19:39
zigo:)19:39
openstackgerritThomas Goirand proposed openstack/deb-ironic: Also package Ironic's install-guide.  https://review.openstack.org/38050421:03
openstackgerritMerged openstack/deb-aodh: Build-Depends on openstack-pkg-tools >= 53~.  https://review.openstack.org/38048621:08
openstackgerritMerged openstack/deb-networking-mlnx: Revert "Service name fixed to networking-mlnx-eswitchd"  https://review.openstack.org/38022121:11
openstackgerritThomas Goirand proposed openstack/deb-glance: Merge tag '13.0.0_rc2' into debian/newton  https://review.openstack.org/38065921:39
openstackgerritThomas Goirand proposed openstack/deb-ironic: Also package Ironic's install-guide.  https://review.openstack.org/38050422:05
tlbrzigo, ok, thanks for the info!23:22
tlbrguys haven't uploaded glareclient to pypi, so there is no need to package it yet23:23

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