[00:52] what is launchpadlibrarian.net? Is it official? [00:58] Anxi80: yes [00:59] mwhudson, thanks [00:59] Anxi80: it's there so that if someone can upload html with javascript in it and trick your browser into accessing it, said javascript can't access your launchpad cookie [00:59] s [01:00] I googled for a particular apple isight driver and first hit was a link to a driver at that address... [01:01] ah === Mission-Critical is now known as MissionCritical [04:28] jelmer: around ? [04:32] smspillaz: It's 6:30am for him now. What's up? [05:08] wgrant: ah, hi. I was just wondering wrt https://bugs.launchpad.net/launchpad/+bug/832011 if there was a workaroudn we can use in the meantime [05:08] Ubuntu bug 832011 in Launchpad itself "recipe build fails in dh_quilt_unpatch :(" [High,Invalid] [05:09] Don't use 3.0 (quilt) ? :-) [05:11] StevenK: any guidance on how I'd do that ? === Mission-Critical is now known as MissionCritical [05:12] smspillaz: The format is listed in debian/source/format, so delete that file and patch debian/rules to apply and unapply patches is an evil hack. [05:18] StevenK: thanks [05:18] StevenK: tbh, I just need it building :) === matsubara-afk is now known as matsubara === Mkaysi_ is now known as Mkaysi === jml` is now known as jml === mthaddon` is now known as mthaddon === czajkowski changed the topic of #launchpad to: Help contact: czajkowski | Launchpad is an open source project: https://dev.launchpad.net/ | This channel is logged: http://irclogs.ubuntu.com/ | User Guide: https://help.launchpad.net/ | Support: https://answers.launchpad.net/launchpad | For packaging help: join #ubuntu-packaging [10:51] "A new OAuth token consumer was enabled in Launchpad. If you did not make this change, visit #launchpad in IRC at freenode to alert staff of the issue." [10:51] I cant remember enabling any tokens (unless launchpadlib-login does that). so: alert or not? === matsubara is now known as matsubara-lunch [10:57] gmb: I've never seen an issue like this before can you help ? [10:57] please [11:00] Aaaa [11:00] * gmb reads scrollback [11:01] Sweetshark, launchpadlib-login does that, yes. [11:01] gmb: ello good sir [11:01] gmb: so this is normal [11:01] Yes. [11:01] The message is a little opaque, unfortunately. [11:03] gmb, czajkowski: thanks. [11:03] gmb: cheers [11:03] No worries. [11:04] <----------- lunch === matsubara-lunch is now known as matsubara === mrevell_ is now known as mrevell [12:35] does launchpad support mirroring a non-master branch from git? [12:35] i wonder if a ',branch=' like in bzr dpush would work? [12:37] vila: ^^ [12:38] jelmer: ^^ It would at least requires a newer bzr launchpad-side [12:39] vila: no, that should already work [12:40] sidnei: that will work [12:40] \o/ [12:40] nice [12:41] :( "git@github.com:graphite-project/graphite-web.git,branch=0.9.x" is not a valid URI" [12:41] (from +new-import) [12:42] oh, wait [12:42] that wasn't the read-only url, pebkac :) [12:44] sidnei: that's right, it is not a valid URL :) [12:44] sidnei: you probably want git://github.com/graphite-project/graphite-web.git,branch=0.9.x [12:45] yep, fixed. waiting for the import to kick in https://code.launchpad.net/~graphite-dev/graphite/0.9.x === zyga is now known as zyga-food [15:03] czajkowski: nice interview! There's a space before the "There's a LEP" link that caused it to break for me when I tried to open it from google reader. [15:03] bah [15:04] <3 the pragmatism answer [15:04] rick_h_: can you try now please [15:05] czajkowski: space is gone, will see if google reader updates the feed data at all === yofel_ is now known as yofel === zyga-food is now known as zyga === czajkowski changed the topic of #launchpad to: Help contact:- | Launchpad is an open source project: https://dev.launchpad.net/ | This channel is logged: http://irclogs.ubuntu.com/ | User Guide: https://help.launchpad.net/ | Support: https://answers.launchpad.net/launchpad | For packaging help: join #ubuntu-packaging [17:07] Can I get my "neale" auto-created account merged with the "blowout" one I made myself? Trying to merge them with the link provided breaks launchpad (probably there is no email address associated with neale) [17:09] just got callet to a meeting, bbiab [17:10] neale: checking now [17:11] neale: "A merge is queued and is expected to complete in a few minutes." === deryck is now known as deryck[lunch] === posulliv_ is now known as posulliv [18:16] hola launchpadders, today im being told by launchpad that i've exceeded my build quota for lucid/precise. how do i get that bumped? [18:19] sidnei: czajkowski is EOD now I think, but I believe we ping webops on that. Hit up #-ops and ping there. [18:19] rick_h_, tried that, but they (at least jjo) haven't found the switch to toggle. only for quota and scores. [18:20] sidnei: ah, deryck[lunch] can idea when you get back? [18:20] sidnei: I'll hit up the wiki and see what I can find [18:22] sidnei: is 'build quota' the exact message? [18:22] rick_h_, "You have exceeded today's quota for ubuntu precise, ubuntu lucid" [18:26] sidnei: yea sorry, not coming up with anything. sinzui any ideas? [18:30] Q: Anyone could pinpoint me to URL endpoint for listing bugs for a particular project? Thinking of hacking together context switching in my IDE based on bugs . [18:31] (I've tried looking through the apidoc, but I'm basically just getting lost and don't know which resource I need to go through) [18:34] sidnei, I don't know of any work arounds [18:35] sinzui, thanks. i guess creating a new user would be a work around, but waiting 24h might just do it :) [18:41] Rockj, Lp does not have an endpoint that will give you an collection of indeterminate size [18:42] Rockj, bug I can see json of the bugs my gpd project has using [18:42] https://api.launchpad.net/devel/gdp?ws.op=searchTasks [18:42] ahh, that one is perfect [18:42] https://api.launchpad.net/1.0/nav?ws.op=searchTasks :) [18:43] Rockj, look at https://launchpad.net/+apidoc/devel.html#bug_target searchTasks which will show the params you can pass to exactly specify what you want [18:43] thank you mthaddon [18:44] Rockj, ws.op=searchTasks by itself will list all the bugs that are shown without searching on a projects bug page [18:45] sinzui: mhm, checking to see if I can list bugs the are not closed [18:45] is_complete is a field. [18:46] Rockj, yes! status=[list of status you want to see] [18:47] but in the end, the first one will only give me open bugs on the project [18:48] which is what I want to use for context switching [18:50] right. You can pass a list in of just the status you want to see such as just those that no one else is working like [18:50] https://api.launchpad.net/devel/gdp?ws.op=searchTasks&status=Confirmed;Triaged === deryck[lunch] is now known as deryck [18:50] Rockj, use the /devel/ api /1.0/ is missing a lot of goodness [18:51] rick_h_, looks like everything is settled now, from when you pinged me, yes? === matsubara is now known as matsubara-afk [18:52] deryck: yea, looks like no good way around it atm [18:52] rick_h_, ack [18:54] rick_h_, sinzui, found a (really silly) workaround apparently: run 'bzr builddeb' locally with --dput=, instead of using 'Request build' on the web. [18:54] assuming the upload isn't rejected [18:55] sidnei, oh, yes, I used to do that a lot. I didn't think to falling back to a non-lp request [18:55] sidnei, I don't think it will be. [18:56] cool [18:59] sinzui: Thanks btw, Ill jump off to see if I can create an Intellij plugin or not :] === posulliv_ is now known as posulliv === deryck_ is now known as deryck [22:44] I see a more recent package in ppa from 2 hours ago, however apt-get still installs the old package [22:50] Karmaon: which ppa? [22:51] https://launchpad.net/~chris-lea/+archive/node.js/ [22:53] Karmaon: amd64 builds have not finished yet [22:53] https://launchpad.net/~chris-lea/+archive/node.js/+packages [22:53] Oh, I see.