[02:34] so I have a collection of bugs returned from searchTasks() and I'm trying to do for bug in bugs: bug.newMessage(content=message) and I'm getting an exception saying AttributeError: 'Entry' object has no attribute 'newMessage' [02:35] psusi: searchTasks returns bugtasks, not bugs. [02:36] for task in foo.searchTasks(...): bugtask.bug.newMessage(...) [02:40] psusi: I'm curious what you're writing [02:42] lifeless, a script to close out all bugs on a removed package at once ;) [02:43] wgrant, don't you mean task.bug.newMessage()? [02:43] * micahg would be worried about such a script being abused [02:44] psusi: Yes. [02:44] micahg: Use it against firefox? Sounds fun. [02:45] StevenK: heh, I have 2 sources to clean after natty release, but I need to make sure that the ones that need to be open stay open [02:47] ahh, I see.. yes.. of course, the status is a property of the task, but messages get added to the bug the task is a part of [02:48] by the way, is there a way to speed things up? it seems to take forever setting the status in a for loop, I guess because each assignment results in a http call to the server [02:48] be nice to batch up the requests [02:50] staging is mirrored from live once a day right? [02:50] Once a week, more or less. [02:51] ahh [02:58] this is weird... bug.bug.newMessage() works, but bug.status = 'Invalid' silently fails.. the bugs get the comment but the status is still new [02:58] psusi: Do you call task.lp_save()? [02:59] doh... I thought there was some sort of save I did last time.. this time i"m saving the script instead of just doing it in an interactive python session ;) [03:08] well, it is taking quite a while, but it is indeed closing out the 168 open bugs in usplash... now to get to the other open status's than New [03:08] 239 total open bugs... hooray for automation [03:21] hrm.. https://help.launchpad.net/Packaging/BuildScores specifies how build priority is calculated for the -proposed pocket, but when I tried to upload a package to my ppa for lucid-proposed, I got: Rejected: PPA uploads must be for the RELEASE pocket. [03:21] -proposed is only for the distribution itself [03:22] why? [03:23] can't I test build it in my ppa fist? [03:23] Yes, but it's a little complicated, since your PPA also needs to pull from proposed. [03:24] PPAs don't have pockets, you can't upload to -proposed. [03:24] So you have to change the series in the changelog for a PPA upload. [03:24] hrm... oh well, I just changed it back to lucid to upload to the ppa [03:26] actually, you can just set ~/.dput.cf to upload to lucid and ignore the release/pocket in the changelog [03:26] ok, this is frigging goofy... this is the third time I've run this script to close out the bugs and each time it seems to leave some....it is down to only 18 now but... [03:26] psusi: https://help.launchpad.net/Packaging/PPA/Uploading#Using%20packages%20from%20other%20distributions [03:26] psusi: Try listfying the collection before you iterate over it. [03:27] wgrant, why? [03:27] psusi: Otherwise it might try to grab it in batches... and the batches will have mutated because you're removing all the bugs from the first batch. [03:27] aha! [03:27] So launchpadlib grabs 1-50, removes them from the list. [03:27] Then grabs 51-100 [03:27] But those are now 1-50 [03:28] goofy! [03:28] Yes. [03:28] Very. [03:28] so bugs = list(package.searchTasks(status='New')? [03:29] Please call it 'tasks' or similar instead :) [03:29] But yes. [03:29] k [03:30] ahh good, then I should also be able to append more searchTasks on the other status'... .append() doesn't seem to work on the task collection [03:33] so when is staging next going to be mirrored? :) [03:34] Should be over the weekend. [03:35] ok... I'll run this again after the next mirror just to make double tripple sure it's correct before turning it loose on live [08:15] Hello! i386 PPA builders seem wedged? 11 hour queue [08:16] wedged is the wrong word, because some seem to be working. :/ [08:16] Daviey: Most of them are off doing other things. [08:16] Have been for a few days. [08:17] oh, jolly good :) [08:17] I'll poke people to give them back, once London wakes up. [08:17] thanks wgrant [08:32] hrm, I forget who we poked during dev week, but if anyone wants to talk about how lp would help app devs, https://wiki.ubuntu.com/UbuntuAppDeveloperWeek [08:32] I guess, mailing lp-dev would be a good idea at this point [10:12] hello launchpad developer and users :) [10:14] maybe someone could tell me why small PPA build should wait 12 hours for start? See https://launchpad.net/~baltix-members/+archive/ppa/+buildjob/2324181 [10:15] baltix-members: there's a big queue: https://edge.launchpad.net/builders [10:20] bigjools: maybe there is some problems with builders? few months ago I noticed big queue and some launchpad developers told me, that big queue was because of stopped builders - he restarted build server and only then the problem was fixed :) [10:21] baltix-members: The builders were off doing some non-builder stuff. They should start coming back in a few minutes, and the queue will clear within a couple of hours. [10:21] wgrant: thanks for info [10:23] wgrant: I'm releasing new version of Ubuntu based operating system and I need to release test images in 3 hours, are there any chances to finish my cdrdao backport in ~2 hours? [10:30] wgrant: Why most of i386 builders are Idle now? See: https://launchpad.net/builders [10:30] baltix-members: palmer, roseapple, rothera and vernadsky are for building Ubuntu. [10:31] The others further down the page are the ones that PPAs build on. [10:31] Starting from iridium. [10:34] wgrant: I thought, that all builders can do PPA builds :) [10:34] baltix-members: No, some are reserved for Ubuntu itself (for security reasons) === henninge_ is now known as henninge [10:37] baltix-members: cdrdao is building. [10:37] it seems I should say thanks for someone - my build was just started instead of waiting 12 hours :) [10:38] wgrant: thank you :) [10:38] Everything else should build soonish. [10:38] The builders are nearly back. [11:14] hi launchpadders, it would be great to have some LP content on AppDeveloperWeek. Would anyone be up for picking any of the proposals on https://wiki.ubuntu.com/UbuntuAppDeveloperWeek or to sign up for a session with another LP topic? === m4n1sh_ is now known as m4n1sh [11:29] please include debian/NEWS entries with lplib uploads in future when you are going to break clients === henninge is now known as henninge-lunch === matsubara-afk is now known as matsubara === mbarnett` is now known as mbarnett === henninge-lunch is now known as henninge === yofel_ is now known as yofel [15:08] is there a proper procedure for the death of a project? launchpad.net/usplash is no longer maintained and lists a canonical employee as the maintainer who has left. Shouldn't it at least be updated to indicate it has no maintainer? [15:13] hey all, could someone have a look why the language pack export on https://translations.launchpad.net/ubuntu/maverick/+language-packs is not yet available? [15:14] the maverick ones should be available on Wednesdays: [15:14] https://dev.launchpad.net/Translations/LanguagePackSchedule [15:14] thumper, wallyworld^ [15:14] psusi: usplash is still shipped in an LTS release (8.04, hardy) and even though keybuk has left the company, he could still maintain it if he wished :) [15:30] popey: I'm pretty sure he isn't... he said that Scott James Remnant (canonical) is dead.. we had a funeral for him and everything... his words... and the package has been dropped from Ubuntu and is being dropped from debian... I suppose it doesn't hurt to keep the project listed, but shouldn't it at least be clear that it is no longer maintained? [16:02] psusi: dunno :) === matsubara is now known as matsubara-lunch === deryck is now known as deryck[lunch] [16:20] hello, i'm try making launchpad import code from github, bu the thing is failing because we have a git submodule in the tree. i don't need it in launchpad, how can i tell it? http://launchpadlibrarian.net/66508919/emesene-team-emesene-master.log [16:21] s/try making/trying to make [16:26] c10ud, I think LP doesn't support submodules [16:27] well, I know it doesn't, but I'm not sure if it shiuld be failing [16:41] beuno, is there any way to tell launchpad to leave submodules alone? [16:46] brb [16:47] hey all, could someone have a look why the language pack export on https://translations.launchpad.net/ubuntu/maverick/+language-packs is not yet available? [16:47] the maverick ones should be available on Wednesdays: [16:47] https://dev.launchpad.net/Translations/LanguagePackSchedule [16:48] could anyone from a maintenance squad have a look? ^ [16:48] thanks! === deryck[lunch] is now known as deryck === TRB143_ is now known as TRB143 === beuno is now known as beuno-lunch [17:28] wasn't support for Jaunty dropped during autumn? apparently LP still accepts Jaunty packages for the PPA. :) [17:28] Yes, this is confusing. [17:29] I'd quite like some guidance on how long this will continue, so I can make plans for whether Bazaar should plan their own jaunty-desupport date or not [17:29] some other, er, parties wanted to continue using jaunty [17:29] hah [17:30] It would be nice if launchpad-users@ could be sent a likely timeline for jaunty/karmic PPA support ceasing [17:30] when we mentioned security updates I think there was a case of fingers in ears [17:30] it's mostly up to the IS guys [17:32] IS == ..... something Systems? [17:32] da admins [17:34] Because they choose when it's appropriate to cease supporting it to avoid people using builder time better spent on current series? [17:34] * maxb can't see why the admins would care other than that [17:34] they have to spend time updating chroots etc as wel [17:35] we care because it ties into what needs to be on archive.ubuntu.com [17:35] and for hystericals reasons that's still with us [17:39] * maxb sobs at people who think registering a code import of http://localhost is a good idea [17:41] ! [17:42] maxb: win! === matsubara-lunch is now known as matsubara === beuno-lunch is now known as beuno === Ursinha is now known as Ursinha-lunch === magcius is now known as _magcius === _magcius is now known as magcius === Ursinha-lunch is now known as Ursinha === medberry is now known as med_tmp === med_tmp is now known as medberry === medberry is now known as med_brb === med_brb is now known as medberry [21:00] is launchpad down? [21:00] no [21:00] whats up? [21:01] The webpage at https://bugs.launchpad.net/ubuntu/+bug/599017 might be temporarily down or it may have moved permanently to a new web address. [21:01] Ubuntu bug 599017 in xserver-xorg-video-intel (Ubuntu Lucid) "[gm45] Xorg freeze on Firefox on one particular page" [High,Confirmed] [21:02] seems fine to me [21:02] had been noticing blueprints.launchpad.net was taking a long time to respond, but now nothing is loading [21:02] hmm [21:02] what was the status code you got? [21:02] (from your browser) [21:02] in Chromium - Error 7 (net::ERR_TIMED_OUT): The operation timed out. [21:03] bryceh: sounds like a routing issue [21:03] mbarnett: those alerts - any networking related? [21:04] lifeless: nopers [21:05] bryceh: traceroute etc time === Ursinha is now known as Ursinha-afk [21:49] http://paste.ubuntu.com/581320/ [21:54] bryceh: Interesting. My routing is just about the same from hop 7, and it works fine for me. === matsubara is now known as matsubara-afk [21:54] To both of the frontends (they're the next hop after chenet) [21:56] http://planet.ubuntu.com/ works, wiki.ubuntu.com hangs, www.canonical.com loads, http://directory.canonical.com/ doesn't, canonicaladmin doesn't (what's new), login.ubuntu.com hangs [21:57] #is might be a good idea. [21:59] wgrant, does your traceroute go through eth0.chenet.canonical.com too? [21:59] bryceh: Yes. [21:59] It's the penultimate hop. [22:00] The last four hops are identical for me. [22:00] The 5 or 6 before then are slightly different hosts, but same locations. [22:03] Does https://help.launchpad.net/Packaging/SourceBuilds/Recipes (still) work as documented? [22:04] sure hope so [22:04] I am looking at creating a recipe for Vim builds. [22:04] good. [22:05] You are not aware of a daily/current build ppa for vim, are you? ツ [22:05] * blueyed does not want to duplicate work.. ;) [22:06] blueyed: you can look through https://launchpad.net/ubuntu/+ppas?name_filter=vim I guess [22:10] Ampelbein: or /+dailybuilds :) === MTeck is now known as MTecknology [22:16] lifeless: where is +dailybuilds? [22:17] https://code.launchpad.net/+daily-builds [22:35] thanks, wgrant. it's not searchable though. the "30 days" filter is very good though! [22:36] before I'll skim the docs, is it possible to build from a mercurial branch, where the packaging comes from debian? [22:37] after all, it would be best to just help with debian packaging I guess. [22:40] blueyed: Launchpad can import some hg branches.