zigo | tlbr: Around? | 08:46 |
---|---|---|
zigo | onovy: You? | 08:46 |
tlbr | zigo, yep | 08:48 |
zigo | tlbr: Any idea how to solve this? http://logs.openstack.org/73/356573/1/check/pkgdeb-build-pkg/7758dff/console.html | 08:48 |
zigo | tlbr: In Sid, it's not a problem, the .gitreview changes are ignored. | 08:49 |
zigo | tlbr: I'm not sure what component is being problematic. git-buildpackage? | 08:49 |
zigo | I'm trying to install a backport git-buildpackage in my laptop (ie: jessie) and try... | 08:51 |
tlbr | more likely it is added to source archive | 08:51 |
tlbr | any .gitignore files there ? | 08:51 |
zigo | tlbr: Well, it's best if we can just find out what component makes it always work, no? :) | 08:52 |
tlbr | zigo, .gitignore that is what prevents it from adding to source archive | 08:53 |
zigo | tlbr: Well, in Sid, you don't need to do anything, it just work. | 08:53 |
zigo | tlbr: Shit, the issue is *not* git-buildpackage ... :( | 09:02 |
zigo | Maybe it's dpkg ... | 09:02 |
tlbr | :( | 09:02 |
zigo | Bingo ! | 09:03 |
zigo | tlbr: From /usr/share/doc/dpkg/changelog.Debian.gz in Sid: Add ‘.gitreview’ to the default dpkg-source ignore lists. | 09:03 |
zigo | That's in version 1.18.4 | 09:03 |
tlbr | :) | 09:03 |
zigo | https://anonscm.debian.org/cgit/dpkg/dpkg.git/commit/?id=d92794f4a8db43959b06d4191860dcc27e5ddcbf | 09:06 |
zigo | Ok, so we need a backport of dpkg, I believe. | 09:06 |
zigo | Not a big deal ... | 09:06 |
zigo | tlbr: Can you +2 that one first ? https://review.openstack.org/#/c/356559/ | 09:07 |
tlbr | sec | 09:11 |
zigo | Cheers. | 09:12 |
zigo | I need to wait until it merges, then I can add dpkg to the list of backported packages. | 09:12 |
zigo | THEN we can attempt to build stuff like pbr. | 09:12 |
zigo | There's still the issue that deb-auto-backports is stopping after the first build, when it's supposed to continue and build the next package though. | 09:13 |
zigo | I'm not sure why it does that... :( | 09:13 |
openstackgerrit | Merged openstack/deb-auto-backports: Allow using -d experimental in package list. https://review.openstack.org/356559 | 09:39 |
openstackgerrit | Thomas Goirand proposed openstack/deb-auto-backports: Add dpkg to the list of backports https://review.openstack.org/357056 | 09:46 |
zigo | tlbr: IgorYozhikov: ^ | 09:47 |
zigo | This should fix the .gitreview issue. | 09:47 |
tlbr | great, lets wait for pkgdeb-build-auto-backports | 09:48 |
zigo | I'm going out for a bit (shopping nearby), I'll be back soon. | 09:48 |
tlbr | ok | 09:55 |
openstackgerrit | Merged openstack/deb-auto-backports: Add dpkg to the list of backports https://review.openstack.org/357056 | 10:10 |
tlbr | 2016-08-18 10:09:52.279358 | I: Retrieving dpkg 1.17.27 | 10:38 |
tlbr | it still uses old version | 10:38 |
zigo | tlbr: It's because the post job fails: http://logs.openstack.org/06/065f2abc2a26ecb1364cfc45f297e15ebec125df/post/reprepro-import-debian-openstack-jessie-backports/e482012/console.html | 10:56 |
tlbr | zigo, i was talking about http://logs.openstack.org/63/356563/1/check/pkgdeb-build-pkg/8e01769/console.html | 10:58 |
openstackgerrit | Thomas Goirand proposed openstack/deb-auto-backports: python-amqp --download-from-jessie-backports https://review.openstack.org/357107 | 10:58 |
zigo | tlbr: Yes, because dpkg hasn't been published in our repo, because of the POST job error I showed you. | 10:59 |
zigo | I'm not sure why. | 10:59 |
zigo | I'm switching it to fetch from official jessie-backports. | 10:59 |
tlbr | python-amqp =\ what the heck | 10:59 |
zigo | tlbr: I don't know why the .changes is failed... :/ | 11:00 |
zigo | Oh, I know. | 11:00 |
zigo | http://mirror.dfw.rax.openstack.org/debian-openstack/pool/main/p/python-amqp/ | 11:00 |
zigo | It's there already. | 11:00 |
zigo | Then the issue is the check if it is already there. | 11:01 |
zigo | tlbr: FYI, for logs, you can use git-os-log, which I packaged in Debian ! :) | 11:01 |
tlbr | :) | 11:02 |
zigo | Oh, it's not there, maybe it was rejected. :/ | 11:02 |
zigo | The creation of the sid fake mirror failed, that's the issue. | 11:03 |
zigo | Fixing. | 11:03 |
openstackgerrit | Thomas Goirand proposed openstack/deb-auto-backports: s/unstable/sid/ when creating the fake mirror https://review.openstack.org/357110 | 11:04 |
zigo | This probably means that repo signing worked! :) | 11:05 |
zigo | Yeah, it did, look here: http://mirror.dfw.rax.openstack.org/debian-openstack/dists/jessie-newton-backports/ | 11:06 |
zigo | \o/ | 11:06 |
tlbr | :) | 11:09 |
zigo | My bad, dpkg really *was* built and published. | 11:16 |
zigo | So, maybe we just need to add the backports when building, meaning a fix in deb-openstack-pkg-tools | 11:16 |
zigo | Working on that... | 11:16 |
openstackgerrit | Thomas Goirand proposed openstack/deb-openstack-pkg-tools: Attempt to upgrade dpkg to the backported version https://review.openstack.org/357128 | 11:18 |
openstackgerrit | Thomas Goirand proposed openstack/deb-openstack-pkg-tools: Attempt to upgrade dpkg to the backported version https://review.openstack.org/357128 | 11:31 |
openstackgerrit | Thomas Goirand proposed openstack/deb-openstack-pkg-tools: Attempt to upgrade dpkg to the backported version https://review.openstack.org/357128 | 11:37 |
tlbr | zigo, do you have time for a meeting ?:) | 12:07 |
openstackgerrit | Thomas Goirand proposed openstack/deb-openstack-pkg-tools: Attempt to upgrade dpkg to the backported version https://review.openstack.org/357128 | 12:24 |
zigo | tlbr: IgorYozhikov: https://review.openstack.org/#/c/357110/ <--- Please +2 | 12:25 |
openstackgerrit | Thomas Goirand proposed openstack/deb-openstack-pkg-tools: Attempt to upgrade dpkg to the backported version https://review.openstack.org/357128 | 12:48 |
zigo | tlbr: IgorYozhikov: onovy: Please express your approval: https://review.openstack.org/357184 | 12:55 |
zigo | Otherwise, we keep on waiting for nodes to be ready... | 12:55 |
zigo | I believe 3 nodes is very reasonable. | 12:55 |
tlbr | sec | 12:55 |
openstackgerrit | Merged openstack/deb-auto-backports: s/unstable/sid/ when creating the fake mirror https://review.openstack.org/357110 | 13:01 |
openstackgerrit | Thomas Goirand proposed openstack/deb-auto-backports: Add tar to the list of backports https://review.openstack.org/357211 | 14:12 |
openstackgerrit | Thomas Goirand proposed openstack/deb-auto-backports: Add tar to the list of backports https://review.openstack.org/357211 | 14:55 |
openstackgerrit | Thomas Goirand proposed openstack/deb-auto-backports: Add tar to the list of backports https://review.openstack.org/357211 | 15:17 |
*** zul has quit IRC | 18:16 | |
*** zul has joined #openstack-pkg | 18:23 | |
*** beisner is now known as beisner-biab | 21:05 | |
*** beisner-biab is now known as beisner | 21:28 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!