zigo_ | tlbr: Thanks for your work. | 08:21 |
---|---|---|
openstackgerrit | Merged openstack/deb-auto-backports: Build python-pip https://review.openstack.org/360594 | 09:17 |
openstackgerrit | Merged openstack/deb-auto-backports: Add possibility to use (.gz|.bz2|.xz) archives https://review.openstack.org/361417 | 09:32 |
openstackgerrit | Ivan Udovichenko proposed openstack/deb-auto-backports: Build python-git python-gitdb https://review.openstack.org/360597 | 09:53 |
*** zigo_ is now known as zigo | 09:56 | |
openstackgerrit | Thomas Goirand proposed openstack/deb-auto-backports: Do not build git-buildpackage again https://review.openstack.org/361980 | 10:00 |
openstackgerrit | Merged openstack/deb-auto-backports: Do not build git-buildpackage again https://review.openstack.org/361980 | 10:40 |
openstackgerrit | Ivan Udovichenko proposed openstack/deb-auto-backports: Build python-gitdb package https://review.openstack.org/362062 | 12:15 |
openstackgerrit | Ivan Udovichenko proposed openstack/deb-auto-backports: Build python-git https://review.openstack.org/360597 | 12:16 |
zigo | tlbr: We need this to be approved: https://review.openstack.org/#/c/361977/ | 12:25 |
zigo | tlbr: The last patch from Paul broke the POST jobs. | 12:25 |
tlbr | zigo, ok :( | 12:26 |
openstackgerrit | Ivan Udovichenko proposed openstack/deb-auto-backports: Build python-git https://review.openstack.org/360597 | 12:28 |
zigo | tlbr: You shouldn't attempt to propose a CR for python-git before python-gitdb is built, as it will merge conflict as soon as python-gitdb is merged. | 12:29 |
tlbr | zigo i've just rebase it and realized that python-gitdb is not merged yet | 12:30 |
zigo | :) | 12:30 |
zigo | +2 workflow, it's on its way. | 12:31 |
tlbr | thanks) | 12:31 |
openstackgerrit | Merged openstack/deb-auto-backports: Build python-gitdb package https://review.openstack.org/362062 | 12:32 |
openstackgerrit | Thomas Goirand proposed openstack/deb-python-oslotest: Dump commit to rebuild https://review.openstack.org/362076 | 12:32 |
openstackgerrit | Ivan Udovichenko proposed openstack/deb-auto-backports: Build python-git https://review.openstack.org/360597 | 12:35 |
zigo | tlbr: We forgot python-hacking as a git repo. | 12:35 |
tlbr | zigo, oh, should I add it ? | 12:36 |
zigo | I'm doing it. | 12:36 |
tlbr | great! | 12:36 |
zigo | tlbr: Are we doing the meeting here or in #openstack-meeting-alt ? | 13:00 |
tlbr | zigo, I've asked IgorY, he is checking | 13:01 |
IgorYozhikov | zigo, lets wait while this merged https://review.openstack.org/#/c/362025/ and proceed now here if there are no objections | 13:01 |
zigo | Fine for me. | 13:01 |
IgorYozhikov | Let's fill up with agenda https://etherpad.openstack.org/p/openstack-deb-packaging | 13:02 |
zigo | For the stackalytics, I already sent a mail to Illya. | 13:05 |
zigo | He will make it so that it will completely ignore commits in the master branch. | 13:05 |
zigo | Otherwise, everything will be just false. | 13:06 |
zigo | He said it will take some time, as he needs new code. | 13:07 |
zigo | And he hopes to do it this week. | 13:07 |
IgorYozhikov | zigo, r u about of showing a lot of contributors in stackalitics report? | 13:08 |
tlbr | zigo, I mean we need to add a custom branch to the config file | 13:08 |
IgorYozhikov | for Packaging deb official? | 13:08 |
tlbr | otherwise stackalytics won't process it | 13:08 |
tlbr | i can add it, but i need to know if it is ok to add the full list under de-* | 13:09 |
zigo | Look here: http://stackalytics.com/?metric=commits&module=packaging-deb-group | 13:09 |
tlbr | sorry, deb-* | 13:09 |
zigo | the first contributor is the upstream for python-kafka ... | 13:09 |
zigo | This makes no sense at all. | 13:09 |
IgorYozhikov | zigo, yes, I'm speaking about this "picture" | 13:09 |
zigo | So, commits to the master branch should be ignored. | 13:09 |
tlbr | ah, ok, so this is an issue which should be fixed | 13:10 |
zigo | Right | 13:10 |
zigo | I did the commits for adding python-hacking. | 13:11 |
IgorYozhikov | ok, do we have smth else to discuss about stackolitics? | 13:11 |
zigo | I don't think so... | 13:11 |
tlbr | sec | 13:11 |
tlbr | what about deb-oslo.* and deb-python-oslo.* ? | 13:11 |
zigo | Let's wait on Ilya. | 13:11 |
zigo | tlbr: You should get deb-oslo.* removed, IMO. | 13:11 |
tlbr | zigo, are you sure ? | 13:11 |
zigo | The format for git repo should be deb-<source-package-name> | 13:12 |
tlbr | ok | 13:12 |
zigo | The Debian source package name is deb-python-oslo.* | 13:12 |
zigo | We even cared renaming the source packages for Mitaka... | 13:12 |
tlbr | ok, will take that in mind | 13:12 |
tlbr | thanks | 13:12 |
IgorYozhikov | zigo, so project name is deb-%{pypi_name} | 13:12 |
IgorYozhikov | right? | 13:12 |
zigo | Wrong. | 13:12 |
zigo | It's deb-%{source-package-name} | 13:13 |
zigo | Most of that time, this means deb-python-SOMETHING | 13:13 |
zigo | Or deb-python-${pypi_name} | 13:13 |
IgorYozhikov | this brings a little complexity here | 13:13 |
zigo | There's exceptions, like kafka-python -> deb-python-kafka | 13:14 |
IgorYozhikov | deb-{pypiname} - more predictable | 13:14 |
zigo | Right, but there's conventions in Debian. | 13:14 |
zigo | The convention is: a public interface python module package name must start by python- | 13:14 |
zigo | Some pypi module contains python in the name, some don't. | 13:15 |
IgorYozhikov | I know and if we are going to use deb naming scheme - we need to publish it on our wiki | 13:15 |
IgorYozhikov | and "newcomers" must read it 1st before commit smth | 13:15 |
tlbr | nova, neutron, etc. are exceptions ? | 13:16 |
zigo | They are applications, so they aren't prefixed by python- | 13:16 |
tlbr | ok, got it | 13:16 |
zigo | Applications != python libraries. | 13:16 |
zigo | In fact, there's no convention in Debian for source package names, it's just that I prefer that the source package name matches the Py2.7 binary name. | 13:17 |
IgorYozhikov | If we are going to use deb-{pypi_name} - it is easier to identify project and does not require additional knowledge of naming convention | 13:17 |
IgorYozhikov | just trying to elaborate better way not arguing | 13:18 |
zigo | We don't need that, there's a Homepage field in debian/control which we can use. | 13:19 |
zigo | That's the reference in order to find upstream. | 13:19 |
IgorYozhikov | zigo, I think that now is the best time to figure it out and I'll reflect it on wiki | 13:19 |
zigo | IMO, it's best if our git repo name matches the source package name. | 13:19 |
zigo | That's what we've been doing since like forever. | 13:20 |
IgorYozhikov | zigo, looks like we will use naming like set in dh_python right? | 13:21 |
zigo | Right, dh_python uses source package names. | 13:21 |
zigo | s/source package/binary package/ | 13:22 |
IgorYozhikov | if so, might be I'll write about that on wiki to reflect all these because it could prevent from additional questions? | 13:23 |
tlbr | good point | 13:23 |
zigo | IgorYozhikov: You can also reference https://review.openstack.org/#/c/362096/ and https://review.openstack.org/#/c/362101/ as example of CR for adding a new project. | 13:23 |
zigo | Not sure why jenkins did -1 on the later though... | 13:24 |
IgorYozhikov | zigo, thanks | 13:24 |
IgorYozhikov | about AIs from previous meeting, just to inform you: | 13:24 |
zigo | ALS means? | 13:25 |
IgorYozhikov | 1) I created wiki space with initial content https://wiki.openstack.org/wiki/DEB-packaging | 13:25 |
IgorYozhikov | zigo, ActionItems | 13:25 |
zigo | k | 13:25 |
IgorYozhikov | and 2) I propose our meeting schedule to https://review.openstack.org/#/c/362025/ | 13:26 |
zigo | Cool, already approved by TTX ! :) | 13:26 |
tlbr | :) | 13:26 |
IgorYozhikov | yey | 13:26 |
IgorYozhikov | ok, let's discuss - Current state. Main package priorities | 13:27 |
IgorYozhikov | tlbr, ^^ | 13:27 |
tlbr | yes, i have an issue with python-git https://review.openstack.org/#/c/360597/ | 13:27 |
IgorYozhikov | according to etherpad you brought this topic | 13:27 |
tlbr | looks like it can't find python-gitdb | 13:28 |
tlbr | but it was merged here https://review.openstack.org/#/c/362062/ | 13:28 |
zigo | tlbr: The issue was the POST job, which just got fixed. | 13:29 |
tlbr | zigo, what do you think, do we need to somehow rebuild python-gitdb with changes https://review.openstack.org/#/c/361977/ ? | 13:29 |
tlbr | yeah, i understand that | 13:29 |
zigo | Yeah. | 13:29 |
zigo | Exactly. | 13:29 |
zigo | Then check the POST job logs to make sure it worked as expected. | 13:29 |
tlbr | how can i rebuild the package ? | 13:29 |
openstackgerrit | Thomas Goirand proposed openstack/deb-python-linecache2: Re-enable tests https://review.openstack.org/362114 | 13:30 |
zigo | Just build something else. | 13:30 |
tlbr | i'm trying to build python-git :) | 13:30 |
zigo | Either that, or do a dumb commit if the package was not published. | 13:30 |
tlbr | but it still fails | 13:30 |
zigo | Well, not that one, since it needs gitdb | 13:31 |
tlbr | hm, ok | 13:31 |
tlbr | zigo, what other dependencies have high priority at this moment ? | 13:31 |
zigo | Hacking and mock. | 13:31 |
tlbr | mock is already merged | 13:32 |
zigo | Mock 3.0 from experimental. | 13:32 |
zigo | But it's not published, is it? | 13:32 |
tlbr | sec | 13:32 |
zigo | I don't see it here: http://mirror.dfw.rax.openstack.org/debian-openstack/pool/main/p/ | 13:32 |
tlbr | yep =\ | 13:33 |
openstackgerrit | Thomas Goirand proposed openstack/deb-auto-backports: Dumb commit to rebuild https://review.openstack.org/362116 | 13:33 |
zigo | This should trigger the build ... | 13:33 |
zigo | Let's watch the build in zuul.o.o | 13:33 |
tlbr | ok ok | 13:34 |
zigo | We'll need to disable some tests. | 13:34 |
zigo | I already did for some packages | 13:34 |
zigo | deb-python-pbr -> python-testools, python-mock, python-fixtures | 13:34 |
zigo | deb-python-testtools -> python-linecache2, python-traceback2, python-unittest2 | 13:34 |
zigo | deb-python-linecache2 -> python-fixtures, python-unittest2 | 13:34 |
zigo | deb-python-traceback2 -> python-unittest2 | 13:34 |
zigo | deb-python-oslotest -> Disabled tests and docs | 13:34 |
zigo | Where should I take notes of that? | 13:35 |
zigo | In the etherpad ? | 13:35 |
tlbr | yep! | 13:35 |
openstackgerrit | Merged openstack/deb-python-oslotest: Dump commit to rebuild https://review.openstack.org/362076 | 13:35 |
zigo | Ok, done, it's in the etherpad now. | 13:36 |
zigo | I'm already trying to re-enable linecache2 tests btw. | 13:36 |
tlbr | ok, got it | 13:37 |
zigo | Next item? | 13:37 |
IgorYozhikov | Open Discussion | 13:37 |
IgorYozhikov | or there is smth else? | 13:38 |
zigo | Most of my patches, I did self-approve, because it takes otherwise too much time to wait for someone's approval. | 13:39 |
zigo | Are you fine with this, until we got everything rebuilt? | 13:39 |
zigo | None are really packaging changes ... | 13:39 |
zigo | We also need plans for the TODO, once everything is built. | 13:39 |
zigo | Like commiting stuff from Alioth back to Gerrit... | 13:40 |
IgorYozhikov | zigo, looks like high lvl plan | 13:40 |
IgorYozhikov | lets do 2 x +2 as usual, I believe that we have most of required ppl always online | 13:41 |
zigo | Can we do that *after* everything is built at least once? | 13:42 |
tlbr | i agree with zigo | 13:42 |
zigo | I sometimes work at weird hours, I don't think I can ask for +2 at 1am ... :P | 13:42 |
IgorYozhikov | zigo, you want to say that bootstrapping is still not finished yet? | 13:42 |
zigo | Right. | 13:42 |
zigo | We still need to build oslo*, python-*client, and services. | 13:43 |
zigo | So far, we have approx 100 package built, not 395 like in the QA page. | 13:43 |
tlbr | and its dependencies =\ | 13:43 |
zigo | https://qa.debian.org/developer.php?login=openstack-devel@lists.alioth.debian.org | 13:43 |
IgorYozhikov | ok, since that we need to elaborate a document where we can track our work or smth similar? | 13:43 |
zigo | Most, but not *all* of deb-auto-backports is built. | 13:43 |
IgorYozhikov | I mean what is done and what is in wip state | 13:44 |
tlbr | https://review.openstack.org/gitweb?p=openstack/deb-auto-backports.git;a=blob;f=packages-list;h=2f04a46bd40131b11b7c7725fff6ed5bb090f468;hb=c0fb9c3c6f71b12f91ea866f3a88e7069dd4733d | 13:44 |
tlbr | uncommented items | 13:44 |
zigo | All commented lines are in our TODO. | 13:45 |
IgorYozhikov | i c | 13:45 |
zigo | Some needs to be removed, we may also have forgotten some. | 13:46 |
zigo | Like pysaml2 should in fact be built from the deb-python-pysaml2 git repo, and not be built using this deb-auto-backports | 13:46 |
zigo | (just an example out of many...) | 13:46 |
zigo | tlbr: FYI, python-gitdb is built and published now! :) | 13:47 |
tlbr | zigo, cool! :) | 13:47 |
zigo | It sometimes takes time to be published. | 13:47 |
zigo | Another item on the TODO: add piuparts tests. | 13:47 |
zigo | As non-voting first, then voting. | 13:47 |
zigo | tlbr: Do you wana work on that? | 13:47 |
zigo | Or maybe we delay it after everything is bootstrapped? | 13:48 |
tlbr | zigo, i'd love to :) | 13:48 |
tlbr | i guess it is a good idea to delay a bit | 13:48 |
tlbr | until we have oslo.* items with clients | 13:48 |
zigo | Right. | 13:48 |
zigo | That'd be first in deb-openstack-pkg-tools to do the setup (in pkgos-infra-install-piuparts or something like that), then on project-config to add the check. | 13:49 |
zigo | To me, we don't need it as a gate job, just a check job is fine. | 13:49 |
tlbr | thanks, got the point | 13:49 |
zigo | The point being to be a feedback for us, nothing more. | 13:49 |
zigo | We'll see later if it works well, ok? | 13:50 |
tlbr | yep :) | 13:50 |
IgorYozhikov | :) | 13:50 |
zigo | Another thing will be to build an all-in-one VM and run tempest, but that also is to do when we have all built. | 13:50 |
zigo | Yet another thing: make it so that commits on deb-* also pushes to Alioth. | 13:51 |
zigo | I have no idea how to make this happen. | 13:51 |
tlbr | i guess we will need some time to research it | 13:51 |
zigo | But it'd be great, so it would automatically build for arm64 and Xenial in the Jenkins. | 13:51 |
IgorYozhikov | zigo, agree | 13:51 |
zigo | Either that, or just a wget call in the POST job and we fix the jenkins to fetch from git.openstack.org. | 13:52 |
zigo | I'm fine with both techniques... | 13:52 |
IgorYozhikov | Let's finish with bootstrapping 1st :) | 13:53 |
zigo | Right. | 13:53 |
zigo | But it'd be good to have all the items on the TODO. | 13:53 |
zigo | (so we don't forget...) | 13:53 |
IgorYozhikov | sure, please write it down to etherpad | 13:53 |
tlbr | where is the best place to store it ? | 13:53 |
zigo | Etherpad ? | 13:54 |
zigo | https://etherpad.openstack.org/p/openstack-deb-packaging | 13:54 |
IgorYozhikov | https://etherpad.openstack.org/p/openstack-deb-packaging | 13:54 |
tlbr | ok | 13:54 |
IgorYozhikov | in nearest future we need to elaborate roadmap | 13:54 |
IgorYozhikov | and reflect it on wiki | 13:55 |
IgorYozhikov | so as the 1st steps - todo list is a good start | 13:55 |
tlbr | bugtracking is also an interesting topic | 13:55 |
IgorYozhikov | we can rework todo list and pick things which we are going to develop/work on 1st | 13:56 |
zigo | I wrote on the etherpad. | 13:56 |
zigo | Feel free to add more items | 13:56 |
IgorYozhikov | Good, sure | 13:56 |
zigo | Are we good now? | 13:58 |
zigo | Anything else? | 13:58 |
tlbr | i guess so | 14:00 |
zigo | Good then. | 14:00 |
zigo | :) | 14:00 |
tlbr | thanks) | 14:00 |
zigo | thanks to you guys. | 14:00 |
zigo | tlbr: Probably you can try building python-git :P | 14:00 |
IgorYozhikov | :) | 14:01 |
IgorYozhikov | c u soon | 14:01 |
zigo | Cheers. | 14:01 |
tlbr | zigo, already doing that :) | 14:01 |
tlbr | zigo, it is ready to be merged! :) | 14:01 |
tlbr | i've plused it | 14:02 |
zigo | tlbr: https://review.openstack.org/#/c/362114/ | 14:03 |
zigo | +2 please... | 14:03 |
zigo | :) | 14:03 |
zigo | tlbr: Look at the logs here: https://review.openstack.org/#/c/362116/ | 14:05 |
zigo | It rebuilt all of them, though some are already published. | 14:05 |
zigo | Maybe you can approve it, and we'll see what the POST job does? | 14:05 |
zigo | It's weird to see there's gitdb there. | 14:06 |
zigo | Right. | 14:07 |
openstackgerrit | Merged openstack/deb-auto-backports: Build python-git https://review.openstack.org/360597 | 14:07 |
zigo | Let's abandon that one, your python-git worked. | 14:07 |
zigo | Hopefully, it will also push python-mock. | 14:07 |
tlbr | zigo, hm, mock is still not in the repository =\ | 14:14 |
tlbr | and python-git too | 14:15 |
tlbr | crap | 14:15 |
zigo | tlbr: POST job not finished. | 14:15 |
tlbr | oh, ok | 14:15 |
zigo | tlbr: Look at http://zuul.openstack.org/ and write "deb-" in the field ... | 14:16 |
tlbr | zigo, ok, thanks, checking | 14:16 |
zigo | tlbr: Do you have ipv6 ? | 14:16 |
tlbr | zigo, nope | 14:16 |
zigo | Cause many jobs can be seen with telnet only if you have ipv6. | 14:16 |
zigo | tlbr: Slap the IT team then! :) | 14:16 |
zigo | FYI, I do have IPv6 at home... | 14:16 |
tlbr | zigo, oook! :) | 14:16 |
tlbr | i do not have it at home either | 14:17 |
zigo | How lame ISPs are, that's impressive. | 14:18 |
zigo | tlbr: python-mock is there, and gitdb too... | 14:27 |
zigo | Everything works again now! :) | 14:27 |
tlbr | zigo, great :) | 14:27 |
zigo | Let's attempt building some oslo stuff. | 14:27 |
tlbr | ok, i'll attempt to recheck oslo.log | 14:28 |
zigo | tlbr: That's the first one to build, right? | 14:28 |
zigo | Then i18n ? | 14:28 |
zigo | I don't remember what the order is ... | 14:28 |
zigo | oslotest is built, FYI. | 14:28 |
tlbr | zigo, well, no, it has many dependencies | 14:28 |
zigo | tlbr: Ok, I'll let you do it, and I'll have a break... :P | 14:28 |
tlbr | like i18n oslo.config oslo.context oslo.serialization | 14:28 |
tlbr | zigo, ok) | 14:29 |
zigo | My head is exploding... :/ | 14:29 |
tlbr | zigo, ok, i'll do it. Have a good rest =\ | 14:29 |
openstackgerrit | Merged openstack/deb-python-linecache2: Re-enable tests https://review.openstack.org/362114 | 14:32 |
openstackgerrit | Ivan Udovichenko proposed openstack/deb-python-oslo.i18n: [deb-python-oslo.i18n] Update .gitreview file https://review.openstack.org/362161 | 14:40 |
openstackgerrit | Merged openstack/deb-auto-backports: Build contextlib2 https://review.openstack.org/360595 | 14:43 |
openstackgerrit | Thomas Goirand proposed openstack/deb-python-rfc3986: Add a .gitreview file https://review.openstack.org/362175 | 15:04 |
openstackgerrit | Thomas Goirand proposed openstack/deb-python-requests-kerberos: Add a .gitreview file https://review.openstack.org/362177 | 15:06 |
openstackgerrit | Thomas Goirand proposed openstack/deb-python-requests-mock: Add a .gitreview file https://review.openstack.org/362178 | 15:07 |
openstackgerrit | Thomas Goirand proposed openstack/deb-python-requests-unixsocket: Add a .gitreview file https://review.openstack.org/362179 | 15:09 |
openstackgerrit | Thomas Goirand proposed openstack/deb-python-retrying: Add a .gitreview file https://review.openstack.org/362181 | 15:11 |
openstackgerrit | Thomas Goirand proposed openstack/deb-python-rjsmin: Add a .gitreview file https://review.openstack.org/362184 | 15:13 |
openstackgerrit | Thomas Goirand proposed openstack/deb-python-rtslib-fb: Add a .gitreview file https://review.openstack.org/362185 | 15:15 |
openstackgerrit | Thomas Goirand proposed openstack/deb-python-semantic-version: Add a .gitreview file https://review.openstack.org/362188 | 15:16 |
openstackgerrit | Thomas Goirand proposed openstack/deb-python-semver: Add a .gitreview file https://review.openstack.org/362189 | 15:18 |
openstackgerrit | Thomas Goirand proposed openstack/deb-python-txaio: Add a .gitreview file https://review.openstack.org/362191 | 15:21 |
openstackgerrit | Thomas Goirand proposed openstack/deb-python-warlock: Add a .gitreview file https://review.openstack.org/362192 | 15:22 |
openstackgerrit | Thomas Goirand proposed openstack/deb-python-weakrefmethod: Add a .gitreview file https://review.openstack.org/362195 | 15:23 |
openstackgerrit | Merged openstack/deb-python-requests-kerberos: Add a .gitreview file https://review.openstack.org/362177 | 15:24 |
openstackgerrit | Merged openstack/deb-python-rfc3986: Add a .gitreview file https://review.openstack.org/362175 | 15:24 |
openstackgerrit | Thomas Goirand proposed openstack/deb-python-wrapt: Add a .gitreview file https://review.openstack.org/362197 | 15:25 |
openstackgerrit | Merged openstack/deb-python-requests-mock: Add a .gitreview file https://review.openstack.org/362178 | 15:25 |
openstackgerrit | Ivan Udovichenko proposed openstack/deb-oslosphinx: [deb-oslosphinx] Update .gitreview file https://review.openstack.org/362198 | 15:26 |
openstackgerrit | Merged openstack/deb-python-requests-unixsocket: Add a .gitreview file https://review.openstack.org/362179 | 15:27 |
openstackgerrit | Ivan Udovichenko proposed openstack/deb-python-oslotest: Update .gitreview file https://review.openstack.org/362204 | 15:32 |
openstackgerrit | Merged openstack/deb-python-rjsmin: Add a .gitreview file https://review.openstack.org/362184 | 15:34 |
openstackgerrit | Merged openstack/deb-python-retrying: Add a .gitreview file https://review.openstack.org/362181 | 15:34 |
openstackgerrit | Merged openstack/deb-python-rtslib-fb: Add a .gitreview file https://review.openstack.org/362185 | 15:34 |
openstackgerrit | Merged openstack/deb-python-semantic-version: Add a .gitreview file https://review.openstack.org/362188 | 15:35 |
openstackgerrit | Merged openstack/deb-python-warlock: Add a .gitreview file https://review.openstack.org/362192 | 15:36 |
openstackgerrit | Merged openstack/deb-python-semver: Add a .gitreview file https://review.openstack.org/362189 | 15:37 |
openstackgerrit | Merged openstack/deb-python-weakrefmethod: Add a .gitreview file https://review.openstack.org/362195 | 15:38 |
openstackgerrit | Ivan Udovichenko proposed openstack/deb-python-oslo.config: Update .gitreview file https://review.openstack.org/362210 | 15:48 |
openstackgerrit | Ivan Udovichenko proposed openstack/deb-python-oslo.context: Update .gitreview file https://review.openstack.org/362212 | 15:53 |
openstackgerrit | Ivan Udovichenko proposed openstack/deb-python-oslo.serialization: Update .gitreview file https://review.openstack.org/362216 | 15:54 |
openstackgerrit | Ivan Udovichenko proposed openstack/deb-python-oslo.messaging: Update .gitreview file https://review.openstack.org/362218 | 15:55 |
openstackgerrit | Ivan Udovichenko proposed openstack/deb-python-oslo.cache: Update .gitreview file https://review.openstack.org/362225 | 16:01 |
openstackgerrit | Ivan Udovichenko proposed openstack/deb-python-oslo.concurrency: Update .gitreview file https://review.openstack.org/362226 | 16:02 |
openstackgerrit | Ivan Udovichenko proposed openstack/deb-python-oslo.db: Update .gitreview file https://review.openstack.org/362227 | 16:03 |
openstackgerrit | Ivan Udovichenko proposed openstack/deb-python-oslo.middleware: Update .gitreview file https://review.openstack.org/362228 | 16:03 |
openstackgerrit | Ivan Udovichenko proposed openstack/deb-python-oslo.policy: Update .gitreview file https://review.openstack.org/362229 | 16:04 |
openstackgerrit | Ivan Udovichenko proposed openstack/deb-python-oslo.privsep: Update .gitreview file https://review.openstack.org/362231 | 16:04 |
openstackgerrit | Ivan Udovichenko proposed openstack/deb-python-oslo.reports: Update .gitreview file https://review.openstack.org/362232 | 16:05 |
openstackgerrit | Ivan Udovichenko proposed openstack/deb-python-oslo.rootwrap: Update .gitreview file https://review.openstack.org/362233 | 16:06 |
openstackgerrit | Ivan Udovichenko proposed openstack/deb-python-oslo.service: Update .gitreview file https://review.openstack.org/362234 | 16:06 |
openstackgerrit | Ivan Udovichenko proposed openstack/deb-python-oslo.utils: Update .gitreview file https://review.openstack.org/362235 | 16:07 |
openstackgerrit | Merged openstack/deb-python-txaio: Add a .gitreview file https://review.openstack.org/362191 | 16:08 |
openstackgerrit | Ivan Udovichenko proposed openstack/deb-python-oslo.versionedobjects: Update .gitreview file https://review.openstack.org/362236 | 16:08 |
openstackgerrit | Ivan Udovichenko proposed openstack/deb-python-oslo.vmware: Update .gitreview file https://review.openstack.org/362237 | 16:08 |
openstackgerrit | Merged openstack/deb-python-wrapt: Add a .gitreview file https://review.openstack.org/362197 | 16:09 |
zigo | tlbr: How come I'm not seeing your CR in my "Incoming reviews" ? | 16:12 |
tlbr | zigo, may be because I haven't added you as a reviewer ? | 16:13 |
tlbr | :) | 16:13 |
zigo | tlbr: As a core reviewer, I'm supposed to see it there without you adding me... | 16:13 |
tlbr | zigo, oh | 16:13 |
zigo | So something must be wrong. | 16:13 |
tlbr | definitely | 16:13 |
openstackgerrit | Thomas Goirand proposed openstack/deb-python-debtcollector: Add a .gitreview file https://review.openstack.org/362245 | 16:15 |
zigo | tlbr: According to Clark, I'm wrong, I should manually set that up in Gerrit. | 16:16 |
tlbr | zigo, got it | 16:16 |
zigo | Do you know how? | 16:16 |
tlbr | zigo, i guess https://review.openstack.org/#/settings/projects | 16:17 |
tlbr | Watched Projects | 16:17 |
zigo | tlbr: This means each and every git repo? Or can I all the group? | 16:18 |
tlbr | zigo, i'm afraid that you'll have to add every project =( | 16:19 |
zigo | :/ | 16:19 |
tlbr | zigo, http://logs.openstack.org/61/362161/1/check/gate-deb-python-oslo.i18n-dpkg-debian-jessie/2caeead/console.html do you know why oslotest is not being installed ? | 16:21 |
tlbr | http://mirror.regionone.osic-cloud1.openstack.org/debian-openstack/pool/main/p/python-oslotest/ | 16:22 |
tlbr | really weird | 16:22 |
tlbr | for some reason it does not consume infra repo | 16:23 |
zigo | tlbr: It's there, but it can't be installed, so maybe it has a runtime depends which we don't have. | 16:23 |
tlbr | zigo, oh, ok, let me check it in container | 16:23 |
zigo | tlbr: Try using a jessie chroot, and install the repo in your sources.list, then try to apt-get install to see what the problem is. | 16:23 |
zigo | Yeah, exactly ! :) | 16:23 |
zigo | tlbr: And please let me know. | 16:23 |
tlbr | zigo, 15 min | 16:23 |
tlbr | zigo, python-mock : Depends: python-funcsigs (>= 1) but it is not installable | 16:35 |
tlbr | zigo, it is in jessie-newton not jessie-newton-backports | 16:35 |
zigo | tlbr: We got to add a .gitreview to deb-python-funcsigs then ! :) | 16:35 |
tlbr | zigo, it is already in the pool :( | 16:35 |
tlbr | zigo, http://mirror.regionone.osic-cloud1.openstack.org/debian-openstack/pool/main/p/python-funcsigs/ | 16:36 |
zigo | tlbr: The backports build must be also adding the non-backports repo when building. | 16:36 |
zigo | Just add it to your container too... | 16:36 |
tlbr | zigo, ok, done. Now I see python-oslotest : Depends: python-debtcollector (>= 1.2.0) but it is not installable | 16:38 |
tlbr | Depends: python-os-client-config (>= 1.13.1) but it is not installable | 16:38 |
zigo | I have a CR for debtcollector, hang on. | 16:38 |
tlbr | ok, working on os-client-config | 16:39 |
zigo | tlbr: http://logs.openstack.org/45/362245/1/check/gate-deb-python-debtcollector-dpkg-debian-jessie/94254e9/console.html from https://review.openstack.org/#/c/362245/ | 16:39 |
zigo | The issue is I'm waiting on deb-python-hacking to be added in our repo... | 16:39 |
zigo | https://review.openstack.org/#/c/362096/ | 16:40 |
zigo | Nobody is reviewing ... :/ | 16:40 |
tlbr | sec | 16:40 |
tlbr | indeed. oslosphinx requires python-hacking | 16:41 |
tlbr | zigo, may be we can get it from sid for now ? | 16:58 |
zigo | No. | 16:58 |
tlbr | ok | 16:58 |
zigo | We must not add stuff from backports if we're maintaining them. | 16:59 |
zigo | I'm going to see my step-brother now (dinner with him). | 16:59 |
zigo | TTY later. | 16:59 |
tlbr | ok ok | 16:59 |
zigo | Maybe this evening, maybe tomorrow morning. | 16:59 |
tlbr | got it | 16:59 |
zigo | Then I'll be unavail from tomorrow afternoon to Thursday morning. | 16:59 |
zigo | Bye. | 16:59 |
tlbr | bye | 16:59 |
*** zul has quit IRC | 17:39 | |
*** zul has joined #openstack-pkg | 17:42 | |
*** zul has quit IRC | 19:51 | |
openstackgerrit | Ivan Udovichenko proposed openstack/deb-os-collect-config: Update .gitreview file https://review.openstack.org/362393 | 20:14 |
openstackgerrit | Ivan Udovichenko proposed openstack/deb-os-apply-config: Update .gitreview file https://review.openstack.org/362394 | 20:15 |
openstackgerrit | Merged openstack/deb-os-collect-config: Update .gitreview file https://review.openstack.org/362393 | 20:36 |
*** zul has joined #openstack-pkg | 23:29 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!