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