=== bigjools-afk is now known as bigjools [00:04] hello I've run a command apport-collect and where the window pops up to "report a problem to the developers" it freezes [00:06] shape: #ubuntu may be able to help you with that [00:08] lifeless, I just asked there too :) [00:11] lifeless: It seems like it worked "as in, it uploaded the log. Thanks === Resistance is now known as EvilResistance === bulldog98_ is now known as bulldog98 [01:58] How do I delete a package from launchpad? I don't see any way to submit a "deletion request" [01:59] In your own PPA or the primary archive? [01:59] StevenK: My own PPA. [01:59] Corey: There's a Delete Packages link off +packages [02:00] (Pushed a package that was busted, it has no reason to be there anymore and it has the potential to blow things up) [02:00] The "Delete packages" link is on the page after "View package details", somewhat counter-intuitively [02:01] Weird, no delete link in the repo I care about, but there is in my personal PPA. If I recreate the URL structure it works. [02:01] Odd. [02:02] Corey: not sure you can request a deletion in a PPA... [02:02] not unless you're in a group with upload permissions to it [02:02] s/upload/ownership/ [02:05] EvilResistance: It worked. [02:05] heh [02:06] So there's either an issue of "I can delete things I can't" or "there's a UI bug" [02:07] Which URL doesn't have the link, but you think it should? [02:07] https://launchpad.net/~saltstack/+archive/salt/+packages only shows me a copy packages option, yet https://launchpad.net/~saltstack/+archive/salt/+delete-packages works for me to remove packages. [02:08] Very odd. [02:13] Corey: Someone deleted and then tried to undelete that PPA [02:13] That's why the link is missing. [02:14] I love it that people completely ignore warnings in the UI [02:17] Uh... [02:18] That's not good. :-) [02:18] <-- not it [02:22] Zombie undead PPAs are after you. [02:23] lol [02:30] So it would seem. [03:12] >>> l.project_groups.search(text='lava')[0].all_milestones[0] [03:12] [03:13] why is that a has_bugs object, not a milestone? [03:13] Bug 951365 [03:13] Launchpad bug 951365 in Launchpad itself "Accessing milestone on project group via webservice api returns has_bugs object" [Critical,Triaged] https://launchpad.net/bugs/951365 [03:14] yay [03:14] wgrant: any idea how to fix this? [03:14] mwhudson: Try lp.load()ing the URL [03:14] Might work [03:14] Might not [03:16] wgrant: i meant in launchpad [03:16] (that doesn't work, btw) [03:16] Ah [03:16] rm lazr.restful is easiest [03:17] I don't know the details of this particular issue. [03:17] i was thinking more an afternoon hack than a lifetime hack [03:17] ok [03:17] will poke around a bit [04:20] https://bugs.launchpad.net/bugs/993038 I wonder what does mean needs-bisect»« in "** Tags added: needs-bisect regression-release". [04:20] Ubuntu bug 993038 in LibreOffice Productivity Suite "[Upstream] Ubuntu 12.04: Embedded HSQLDB is read-only (regression)" [Medium,New] === jtv1 is now known as jtv === FloSoft_ is now known as FloSoft === geser_ is now known as geser === StevenK_ is now known as StevenK === idnaria is now known as idnar === ScottK2 is now known as ScottK [11:45] thedac: those yade builds are eating all power again :p === danhg_ is now known as danhg === dobey_ is now known as dobey === yofel_ is now known as yofel === nyuszika7h is now known as sasl === sasl is now known as nyuszika7h [14:07] bug links on https://bugs.launchpad.net/ubuntu/+source/gwibber/+bug/825447 and the like aren't working [14:07] Error: Bug #825447 is a duplicate of bug #820921, but it is private (https://launchpad.net/bugs/820921) [14:09] note that I mean the link on "bug #820921" is broken [14:09] Error: Launchpad bug 820921 could not be found [14:10] ok, just to be clear, links like "https://bugs.launchpad.net/825447" don't work [14:10] Error: Bug #825447 is a duplicate of bug #820921, but it is private (https://launchpad.net/bugs/820921) [14:10] nor do links like https://launchpad.net/bugs/820921 [14:10] Error: ubuntu bug 820921 not found [14:11] which ubot5 just gave not 3 minutes ago === jcsackett_ is now known as jcsackett === mpt_ is now known as mpt === EvilResistance is now known as Resistance === matsubara is now known as matsubara-lunch === deryck is now known as deryck[lunch] [16:27] hy guys, I'm writing an ubuntu accomplishment that should test if a person had personally verified an SRU bug to earn the tester trophy, any idea? [16:31] angeloc: there is an Ubuntu-accomplishement channel [16:33] czajkowski: sorry for not being more explicit, i have to use launchpad api via python to find for what i'm looking for [16:33] czajkowski: but i have not found a way to check if a person had personally verified an SRU bug via launchpad api [16:37] angeloc: perhaps in launchpad-dev might be able to help [16:38] angeloc: there is no way to get the tag edits for a particular user for all time, afaik [16:39] dobey: ok, so I can only know if a bug filed by a person was verified but not who verified it, right? [16:41] angeloc: yes, but it's a bit more complex than that. [16:42] angeloc: "tags" is data on the bug object, not the bug_task object. and it's just a string of comma-separated values [16:43] dobey: complexity don't fear me, the only constraint it should be efficient and should download the least datas [16:43] angeloc: so if a bug was filed against something, and later marked as also affecting something else, and fixed in the other thing, but not the original, the tag may still be there, though it's not really related to the original bug [16:44] angeloc: which means, in its current state, that even if you could check it easily, you might still get it wrong :) [16:45] dobey: ok, i haven't to corner all possible cases, the accomplishment should check if a user had verified at least one bug to earn the tester trophy [16:45] angeloc: right, and i don't see any good way to do that [16:46] angeloc: who edited the tags list, is not part of the API that I can see [16:48] dobey: ok, so in the last resort, i can check only if a bug filed by a person has the tag verification-done, it's a little bit different from what I originally thought [16:49] dobey: i can change the accomplishment from tester to "Filed an SRU verified bug" [16:49] angeloc: right, though the tag may also go away, or get changed back to verification-needed, for various reasons [16:50] dobey: well okay, i have to check if the user has at least one bug, anytime soon it will have an SRU verified bug! [16:50] dobey: if not, he should contribute more! === deryck[lunch] is now known as deryck === Nafallo_ is now known as Nafallo === lifeless_ is now known as lifeless === Resistance is now known as EvilResistance [20:23] hrmm, why do my builds in ppa:ubuntuone/beta have a significantly longer wait to build than those in ppa:ubuntuone/nightlies exactly? [21:06] Hey! Somebody that could look @ the ppa builders [21:06] https://launchpad.net/~yade-pkg/+archive/stable/+build/3458800 === matsubara-lunch is now known as matsubara [21:06] people doing daily builds of packages that take 18h+ to build [21:06] should be allowed imo [21:07] i don't understand your statement [21:08] well, it seems like some people (see https://launchpad.net/~yade-pkg/+archive/stable/+build/3458800) are uploading packages to their ppa daily [21:08] not to bad, if the packages wouldn't take more then 18h to build ... [21:09] i think it's stuck [21:12] i mean, i don't think libreoffice even takes that long to build [21:12] its not libreoffice :) [21:12] see https://launchpad.net/~yade-pkg/+archive/stable/+build/3458800 for example [21:13] started 18h ago [21:13] yes i know it's not libreoffice [21:14] https://launchpad.net/~yade-pkg/+archive/stable/+build/3458813 says it was successful and took 8 hours, 50 minutes [21:15] and the i386 build on natty took less than 4 hours [21:16] strange [21:16] 4h is still quite alot but ok :) [21:16] likewise on oneiric and precise [21:16] well, there are a lot more than 1 builder [21:17] so it's obviously stuck [21:17] and has been for a very long time [21:17] its not stuck really [21:17] but i don't have the "kill this build" button [21:17] refresh in 30 minutes :) [21:17] you'll see it went to the next file ... [21:27] ok, so it's really slow [21:28] and it's c++. they must use templates [21:30] i presume you're not talking about armel :) [21:32] no, these specific builds are on amd64 [21:44] hello I am wondering how I use dput I have made the whole package .deb .dsc .change ect how do I know push it to ppa ? [21:47] bobweaver: https://help.launchpad.net/Packaging/PPA/Uploading should cover this [21:47] you can't upload debs though [21:56] ok it still will not let me upload I will try again [22:36] There are no lpia PPA builders any more? [22:36] And this is recent? [22:40] maxb: gold has been playing i386 for the last 24 hours because of the backlog. If you have an lpia build I can move it back. [22:42] Also, I might try to contact these yade people and ask them to scale back... [22:42] those builds are looooong [22:44] Well, it only really matters for hardy [22:44] So not hugely [22:44] That's why I decided lpia probably didn't need the builder :) [22:45] But it means I can't promote a complete all-architectures build from my staging ppa to my release ppa [22:46] I suppose I could investigate playing with the Architectures field and see if LP can be asked not to build the package on lpia at all [22:46] maxb: gold is lpia again, but it's busy building private stuff so it could be a while [22:46] It can't :( [22:47] Or, I suppose I could just copy the package anyway, which will create a second needsbuild lpia build, and make the package uninstallable on lpia .... but it's only lpia [22:49] Hm, yes, the amd64 queue is a little extreme, isn't it [22:52] Yeah [22:52] quantal has that effect on things [22:52] and yade doesn't help [23:10] I changed my default email address in LP [23:10] removed the old one [23:10] how should I login now? [23:10] looks like it still wants my old address for login, which seems weird [23:11] Login is done using SSO, which is a seperate system [23:13] You can manage your login email addresses at login.ubuntu.com [23:13] right, https://login.launchpad.net/+emails is probably what I was looking for then [23:13] thanks :) [23:13] Or there