=== zirpu2 is now known as zirpu [02:16] Q on handling LP generated bugmail - am subscribed to one project (via group memberships) which generates large amounts of traffic, fine and good. the vast majority of which I'm not interested in. Will subscribe the 'losa team to those which are relevant. But there doesn't seem to be any easy way to out myself from having all the bug mail from this project mixed together. Any tips? [02:16] normally I'd filter on, eg X-Launchpad-Message-Rationale, but that only has the 'master group' not to the losa one. [02:20] spm: So mail from bugs to which you are both directly and implicitly subscribed has an X-L-M-R referencing the implicitly subscribed team? [02:21] By "you" I mean the team. [02:21] wgrant: yeah - not losas@, has the u1 hackers group; and yes [02:22] spm: On the bug page, is the U1 hackers team under "Also notified", and Canonical LOSAs not? [02:22] If so, is bug. [02:22] another one? :-) [02:22] in this case, all are in 'Subscribers' [02:23] Ah. [02:23] Ohhhhh. [02:23] Because it's private. [02:23] in this case yes - most of ours will be [02:23] There's no easy way to fix that. [02:23] I was afraid of that. [02:24] Unless all subscriptions are listed in X-L-M-R, which might well break existing filters. [02:24] right [02:24] looks like fallback 2: filter on X-Launchpad-Bug-Commenters: and look for the losa userid's. yukko. [02:25] Fallback 2 and file a bug for Bugs people to think about. This is a very hard one. [02:26] A somewhat related bug came up in here last week. [02:26] oh? [02:26] (related to the way implicit subscriptions interact with private bugs, but in that case it resulted in a complete lack of mail) [02:27] ah. fun. [02:34] conflating subscriptions with access control: interesting, but.... [02:38] mwhudson: Myyyes. [02:38] It would have been fine until projects with private bugs by default came along. === jon is now known as Guest63701 === jtv1 is now known as jtv [07:15] quick question re: launchpad point system [07:15] poningru: you mean karma? [07:15] yeah [07:16] has there been thoughts about splitting karma points into [07:16] different sections? [07:16] i.e triager, reporter, debugger, fixer etc. [07:17] what's the point? [07:19] chris|, only to answer 'am I a good triager?' 'where do I need to improve?' [07:19] etc. [07:19] also I see the current karma point system as method of showing involvement [07:20] well, up to this point, the karma only measures the quantity, not the quality, and I doubt it will be easy to implement some quality accessment [07:21] Right. [07:21] chris|, and thats why I was thinking more human involvement [07:21] rather than automatic point giving [07:21] karma at the moment is a rough measure of activity. [07:21] right and I was thinking have two karma systems [07:21] If you want to answer "am I a good triager" you probably need a somewhat different system. [07:22] well I was thinking more along the lines of 'do my peers think I am a good triager?' [07:22] s/peers/community\ members/ [07:22] You could try asking them ;) [07:22] poningru, if you want a more "human" rating system, the you should probably file a blueprint against launchpad [07:22] spiv, lol [07:23] That would be interesting have, though. [07:23] chris|, I was thinking about that, but wanted some thoughts, comments and ideas toward it [07:23] poningru: perhaps start a discussion on launchpad-users (or launchpad-dev?) [07:24] I personly don't even have any need for the actual karma system, it's little more then an open source dick measurement system [07:24] spiv, will do [07:24] thanks [07:24] I find the way stack overflow uses their reputation scores interesting. [07:25] As higher scores gives you more abilities, like letting you edit questions or down-vote answers. [07:26] So the reputation score there is basically "have you made valuable enough contributions that we trust you with more power" [07:26] And they seem to have balanced it fairly well. [07:27] hmm [07:31] I don't think the same concepts can be applied directly to Launchpad, but perhaps some inspiration can be found there. [07:31] yeah I think I need to check out their system and craft an email tomorrow [07:55] does loggerhead is down on lp? [07:57] every time I get "Please try again" message and suggestion to post message about this problem here === radovid is now known as makronaut [07:58] bialix, you might have to be patient. Loggerhead sometimes needs to be restarted, so you might have to wait for that. [07:58] 15 minutes, hour? [08:00] works now === jtv is now known as jtv-eat [09:02] launchpad down? [09:03] nm. seems to be back [09:14] mtaylor: edge rollout most likely [09:15] mmm [09:16] thumper: sweet [09:16] new code is fun === graham is now known as gmb [10:19] i'm getting a lot of 'please try again' [10:19] some thing i guess [10:20] hi, " bzr branch lp:mysql-server/5.0" want's to use my ssh key - there is no way to make it anonymously, without key? [10:20] poolie: I can say "me too" [10:21] arekm: use http://bazaar.launchpad.net/.... [10:21] look up that location from the branch page === Wajih is now known as MaWaLe === henninge_ is now known as henninge === doctormo__ is now known as doctormo [12:26] can anybody here help with an issue I'm having with M2Crypto's RSA's key object method private_decrypt ? [12:26] I'm getting : [12:26] M2Crypto.RSA.RSAError: block type is not 02 [12:26] what does that mean? === mrevell is now known as mrevell-lunch [12:41] hello [12:41] is this the correct place to ask questions about lp-improvements package for Firefox? === barry changed the topic of #launchpad to: There is a Planet Launchpad | Launchpad is now open sourced: https://dev.launchpad.net/ | Help contact: barry | Join https://launchpad.net/~launchpad-users | Channel logs: http://irclogs.ubuntu.com/ | irc://irc.freenode.net/#launchpad-dev is the developer channel [12:51] good morning 'padders! i am your community helper personner for today [12:54] hi barry, good timing :-) [12:55] do you know if there is a generic way to delete objects from the API? [12:55] hi james_w [12:55] or does each object have to expose a "delete" method? [12:55] I really don't want to have to delete these several hundred branches from the web app [12:56] james_w: i don't know. you'd think with a rest interface they'd respond to DELETE verbs, but i'm not sure things are exposed that way [12:56] They're not yet. [12:56] wgrant: thanks. james_w i guess the question then is whether branches in particular support delete [12:56] lazr.restful supports it now, I believe, but launchpadlib and most objects do not. [12:57] Some objects have explicit deletion POST operations exposed. [12:57] Otherwise you might be looking at forging webapp requests. [12:57] barry: +apidoc has nothing explicit that I can see for branches, so I hoped there were implicit methods [12:59] plus, I just got OOPS-1348CEMAIL2 [12:59] https://lp-oops.canonical.com/oops.py/?oopsid=1348CEMAIL2 [12:59] james_w: looking at IBranch, destorySelf() is not exposed in the api [13:00] barry: thanks for looking [13:00] np === matsubara-afk is now known as matsubara [13:00] I'll think about the best way to attack this === mrevell-lunch is now known as mrevell [13:58] does somebody has an explanation why https://edge.launchpad.net/ubuntu/+source/micropolis-activity doesn't list the recent upload in the table? [13:59] the table lists for karmic -2 while the "latest release" portlet mentions already -3 [13:59] geser: It's not published yet. [13:59] geser: (see the status 'Pending' in the full publishing history) [14:00] isn't this a regression to the old pages? [14:00] I don't think so. [14:01] Just the old ones showed the pending sourcepackagerelease below the table, as it used to list all versions. [14:02] perhaps it might be this, as I rarely looked at the table itself [14:02] The table on production still shows -2. [14:02] do you think it would be a good idea to also list pending publications in the table? [14:02] Probably. [14:02] I'm thinking about how that could work. [14:03] But... noodles775? ^^ [14:05] I wonder if it should be shown as a new row, with 'release (universe) - pending publication', like unpublished builds. [14:06] that's my idea too [14:07] Let's see how that looks. [14:08] btw: is there a good overview which bugs should be filed against which launchpad subproject? for some cases it's easy but with some issues or pages I'm not sure which project is correct and file them against launchpad itself [14:09] e.g. bug 426531 [14:09] Launchpad bug 426531 in launchpad "CSS errors" [Undecided,New] https://launchpad.net/bugs/426531 [14:09] Sometimes the project pages describe things well, but sometimes that's misleading. [14:10] That's difficult. [14:10] lazr-js and something. Probably malone. [14:12] perhaps I should try asking our help contact: barry, do you know whose territory this bug ^^ belongs to? [14:14] * barry looks [14:15] geser: in general, you should just file the bug against launchpad itself. we have some excellent qa folks who will triage it to the appropriate subproject. you generally shouldn't have to worry about that part [14:16] ok [14:35] Hi. Could an admin enable https://launchpad.net/ubuntu/+archive/test-rebuild-20090909 for me, please? I'm populating that archive at the moment [14:35] I don't think I can enable it myself [14:39] cjwatson: didn't we disable it for some reason? [14:46] bigjools: you certainly didn't disable *that* one, since I only just created it ... IIRC archives created with populate-archive are disabled by default to give you a chance to fill in the dependencies [14:46] cjwatson: ah! [14:46] forgot about that [14:47] (which I've done) [14:48] Chex: can you do that for cjwatson please? [14:48] Poor buildds. [14:48] it's cold in London, this will help [14:49] bigjools: looking [14:49] Was the ensurePerson fix cherrypicked onto cesium? [14:49] not yet [14:49] Damn. [14:49] today hopefully [14:49] At least it's not particularly important for this. [14:50] bigjools: done [14:50] thanks Chex. cjwatson ^^ [14:51] cool, thanks [14:51] heh: 10128 jobs (eight days) [14:51] Oh. [14:51] All the builders are gone again. [14:51] Sad. [14:52] all your builders are belong to ME [14:53] cjwatson doing his bit for climate change [14:53] It appears they saw you coming and ran away to be enabled :( [14:53] I'm sure they'll be back [14:53] Ah, the population is of course not finished yet. The build queue is getting much longer. [14:53] with eight days, I'm certainly not going to sit there watching it [14:53] yeah, it's up to p [14:57] I guess cjwatson made now many new friends from the PPA users :) [14:58] fortunately rebuilds have very low priority :) [15:00] Unlike last time, where it killed everything for a week. [15:31] hi, i want to change ownership of a lp project for which i seem to be maintainer [15:31] but i cannot figure out where to do this [15:31] https://launchpad.net/ftsoftware [15:32] oh... i see [15:32] claudep: "Change details" [15:32] It's a bit hidden at the moment. [15:32] yeah, but i didn't try People :-P [15:33] hello barry, i'm looking for some advice on fixing a stacked branch, perhaps some manual surgery is needed. last night i renamed the owner and got losa help renaming the project for ubunet, and now we have a couple of branches that were stacked and no longer work - i was hoping bzr reconfigure would let me change what the stacking target is, but it doesn't seem to work. maybe there is a manual way to fix up the bzr metadata to point to the [15:33] correct trunk branch now? [15:33] statik: hi. in a meeting right now, but i'll be free shortly [15:36] statik: tbh, i have no idea. is it not an option to delete the branch and re-push? abentley or rockstar might know better [15:37] statik, lemme look up the stacking commands really quick - I'm sure we can fix them. [15:37] statik: You can manually edit the .bzr/branch/branch.conf file using an sftp client or lp:hitchhiker. [15:38] rockstar, abentley: thanks! === barry is now known as barry-away === henninge is now known as henninge-bbl === cprov is now known as cprov-lunch [16:28] abentley, hi, statik told me you may have a solution to my stacked branch issue [16:28] jdo: Sorry, on the phone. [16:35] hello folks, I'm getting a : "Entity-body was not a well-formed JSON document." while trying to edit a bug description [16:35] is that known? [16:36] kiko: ping [16:49] help! my branch is stuck in launchpad and I can't get it out! [16:58] cgregan, pong? [16:58] pedro_, are you logged in? [16:59] kiko, yeah, I've noticed that problem with bug 425315 [16:59] Launchpad bug 425315 in empathy "crash on empathy restart - see details from #423388" [Medium,New] https://launchpad.net/bugs/425315 [16:59] i can edit others though [17:02] pedro_, file a bug and ping deryck then === kiko is now known as kiko-afk [17:02] kiko, will do, thanks [17:04] pedro_, that's a known issue [17:04] pedro_, the entity-body json error, I mean. [17:04] deryck, ah great. is there a bug open for that so i can subscribe to it? [17:05] * deryck is looking [17:05] pedro_, Bug #423924 [17:05] Launchpad bug 423924 in malone "Entity-body was not a well-formed JSON document when updating bug description" [Undecided,New] https://launchpad.net/bugs/423924 [17:05] deryck, found it [17:05] right [17:06] deryck, thanks a lot [17:07] pedro_, no problem [17:07] * deryck returns to lunching === henninge-bbl is now known as henninge === salgado is now known as salgado-lunch [17:22] howdy launchpaders [17:22] what's creating files like ./cache/api.edge.launchpad.net,beta,ubuntu,+source,python-numpy,+bug,419280,related_tasks-application,json,e5d6883a1ace74425bcf3afc993d99b7 [17:23] launchpadlib === abentley1 is now known as abentley === dpm is now known as dpm-afk === barry-away is now known as barry === matsubara is now known as matsubara-lunch === abentley1 is now known as abentley [18:00] jdo: So, the solution is to manually edit the branch.conf file, using an sftp client or lp:hitchhiker. [18:06] abentley, yeah it didn't work :( I worked around it [18:06] jdo: What didn't work? [18:09] mrevell: hey, did you do https://edge.launchpad.net/~launchpad-users/+mailinglist-moderate recently? === salgado-lunch is now known as salgado === mpt_ is now known as mpt === deryck_ is now known as deryck === cprov-lunch is now known as cprov === matsubara-lunch is now known as matsubara [18:48] geser: your TOC fix is committed now [18:51] micahg: did you ever have a desire to hack on Launchpad? https://lists.launchpad.net/launchpad-dev/msg00827.html :-) [19:01] barry, have you approved mailing lists already today? [19:01] salgado: i have, but i'm always happy to do them on demand [19:02] salgado: whacha got? [19:02] barry, I've requested one for https://edge.launchpad.net/~launchpad-reviewers [19:02] salgado: approved [19:02] thanks barry! [19:02] np! [19:07] kfogel: I definitely have a desire, time is another story :) [19:08] micahg: know the feeling. If you ever want to, just hop over to #launchpad-dev and find me -- I'm happy to help, answer questions, fill in gaps on the dev.launchpad.net wiki, etc. === thekorn_ is now known as thekorn === doctormo_ is now known as doctormo === micahg1 is now known as micahg [19:51] http://www.thaiadpoint.com/tap8.1/bin/redir.php?p=2042&l=1357&u_id=363435 [19:54] http://www.thaiadpoint.com/tap8.1/bin/redir.php?p=2042&l=1357&u_id=363435 [19:54] http://www.thaiadpoint.com/tap8.1/bin/redir.php?p=2049&l=1359&u_id=363435 [20:13] barry, how long it may take to create a new mailing list once it's approved? (https://edge.launchpad.net/~launchpad-reviewers/+mailinglist is telling me to wait a few minutes for more than a couple hours ;) [20:14] salgado: it /should/ be no more than 15 minutes i'd think [20:15] salgado: that doesn't seem right. we need a losa to check the logs [20:25] kfogel: yeah, the past couple of days === rmcbride_ is now known as rmcbride [20:41] kfogel: meep? [20:44] mneptok: hey! [20:44] mneptok: 'sup? === dpm-afk is now known as dpm [20:44] kfogel: PM? [21:20] hi everyone I need some help setting up a team === oubiwann_ is now known as oubiwann === doctormo_ is now known as doctormo === salgado is now known as salgado-afk === sale_ is now known as sale === matsubara is now known as matsubara-afk [23:20] hey, is there a way to reset a project? ie wipe all bugs, blueprints, branches etc [23:20] Pilky: No. [23:20] Pilky: Why? === Mez__ is now known as Mez [23:21] because I have a project that was started a while ago with some others but died, now I'm working on it on my own but have started from scratch and want to get rid of all the stuff on launchpad that isn't relevant [23:21] Hmmm. If it truly is starting from scratch, it might be better to create a new project. [23:22] yeah, problem is I'd want to keep the same project name if possible, it just seems like you can't actually delete anything on launchpad [23:23] Pilky: You could request that the project be renamed and disabled. [23:23] renaming a project is a simple admin task [23:23] Or just renamed. [23:24] mwhudson: so I could do that myself (I'm the admin of the project anyway) [23:24] Pilky: no, i meant "launchpad admin" [23:24] ah [23:25] where is the best place to request a rename? email feedback? ask a question on the launchpad project? [23:26] Pilky: answers.launchpad.net/launchpad [23:26] ok cool, thanks :) [23:27] that's best because there's some level of identity verification involved [23:30] wgrant, mwhudson: ok posted, thanks for the help! [23:31] I seem to be having trouble getting to bazaar.launchpad.net [23:31] with the fun message "Sorry, there was a problem connecting to the Launchpad server." [23:31] ajmitch: url? [23:31] http://bazaar.launchpad.net/~launchpad-pqm/launchpad/devel/revision/launchpad@pqm.canonical.com-20090909203927-auuy1ahen46xi5on [23:31] I was trying to look at a branch linked on the Contributions wiki page [23:32] hm me too [23:33] ajmitch: it's working now [23:33] Thanks for kicking it :) [23:35] i didn't do anything actually [23:35] One of 'those' bugs? [23:36] i think i sorta know what happens [23:36] Is that the revision graph generation uncachy thing? [23:36] it's thrashing basically [23:36] there's code to recover, but it takes a while to kick in [23:36] wgrant: yeah [23:37] i wrote up my impression of the problem on a bug report... [23:38] good grief, google faster than ff's awesomebar :( [23:41] https://bugs.edge.launchpad.net/launchpad-code/+bug/118625/comments/12 [23:41] Launchpad bug 118625 in launchpad-code "codebrowse sometimes hangs" [High,Triaged] [23:47] hi everyone I need some help with setting up teams and project [23:48] dhillon-v101, what [23:48] what's going on? [23:49] Ursinha: hi how are you [23:49] Ursinha: I had a project setup and I want to restrict push access to only some people [23:50] Ursinha: So I learned that the only way to do that was by making a team [23:50] Ursinha: what's next [23:50] dhillon-v101, yes [23:50] when creating a branch, you have to give access to your team [23:50] and you [23:50] Ursinha: please elaborate [23:50] you're done [23:51] Ursinha: where do I make this branch in the team or project [23:51] dhillon-v101, in the project [23:51] code.lp.net/yourproject [23:52] https://edge.launchpad.net/imaging [23:52] that's my project [23:52] I changed the owner and such to the team [23:54] Ursinha: alright so I am on the code page, what's next [23:54] let me go to a code page here [23:54] I think something needs to be clarified here. [23:54] Access control is on a per-branch, not per-project basis. [23:55] yes, you're right wgrant [23:55] So you restrict push access to the project by restricting access to the project's official branch. [23:55] That way people without commit access can still push up their own branches, and we are all one big happy family. [23:56] Alright thanks for your help guys