=== chandankumar_ is now known as chandankumar [10:09] is there a way to ask launchpad all the packages a team is the maintainer of? [10:10] alternatively, ask launchpad for all the packages where maintainer = foo [10:12] wgrant: ^^ [10:14] shadeslayer: https://launchpad.net/~kubuntu-members/+maintained-packages [10:14] wgrant: but via the api :p [10:15] nothing jumps out here https://api.launchpad.net/1.0.html#team [10:15] shadeslayer: I've traditionally used structural subscriptions combined with Person.getBugSubscriberPackages. [10:15] Since it's rare that the maintainer field is actually what you want in Ubuntu. [10:16] wgrant: well, I wanted our status scripts here http://qa.kubuntu.co.uk/buildstatus/kubuntu-buildstatus.html to figure out the package list automagicall [10:16] *automagically via LP [10:17] instead of having them hardcoded [10:17] shadeslayer: I'd just use grep-dctrl. [10:17] Launchpad provides no direct way to query that information. [10:17] hm [10:21] well that's weird [10:21] grep-available -FMaintainer Kubuntu -s Source works fine on trusty but not on utopic === Guest30538 is now known as wallyworld [14:32] Hi, is it possible to target a bug to a new serie and milestone using the launcpadlib api? [14:36] yes [14:37] dobey: oh, nice I was trying to find how, but I've not been able so far [14:42] bug.createTask(target=project_series), then get the bug_task for that and change bug_task.milestone to the milestone you want, iirc [14:44] dobey: that's for new bug? As I'd like it to change old bugs [14:45] Trevinho: it's for either. [14:46] well to create a new bug, you'd have to first create a new bug on the project itself, and you could probably just directly create it on the series [14:50] yeah, a new bug would just be bugs.createBug(target=project_series, description="blah blah blah", title="Some bug somewhere") and then get the resulting bug_task and change the milestone on it [14:53] dobey: weird, my bug task instances have no addTask/createTask methods [14:53] Trevinho: no, createTask is on the bug, not on the bug_task [14:54] bug and bug_task are different things :) [14:54] mh, ouch :P [14:55] dobey: ok, thanks [14:55] bug is a collection of bug_tasks, comments, attachments, basically [14:55] yeah, i figured it [14:55] now [14:55] :) [16:10] testing === Ursinha is now known as Ursinha-afk [17:16] launchpad shows two different names when logged in. One is the first part of the email address the other my user name it's confusing. Why does this happen? [17:20] one is the display name (generally should be your name), and the other is your username === Ursinha-afk is now known as Ursinha [18:36] hello [18:36] trying to use sbuild, and i got this error: [18:36] E: 10mount: mount: unknown filesystem type 'overlayfs' [18:37] E: trusty-amd64-5d3109e2-8915-4e2d-befc-8c0dc154f71d: Chroot setup failed: stage=setup-start [18:37] Chroot setup failed [18:37] previously sbuild was working [18:38] sergio-br2: not sure what to tell you, but i don't see how that is related to launchpad. :) [18:39] well, I'm trying to send a package to my PPA, but i want to test in a clean environment here first [18:39] you know a better irc to talk about? [18:39] maybe #ubuntu-packaging or #ubuntu-devel [18:40] ok, thanks [19:16] what does status whishlist mean [19:17] i mean importance [19:18] basketball: depends on the project, but in general, https://wiki.ubuntu.com/Bugs/Bug%20importances has the meanings [19:24] c [19:24] hi all ... i can publish my debian packages in launchpad or only ubuntu packages? [19:36] Dudytz: if you're asking about PPAs, i think you can only build for supported ubuntu releases [19:40] dobey: is there any "launchpad" like service to host debian personal packages (like PPA)? [19:41] i don't know [19:49] dobey: ok, thank you! === Ursinha is now known as Ursinha-afk === Ursinha-afk is now known as Ursinha [23:28] Hi [23:29] I was wondering if anyone here has any experience with source recipes [23:32] Because my PPA isn't building correctly anymore [23:32] I can still build it locally without a problem [23:33] It fails with a strange line [23:33] chroot-autobuild/build/buildd/inkscape_0.48.5+31~ubuntu14.10.1_amd64.deb: [23:33] dpkg-deb: file `chroot-autobuild/build/buildd/inkscape_0.48.5+31~ubuntu14.10.1_amd64.deb' contains ununderstood data member data.tar.xz , giving up [23:35] I'm going to stay connected for a long time [23:56] LiamW: Which build is that? [23:57] It's all of them now [23:57] Let me pull up the recipe [23:57] https://code.launchpad.net/~inkscape.dev/+recipe/inkscape-stable [23:58] LiamW: Those all look successful to me. [23:58] They lie [23:58] Look at the size of the generated deb files [23:58] They don't have any binary data in them