Monday, 2016-08-29

zigo_tlbr: Thanks for your work.08:21
openstackgerritMerged openstack/deb-auto-backports: Build python-pip  https://review.openstack.org/36059409:17
openstackgerritMerged openstack/deb-auto-backports: Add possibility to use (.gz|.bz2|.xz) archives  https://review.openstack.org/36141709:32
openstackgerritIvan Udovichenko proposed openstack/deb-auto-backports: Build python-git python-gitdb  https://review.openstack.org/36059709:53
*** zigo_ is now known as zigo09:56
openstackgerritThomas Goirand proposed openstack/deb-auto-backports: Do not build git-buildpackage again  https://review.openstack.org/36198010:00
openstackgerritMerged openstack/deb-auto-backports: Do not build git-buildpackage again  https://review.openstack.org/36198010:40
openstackgerritIvan Udovichenko proposed openstack/deb-auto-backports: Build python-gitdb package  https://review.openstack.org/36206212:15
openstackgerritIvan Udovichenko proposed openstack/deb-auto-backports: Build python-git  https://review.openstack.org/36059712:16
zigotlbr: We need this to be approved: https://review.openstack.org/#/c/361977/12:25
zigotlbr: The last patch from Paul broke the POST jobs.12:25
tlbrzigo, ok :(12:26
openstackgerritIvan Udovichenko proposed openstack/deb-auto-backports: Build python-git  https://review.openstack.org/36059712:28
zigotlbr: 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
tlbrzigo i've just rebase it and realized that python-gitdb is not merged yet12:30
zigo:)12:30
zigo+2 workflow, it's on its way.12:31
tlbrthanks)12:31
openstackgerritMerged openstack/deb-auto-backports: Build python-gitdb package  https://review.openstack.org/36206212:32
openstackgerritThomas Goirand proposed openstack/deb-python-oslotest: Dump commit to rebuild  https://review.openstack.org/36207612:32
openstackgerritIvan Udovichenko proposed openstack/deb-auto-backports: Build python-git  https://review.openstack.org/36059712:35
zigotlbr: We forgot python-hacking as a git repo.12:35
tlbrzigo, oh, should I add it ?12:36
zigoI'm doing it.12:36
tlbrgreat!12:36
zigotlbr: Are we doing the meeting here or in #openstack-meeting-alt ?13:00
tlbrzigo, I've asked IgorY, he is checking13:01
IgorYozhikovzigo, lets wait while this merged https://review.openstack.org/#/c/362025/ and proceed now here if there are no objections13:01
zigoFine for me.13:01
IgorYozhikovLet's fill up with agenda https://etherpad.openstack.org/p/openstack-deb-packaging13:02
zigoFor the stackalytics, I already sent a mail to Illya.13:05
zigoHe will make it so that it will completely ignore commits in the master branch.13:05
zigoOtherwise, everything will be just false.13:06
zigoHe said it will take some time, as he needs new code.13:07
zigoAnd he hopes to do it this week.13:07
IgorYozhikovzigo, r u about of showing a lot of contributors in stackalitics report?13:08
tlbrzigo, I mean we need to add a custom branch to the config file13:08
IgorYozhikovfor Packaging deb official?13:08
tlbrotherwise stackalytics won't process it13:08
tlbri can add it, but i need to know if it is ok to add the full list under de-*13:09
zigoLook here: http://stackalytics.com/?metric=commits&module=packaging-deb-group13:09
tlbrsorry, deb-*13:09
zigothe first contributor is the upstream for python-kafka ...13:09
zigoThis makes no sense at all.13:09
IgorYozhikovzigo, yes, I'm speaking about this "picture"13:09
zigoSo, commits to the master branch should be ignored.13:09
tlbrah, ok, so this is an issue which should be fixed13:10
zigoRight13:10
zigoI did the commits for adding python-hacking.13:11
IgorYozhikovok, do we have smth else to discuss about stackolitics?13:11
zigoI don't think so...13:11
tlbrsec13:11
tlbrwhat about deb-oslo.* and deb-python-oslo.* ?13:11
zigoLet's wait on Ilya.13:11
zigotlbr: You should get deb-oslo.* removed, IMO.13:11
tlbrzigo,  are you sure ?13:11
zigoThe format for git repo should be deb-<source-package-name>13:12
tlbrok13:12
zigoThe Debian source package name is deb-python-oslo.*13:12
zigoWe even cared renaming the source packages for Mitaka...13:12
tlbrok, will take that in mind13:12
tlbrthanks13:12
IgorYozhikovzigo, so project name is deb-%{pypi_name}13:12
IgorYozhikovright?13:12
zigoWrong.13:12
zigoIt's deb-%{source-package-name}13:13
zigoMost of that time, this means deb-python-SOMETHING13:13
zigoOr deb-python-${pypi_name}13:13
IgorYozhikovthis brings a little complexity here13:13
zigoThere's exceptions, like kafka-python -> deb-python-kafka13:14
IgorYozhikovdeb-{pypiname} - more predictable13:14
zigoRight, but there's conventions in Debian.13:14
zigoThe convention is: a public interface python module package name must start by python-13:14
zigoSome pypi module contains python in the name, some don't.13:15
IgorYozhikovI know and if we are going to use deb naming scheme - we need to publish it on our wiki13:15
IgorYozhikovand "newcomers" must read it 1st before commit smth13:15
tlbrnova, neutron, etc. are exceptions ?13:16
zigoThey are applications, so they aren't prefixed by python-13:16
tlbrok, got it13:16
zigoApplications != python libraries.13:16
zigoIn 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
IgorYozhikovIf we are going to use deb-{pypi_name} - it is easier to identify project and does not require additional knowledge of naming convention13:17
IgorYozhikovjust trying to elaborate better way not arguing13:18
zigoWe don't need that, there's a Homepage field in debian/control which we can use.13:19
zigoThat's the reference in order to find upstream.13:19
IgorYozhikovzigo, I think that now is the best time to figure it out and I'll reflect it on wiki13:19
zigoIMO, it's best if our git repo name matches the source package name.13:19
zigoThat's what we've been doing since like forever.13:20
IgorYozhikovzigo, looks like we will use naming like set in dh_python right?13:21
zigoRight, dh_python uses source package names.13:21
zigos/source package/binary package/13:22
IgorYozhikovif so, might be I'll write about that on wiki to reflect all these because it could prevent from additional questions?13:23
tlbrgood point13:23
zigoIgorYozhikov: 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
zigoNot sure why jenkins did -1 on the later though...13:24
IgorYozhikovzigo, thanks13:24
IgorYozhikovabout AIs from previous meeting, just to inform you:13:24
zigoALS means?13:25
IgorYozhikov1) I created wiki space with initial content https://wiki.openstack.org/wiki/DEB-packaging13:25
IgorYozhikovzigo, ActionItems13:25
zigok13:25
IgorYozhikovand 2) I propose our meeting schedule to https://review.openstack.org/#/c/362025/13:26
zigoCool, already approved by TTX ! :)13:26
tlbr:)13:26
IgorYozhikovyey13:26
IgorYozhikovok, let's discuss - Current state. Main package priorities13:27
IgorYozhikovtlbr, ^^13:27
tlbryes, i have an issue with python-git https://review.openstack.org/#/c/360597/13:27
IgorYozhikovaccording to etherpad you brought this topic13:27
tlbrlooks like it can't find python-gitdb13:28
tlbrbut it was merged here https://review.openstack.org/#/c/362062/13:28
zigotlbr: The issue was the POST job, which just got fixed.13:29
tlbrzigo, what do you think, do we need to somehow rebuild python-gitdb with changes https://review.openstack.org/#/c/361977/ ?13:29
tlbryeah, i understand that13:29
zigoYeah.13:29
zigoExactly.13:29
zigoThen check the POST job logs to make sure it worked as expected.13:29
tlbrhow can i rebuild the package ?13:29
openstackgerritThomas Goirand proposed openstack/deb-python-linecache2: Re-enable tests  https://review.openstack.org/36211413:30
zigoJust build something else.13:30
tlbri'm trying to build python-git :)13:30
zigoEither that, or do a dumb commit if the package was not published.13:30
tlbrbut it still fails13:30
zigoWell, not that one, since it needs gitdb13:31
tlbrhm, ok13:31
tlbrzigo, what other dependencies have high priority at this moment ?13:31
zigoHacking and mock.13:31
tlbrmock is already merged13:32
zigoMock 3.0 from experimental.13:32
zigoBut it's not published, is it?13:32
tlbrsec13:32
zigoI don't see it here: http://mirror.dfw.rax.openstack.org/debian-openstack/pool/main/p/13:32
tlbryep =\13:33
openstackgerritThomas Goirand proposed openstack/deb-auto-backports: Dumb commit to rebuild  https://review.openstack.org/36211613:33
zigoThis should trigger the build ...13:33
zigoLet's watch the build in zuul.o.o13:33
tlbrok ok13:34
zigoWe'll need to disable some tests.13:34
zigoI already did for some packages13:34
zigodeb-python-pbr -> python-testools, python-mock, python-fixtures13:34
zigodeb-python-testtools -> python-linecache2, python-traceback2, python-unittest213:34
zigodeb-python-linecache2 -> python-fixtures, python-unittest213:34
zigodeb-python-traceback2 -> python-unittest213:34
zigodeb-python-oslotest -> Disabled tests and docs13:34
zigoWhere should I take notes of that?13:35
zigoIn the etherpad ?13:35
tlbryep!13:35
openstackgerritMerged openstack/deb-python-oslotest: Dump commit to rebuild  https://review.openstack.org/36207613:35
zigoOk, done, it's in the etherpad now.13:36
zigoI'm already trying to re-enable linecache2 tests btw.13:36
tlbrok, got it13:37
zigoNext item?13:37
IgorYozhikovOpen Discussion13:37
IgorYozhikovor there is smth else?13:38
zigoMost of my patches, I did self-approve, because it takes otherwise too much time to wait for someone's approval.13:39
zigoAre you fine with this, until we got everything rebuilt?13:39
zigoNone are really packaging changes ...13:39
zigoWe also need plans for the TODO, once everything is built.13:39
zigoLike commiting stuff from Alioth back to Gerrit...13:40
IgorYozhikovzigo, looks like high lvl plan13:40
IgorYozhikovlets do 2 x +2 as usual, I believe that we have most of required ppl always online13:41
zigoCan we do that *after* everything is built at least once?13:42
tlbri agree with zigo13:42
zigoI sometimes work at weird hours, I don't think I can ask for +2 at 1am ... :P13:42
IgorYozhikovzigo, you want to say that bootstrapping is still not finished yet?13:42
zigoRight.13:42
zigoWe still need to build oslo*, python-*client, and services.13:43
zigoSo far, we have approx 100 package built, not 395 like in the QA page.13:43
tlbrand its dependencies =\13:43
zigohttps://qa.debian.org/developer.php?login=openstack-devel@lists.alioth.debian.org13:43
IgorYozhikovok, since that we need to elaborate a document where we can track our work or smth similar?13:43
zigoMost, but not *all* of deb-auto-backports is built.13:43
IgorYozhikovI mean what is done and what is in wip state13:44
tlbrhttps://review.openstack.org/gitweb?p=openstack/deb-auto-backports.git;a=blob;f=packages-list;h=2f04a46bd40131b11b7c7725fff6ed5bb090f468;hb=c0fb9c3c6f71b12f91ea866f3a88e7069dd4733d13:44
tlbruncommented items13:44
zigoAll commented lines are in our TODO.13:45
IgorYozhikovi c13:45
zigoSome needs to be removed, we may also have forgotten some.13:46
zigoLike pysaml2 should in fact be built from the deb-python-pysaml2 git repo, and not be built using this deb-auto-backports13:46
zigo(just an example out of many...)13:46
zigotlbr: FYI, python-gitdb is built and published now! :)13:47
tlbrzigo, cool! :)13:47
zigoIt sometimes takes time to be published.13:47
zigoAnother item on the TODO: add piuparts tests.13:47
zigoAs non-voting first, then voting.13:47
zigotlbr: Do you wana work on that?13:47
zigoOr maybe we delay it after everything is bootstrapped?13:48
tlbrzigo, i'd love to :)13:48
tlbri guess it is a good idea to delay a bit13:48
tlbruntil we have oslo.* items with clients13:48
zigoRight.13:48
zigoThat'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
zigoTo me, we don't need it as a gate job, just a check job is fine.13:49
tlbrthanks, got the point13:49
zigoThe point being to be a feedback for us, nothing more.13:49
zigoWe'll see later if it works well, ok?13:50
tlbryep :)13:50
IgorYozhikov:)13:50
zigoAnother 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
zigoYet another thing: make it so that commits on deb-* also pushes to Alioth.13:51
zigoI have no idea how to make this happen.13:51
tlbri guess we will need some time to research it13:51
zigoBut it'd be great, so it would automatically build for arm64 and Xenial in the Jenkins.13:51
IgorYozhikovzigo, agree13:51
zigoEither that, or just a wget call in the POST job and we fix the jenkins to fetch from git.openstack.org.13:52
zigoI'm fine with both techniques...13:52
IgorYozhikovLet's finish with bootstrapping 1st :)13:53
zigoRight.13:53
zigoBut it'd be good to have all the items on the TODO.13:53
zigo(so we don't forget...)13:53
IgorYozhikovsure, please write it down to etherpad13:53
tlbrwhere is the best place to store it ?13:53
zigoEtherpad ?13:54
zigohttps://etherpad.openstack.org/p/openstack-deb-packaging13:54
IgorYozhikovhttps://etherpad.openstack.org/p/openstack-deb-packaging13:54
tlbrok13:54
IgorYozhikovin nearest future we need to elaborate roadmap13:54
IgorYozhikovand reflect it on wiki13:55
IgorYozhikovso as the 1st steps - todo list is a good start13:55
tlbrbugtracking is also an interesting topic13:55
IgorYozhikovwe can rework todo list and pick things which we are going to develop/work on 1st13:56
zigoI wrote on the etherpad.13:56
zigoFeel free to add more items13:56
IgorYozhikovGood, sure13:56
zigoAre we good now?13:58
zigoAnything else?13:58
tlbri guess so14:00
zigoGood then.14:00
zigo:)14:00
tlbrthanks)14:00
zigothanks to you guys.14:00
zigotlbr: Probably you can try building python-git :P14:00
IgorYozhikov:)14:01
IgorYozhikovc u soon14:01
zigoCheers.14:01
tlbrzigo, already doing that :)14:01
tlbrzigo, it is ready to be merged! :)14:01
tlbri've plused it14:02
zigotlbr: https://review.openstack.org/#/c/362114/14:03
zigo+2 please...14:03
zigo:)14:03
zigotlbr: Look at the logs here: https://review.openstack.org/#/c/362116/14:05
zigoIt rebuilt all of them, though some are already published.14:05
zigoMaybe you can approve it, and we'll see what the POST job does?14:05
zigoIt's weird to see there's gitdb there.14:06
zigoRight.14:07
openstackgerritMerged openstack/deb-auto-backports: Build python-git  https://review.openstack.org/36059714:07
zigoLet's abandon that one, your python-git worked.14:07
zigoHopefully, it will also push python-mock.14:07
tlbrzigo, hm, mock is still not in the repository =\14:14
tlbrand python-git too14:15
tlbrcrap14:15
zigotlbr: POST job not finished.14:15
tlbroh, ok14:15
zigotlbr: Look at http://zuul.openstack.org/ and write "deb-" in the field ...14:16
tlbrzigo, ok, thanks, checking14:16
zigotlbr: Do you have ipv6 ?14:16
tlbrzigo, nope14:16
zigoCause many jobs can be seen with telnet only if you have ipv6.14:16
zigotlbr: Slap the IT team then! :)14:16
zigoFYI, I do have IPv6 at home...14:16
tlbrzigo, oook! :)14:16
tlbri do not have it at home either14:17
zigoHow lame ISPs are, that's impressive.14:18
zigotlbr: python-mock is there, and gitdb too...14:27
zigoEverything works again now! :)14:27
tlbrzigo, great :)14:27
zigoLet's attempt building some oslo stuff.14:27
tlbrok, i'll attempt to recheck oslo.log14:28
zigotlbr: That's the first one to build, right?14:28
zigoThen i18n ?14:28
zigoI don't remember what the order is ...14:28
zigooslotest is built, FYI.14:28
tlbrzigo, well, no, it has many dependencies14:28
zigotlbr: Ok, I'll let you do it, and I'll have a break... :P14:28
tlbrlike i18n oslo.config oslo.context oslo.serialization14:28
tlbrzigo, ok)14:29
zigoMy head is exploding... :/14:29
tlbrzigo, ok, i'll do it. Have a good rest =\14:29
openstackgerritMerged openstack/deb-python-linecache2: Re-enable tests  https://review.openstack.org/36211414:32
openstackgerritIvan Udovichenko proposed openstack/deb-python-oslo.i18n: [deb-python-oslo.i18n] Update .gitreview file  https://review.openstack.org/36216114:40
openstackgerritMerged openstack/deb-auto-backports: Build contextlib2  https://review.openstack.org/36059514:43
openstackgerritThomas Goirand proposed openstack/deb-python-rfc3986: Add a .gitreview file  https://review.openstack.org/36217515:04
openstackgerritThomas Goirand proposed openstack/deb-python-requests-kerberos: Add a .gitreview file  https://review.openstack.org/36217715:06
openstackgerritThomas Goirand proposed openstack/deb-python-requests-mock: Add a .gitreview file  https://review.openstack.org/36217815:07
openstackgerritThomas Goirand proposed openstack/deb-python-requests-unixsocket: Add a .gitreview file  https://review.openstack.org/36217915:09
openstackgerritThomas Goirand proposed openstack/deb-python-retrying: Add a .gitreview file  https://review.openstack.org/36218115:11
openstackgerritThomas Goirand proposed openstack/deb-python-rjsmin: Add a .gitreview file  https://review.openstack.org/36218415:13
openstackgerritThomas Goirand proposed openstack/deb-python-rtslib-fb: Add a .gitreview file  https://review.openstack.org/36218515:15
openstackgerritThomas Goirand proposed openstack/deb-python-semantic-version: Add a .gitreview file  https://review.openstack.org/36218815:16
openstackgerritThomas Goirand proposed openstack/deb-python-semver: Add a .gitreview file  https://review.openstack.org/36218915:18
openstackgerritThomas Goirand proposed openstack/deb-python-txaio: Add a .gitreview file  https://review.openstack.org/36219115:21
openstackgerritThomas Goirand proposed openstack/deb-python-warlock: Add a .gitreview file  https://review.openstack.org/36219215:22
openstackgerritThomas Goirand proposed openstack/deb-python-weakrefmethod: Add a .gitreview file  https://review.openstack.org/36219515:23
openstackgerritMerged openstack/deb-python-requests-kerberos: Add a .gitreview file  https://review.openstack.org/36217715:24
openstackgerritMerged openstack/deb-python-rfc3986: Add a .gitreview file  https://review.openstack.org/36217515:24
openstackgerritThomas Goirand proposed openstack/deb-python-wrapt: Add a .gitreview file  https://review.openstack.org/36219715:25
openstackgerritMerged openstack/deb-python-requests-mock: Add a .gitreview file  https://review.openstack.org/36217815:25
openstackgerritIvan Udovichenko proposed openstack/deb-oslosphinx: [deb-oslosphinx] Update .gitreview file  https://review.openstack.org/36219815:26
openstackgerritMerged openstack/deb-python-requests-unixsocket: Add a .gitreview file  https://review.openstack.org/36217915:27
openstackgerritIvan Udovichenko proposed openstack/deb-python-oslotest: Update .gitreview file  https://review.openstack.org/36220415:32
openstackgerritMerged openstack/deb-python-rjsmin: Add a .gitreview file  https://review.openstack.org/36218415:34
openstackgerritMerged openstack/deb-python-retrying: Add a .gitreview file  https://review.openstack.org/36218115:34
openstackgerritMerged openstack/deb-python-rtslib-fb: Add a .gitreview file  https://review.openstack.org/36218515:34
openstackgerritMerged openstack/deb-python-semantic-version: Add a .gitreview file  https://review.openstack.org/36218815:35
openstackgerritMerged openstack/deb-python-warlock: Add a .gitreview file  https://review.openstack.org/36219215:36
openstackgerritMerged openstack/deb-python-semver: Add a .gitreview file  https://review.openstack.org/36218915:37
openstackgerritMerged openstack/deb-python-weakrefmethod: Add a .gitreview file  https://review.openstack.org/36219515:38
openstackgerritIvan Udovichenko proposed openstack/deb-python-oslo.config: Update .gitreview file  https://review.openstack.org/36221015:48
openstackgerritIvan Udovichenko proposed openstack/deb-python-oslo.context: Update .gitreview file  https://review.openstack.org/36221215:53
openstackgerritIvan Udovichenko proposed openstack/deb-python-oslo.serialization: Update .gitreview file  https://review.openstack.org/36221615:54
openstackgerritIvan Udovichenko proposed openstack/deb-python-oslo.messaging: Update .gitreview file  https://review.openstack.org/36221815:55
openstackgerritIvan Udovichenko proposed openstack/deb-python-oslo.cache: Update .gitreview file  https://review.openstack.org/36222516:01
openstackgerritIvan Udovichenko proposed openstack/deb-python-oslo.concurrency: Update .gitreview file  https://review.openstack.org/36222616:02
openstackgerritIvan Udovichenko proposed openstack/deb-python-oslo.db: Update .gitreview file  https://review.openstack.org/36222716:03
openstackgerritIvan Udovichenko proposed openstack/deb-python-oslo.middleware: Update .gitreview file  https://review.openstack.org/36222816:03
openstackgerritIvan Udovichenko proposed openstack/deb-python-oslo.policy: Update .gitreview file  https://review.openstack.org/36222916:04
openstackgerritIvan Udovichenko proposed openstack/deb-python-oslo.privsep: Update .gitreview file  https://review.openstack.org/36223116:04
openstackgerritIvan Udovichenko proposed openstack/deb-python-oslo.reports: Update .gitreview file  https://review.openstack.org/36223216:05
openstackgerritIvan Udovichenko proposed openstack/deb-python-oslo.rootwrap: Update .gitreview file  https://review.openstack.org/36223316:06
openstackgerritIvan Udovichenko proposed openstack/deb-python-oslo.service: Update .gitreview file  https://review.openstack.org/36223416:06
openstackgerritIvan Udovichenko proposed openstack/deb-python-oslo.utils: Update .gitreview file  https://review.openstack.org/36223516:07
openstackgerritMerged openstack/deb-python-txaio: Add a .gitreview file  https://review.openstack.org/36219116:08
openstackgerritIvan Udovichenko proposed openstack/deb-python-oslo.versionedobjects: Update .gitreview file  https://review.openstack.org/36223616:08
openstackgerritIvan Udovichenko proposed openstack/deb-python-oslo.vmware: Update .gitreview file  https://review.openstack.org/36223716:08
openstackgerritMerged openstack/deb-python-wrapt: Add a .gitreview file  https://review.openstack.org/36219716:09
zigotlbr: How come I'm not seeing your CR in my "Incoming reviews" ?16:12
tlbrzigo, may be because I haven't added you as a reviewer ?16:13
tlbr:)16:13
zigotlbr: As a core reviewer, I'm supposed to see it there without you adding me...16:13
tlbrzigo, oh16:13
zigoSo something must be wrong.16:13
tlbrdefinitely16:13
openstackgerritThomas Goirand proposed openstack/deb-python-debtcollector: Add a .gitreview file  https://review.openstack.org/36224516:15
zigotlbr: According to Clark, I'm wrong, I should manually set that up in Gerrit.16:16
tlbrzigo, got it16:16
zigoDo you know how?16:16
tlbrzigo, i guess https://review.openstack.org/#/settings/projects16:17
tlbrWatched Projects16:17
zigotlbr: This means each and every git repo? Or can I all the group?16:18
tlbrzigo, i'm afraid that you'll have to add every project =(16:19
zigo:/16:19
tlbrzigo, 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
tlbrhttp://mirror.regionone.osic-cloud1.openstack.org/debian-openstack/pool/main/p/python-oslotest/16:22
tlbrreally weird16:22
tlbrfor some reason it does not consume infra repo16:23
zigotlbr: It's there, but it can't be installed, so maybe it has a runtime depends which we don't have.16:23
tlbrzigo, oh, ok, let me check it in container16:23
zigotlbr: 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
zigoYeah, exactly ! :)16:23
zigotlbr: And please let me know.16:23
tlbrzigo, 15 min16:23
tlbrzigo, python-mock : Depends: python-funcsigs (>= 1) but it is not installable16:35
tlbrzigo,  it is in jessie-newton not jessie-newton-backports16:35
zigotlbr: We got to add a .gitreview to deb-python-funcsigs then ! :)16:35
tlbrzigo, it is already in the pool :(16:35
tlbrzigo, http://mirror.regionone.osic-cloud1.openstack.org/debian-openstack/pool/main/p/python-funcsigs/16:36
zigotlbr: The backports build must be also adding the non-backports repo when building.16:36
zigoJust add it to your container too...16:36
tlbrzigo, ok, done. Now I see python-oslotest : Depends: python-debtcollector (>= 1.2.0) but it is not installable16:38
tlbrDepends: python-os-client-config (>= 1.13.1) but it is not installable16:38
zigoI have a CR for debtcollector, hang on.16:38
tlbrok, working on os-client-config16:39
zigotlbr: 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
zigoThe issue is I'm waiting on deb-python-hacking to be added in our repo...16:39
zigohttps://review.openstack.org/#/c/362096/16:40
zigoNobody is reviewing ... :/16:40
tlbrsec16:40
tlbrindeed. oslosphinx requires python-hacking16:41
tlbrzigo, may be we can get it from sid for now ?16:58
zigoNo.16:58
tlbrok16:58
zigoWe must not add stuff from backports if we're maintaining them.16:59
zigoI'm going to see my step-brother now (dinner with him).16:59
zigoTTY later.16:59
tlbrok ok16:59
zigoMaybe this evening, maybe tomorrow morning.16:59
tlbrgot it16:59
zigoThen I'll be unavail from tomorrow afternoon to Thursday morning.16:59
zigoBye.16:59
tlbrbye16:59
*** zul has quit IRC17:39
*** zul has joined #openstack-pkg17:42
*** zul has quit IRC19:51
openstackgerritIvan Udovichenko proposed openstack/deb-os-collect-config: Update .gitreview file  https://review.openstack.org/36239320:14
openstackgerritIvan Udovichenko proposed openstack/deb-os-apply-config: Update .gitreview file  https://review.openstack.org/36239420:15
openstackgerritMerged openstack/deb-os-collect-config: Update .gitreview file  https://review.openstack.org/36239320:36
*** zul has joined #openstack-pkg23:29

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