*** apevec has quit IRC | 00:10 | |
*** chandankumar has joined #openstack-rpm-packaging | 03:21 | |
*** chandankumar has quit IRC | 03:39 | |
*** chandankumar has joined #openstack-rpm-packaging | 04:03 | |
*** paragan has quit IRC | 04:03 | |
*** paragan has joined #openstack-rpm-packaging | 04:04 | |
*** chandankumar_ has joined #openstack-rpm-packaging | 04:09 | |
*** chandankumar has quit IRC | 04:12 | |
*** chandankumar_ has quit IRC | 04:53 | |
*** chandankumar has joined #openstack-rpm-packaging | 05:53 | |
*** chandankumar has quit IRC | 06:04 | |
*** ihrachys has joined #openstack-rpm-packaging | 08:26 | |
*** chandankumar has joined #openstack-rpm-packaging | 08:43 | |
*** apevec has joined #openstack-rpm-packaging | 09:36 | |
*** apevec has joined #openstack-rpm-packaging | 09:36 | |
*** derekh has joined #openstack-rpm-packaging | 09:48 | |
openstackgerrit | Dirk Mueller proposed openstack/pymod2pkg: Add licensing header https://review.openstack.org/250404 | 10:40 |
---|---|---|
openstackgerrit | Alan Pevec proposed openstack/pymod2pkg: Deprecated tox -downloadcache option removed https://review.openstack.org/256808 | 10:43 |
*** ihrachys_ has joined #openstack-rpm-packaging | 10:47 | |
openstackgerrit | Merged openstack/pymod2pkg: Fix py34 DB issue https://review.openstack.org/260518 | 10:47 |
openstackgerrit | Merged openstack/pymod2pkg: Deprecated tox -downloadcache option removed https://review.openstack.org/256808 | 10:48 |
*** ihrachys has quit IRC | 10:49 | |
*** jpena has joined #openstack-rpm-packaging | 10:55 | |
openstackgerrit | Merged openstack/rpm-packaging: Add basic gitignore https://review.openstack.org/254026 | 11:07 |
*** chandankumar has quit IRC | 12:32 | |
*** openstackgerrit has quit IRC | 12:50 | |
*** openstackgerrit has joined #openstack-rpm-packaging | 12:51 | |
*** rbowen has joined #openstack-rpm-packaging | 13:13 | |
apevec | dirk, toabctl - failure link to SUSE CI in https://review.openstack.org/239874 is to the homepage? | 13:48 |
apevec | which specific job is it? | 13:48 |
apevec | also what's failing? | 13:48 |
dirk | apevec: yeah, that is broken | 13:48 |
dirk | apevec: there are some lost ends still in the implementation | 13:48 |
apevec | and what's tox-lint job actually checking? | 13:48 |
dirk | second | 13:48 |
dirk | its just running jinja2 template expansion on everything. e.g. checks for really bad syntax errors | 13:49 |
*** rbowen has quit IRC | 13:49 | |
*** jpena has quit IRC | 13:49 | |
apevec | it would be helpful it it outputs the result | 13:49 |
apevec | s/it it/if it/ | 13:50 |
dirk | apevec: https://ci.opensuse.org/view/OpenStack/job/openstack-gerrit-rpm-packaging/43/consoleText | 13:50 |
apevec | now is just renderspec --spec-style ... w/o output in console log | 13:50 |
apevec | dirk, thanks | 13:50 |
dirk | the issue is a setup bug in the obs project ocnfiguration | 13:50 |
dirk | I'll get to it shortly (but not today) | 13:50 |
apevec | hmm python-python-oslotest | 13:51 |
dirk | apevec: actually I thought it generates it as a results (not to the console log but as a separate artifact) | 13:52 |
dirk | apevec: apparently it is not collected | 13:52 |
apevec | jruzicka, ^ pymod2pkg bug ? | 13:52 |
jruzicka | python-python-python-python-python-pymod2pkg bug? | 13:52 |
apevec | jruzicka, StackOverflow | 13:53 |
*** rbowen has joined #openstack-rpm-packaging | 13:53 | |
apevec | dirk, yeah, only console.html.gz | 13:53 |
apevec | and tox/ | 13:53 |
jruzicka | apevec, reproducer? | 13:54 |
apevec | jruzicka, in suse CI https://ci.opensuse.org/view/OpenStack/job/openstack-gerrit-rpm-packaging/43/consoleText | 13:54 |
apevec | for https://review.openstack.org/239874 | 13:55 |
*** chandankumar_ has joined #openstack-rpm-packaging | 13:58 | |
dirk | apevec: thats a bug I'd say (that the result is not collected). | 14:00 |
dirk | apevec: it is storing it to $WORKSPACE, I got the hint that this is the way to do it, but apparently thsi is not working | 14:01 |
dirk | we need to find someone who knows more about the jenkins integration to figure out how to store the artifact properly | 14:01 |
dirk | apevec: it is trying to do it: https://git.openstack.org/cgit/openstack/rpm-packaging/tree/tools/run_renderspec.sh | 14:02 |
openstackgerrit | Dirk Mueller proposed openstack/rpm-packaging: Add initial spec file for python-oslotest https://review.openstack.org/239874 | 14:08 |
openstackgerrit | Dirk Mueller proposed openstack/rpm-packaging: Add initial spec file for python-oslosphinx https://review.openstack.org/268149 | 14:08 |
dirk | apevec: problem was that oslotest now depends on oslosphinx. I've reuploaded changesets to have oslosphinx as a dependency | 14:09 |
dirk | apevec: see https://review.openstack.org/#/c/268149/ | 14:09 |
dirk | apevec: so this one should succeed in jenkins testing, and when it gets merged, we can recheck the other one | 14:09 |
jruzicka | also, this looks like false positive: http://logs.openstack.org/52/244852/2/check/gate-renderspec-pep8/4574ea7/console.html | 14:11 |
jruzicka | err, false negative | 14:11 |
jruzicka | for https://review.openstack.org/#/c/244852/ | 14:11 |
jruzicka | which should really be merged becasue it changes renderspec params | 14:12 |
jruzicka | it's already in some scripts... :( | 14:12 |
jruzicka | toabctl, also I rectified problmes you pointed out, so you can revisit that ;) ^ | 14:13 |
dirk | jruzicka: can you fix the pep8 issues? | 14:14 |
jruzicka | dirk, which ones? | 14:14 |
jruzicka | because I fail to see pep8 issues in the log | 14:14 |
dirk | https://www.irccloud.com/pastebin/irvlzbxq/ | 14:15 |
dirk | argh | 14:15 |
dirk | 2016-01-06 18:49:42.779 | ./.eggs/pbr-1.8.1-py2.7.egg/pbr/core.py:93:1: H405 multi line docstring summary not separated with an empty line | 14:15 |
dirk | 2016-01-06 18:49:42.799 | ./.eggs/pbr-1.8.1-py2.7.egg/pbr/packaging.py:650:1: H405 multi line docstring summary not separated with an empty line | 14:15 |
jruzicka | yeah that's pbr | 14:15 |
dirk | I see, this is not your problem | 14:15 |
dirk | I'll fix it | 14:16 |
jruzicka | pbr is the problem as always | 14:17 |
jruzicka | dirk, thanks in advance ;) | 14:17 |
openstackgerrit | Dirk Mueller proposed openstack/renderspec: Autodetect input/output files if possible https://review.openstack.org/244852 | 14:18 |
openstackgerrit | Dirk Mueller proposed openstack/renderspec: Setup flake8 ignores for tox environments https://review.openstack.org/268152 | 14:18 |
dirk | jruzicka: your review appreciated :) | 14:19 |
openstackgerrit | Merged openstack/renderspec: Setup flake8 ignores for tox environments https://review.openstack.org/268152 | 14:21 |
jruzicka | toabctl, https://review.openstack.org/#/c/244852 | 14:22 |
jruzicka | dirk, thanks. | 14:22 |
dirk | jruzicka: reviewed some more. I really like the change, just some nitpicks inline | 15:09 |
*** eggmaster has joined #openstack-rpm-packaging | 15:32 | |
*** derekh has quit IRC | 15:33 | |
*** derekh has joined #openstack-rpm-packaging | 15:33 | |
*** pradk has joined #openstack-rpm-packaging | 16:24 | |
*** ihrachys_ has quit IRC | 16:36 | |
*** apevec is now known as darth_vec | 17:16 | |
*** jpena has joined #openstack-rpm-packaging | 17:16 | |
*** darth_vec is now known as apevec | 17:17 | |
*** derekh has quit IRC | 17:25 | |
*** chandankumar_ has quit IRC | 18:10 | |
*** ihrachys has joined #openstack-rpm-packaging | 18:20 | |
*** pradk has quit IRC | 18:39 | |
*** ihrachys_ has joined #openstack-rpm-packaging | 18:43 | |
*** ihrachys has quit IRC | 18:46 | |
*** ihrachys_ has quit IRC | 18:58 | |
*** ihrachys has joined #openstack-rpm-packaging | 19:01 | |
*** bdemers_ has joined #openstack-rpm-packaging | 20:42 | |
*** bdemers has quit IRC | 20:43 | |
*** ihrachys_ has joined #openstack-rpm-packaging | 20:57 | |
*** ihrachys has quit IRC | 20:57 | |
*** ihrachys_ has quit IRC | 20:58 | |
*** ihrachys has joined #openstack-rpm-packaging | 20:58 | |
*** ihrachys_ has joined #openstack-rpm-packaging | 21:05 | |
*** ihrachys has quit IRC | 21:05 | |
*** ihrachys_ has quit IRC | 21:44 | |
*** jpena is now known as jpena|sleep | 22:26 | |
*** bdemers_ has quit IRC | 23:26 | |
*** bdemers has joined #openstack-rpm-packaging | 23:26 | |
*** apevec has quit IRC | 23:46 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!