=== tuxedo_kamen [n=ss@bl6-196-248.dsl.telepac.pt] has joined #launchpad [12:19] hi everyone [12:19] i have some questions about translating xchat, can anyone please help me? [12:24] please? :| === interalia [n=interali@adsl-60-232.swiftdsl.com.au] has joined #launchpad === mdke_ [n=matt@81-178-234-142.dsl.pipex.com] has joined #launchpad [12:37] tuxedo_kamen, sup? [12:37] :| [12:37] can you help me? [12:37] tuxedo_kamen, it depends what your problem is [12:38] translating xchat [12:39] for example, this: ---$t$1 added to notify list. [12:39] should I just translate he text, or the strange numbers too? [12:49] tuxedo_kamen, just the text [12:49] sorry for slow reply [12:49] hum, ok [12:49] tuxedo_kamen, are you using rosetta? [12:49] it's just that on the suggestions everything is wrong! >_< [12:49] yep [12:49] it is a good idea to have a look at a translating guide [12:50] and also, read the instructions that rosetta gives you about strange symbols (it sometimes gives comments on strings) [12:50] I know that, but I just found it weird that their suggestion always had the wrong numbers [12:50] tuxedo_kamen, it is probably because the suggestion comes from an older version of the software, or something [12:50] for example: orignal % 2 2 2 [12:50] hum, yeah, maybe [12:50] thanks for your help [12:52] good luck! [12:52] thanks :) [12:52] oh, and I have some technical questions, but I'll ask them another day [12:53] ok === mdke_ is now known as mdke === radix [n=radix@c-67-186-54-77.hsd1.pa.comcast.net] has joined #launchpad === Alinux [n=Ubuntu@d83-176-83-100.cust.tele2.it] has joined #launchpad === zkl|laptop [n=zerokarm@ip68-12-45-133.ok.ok.cox.net] has joined #launchpad === zkl|laptop [n=zerokarm@ip68-12-45-133.ok.ok.cox.net] has joined #launchpad === dewd [n=dewd@201.29.130.84] has joined #launchpad === stub [i=stub@sweep.bur.st] has joined #launchpad === gato2005_cl [n=gato2005@pc-178-51-86-200.cm.vtr.net] has joined #launchpad [04:00] nick [04:00] |list [04:00] !list [04:00] Admin, Bugzilla, Channel, Config, Misc, Owner, and User [04:07] ? [05:21] lifeless: any chance to look at that merge problem with rocketfuel? [05:22] jamesh: currently looking at it. [05:22] (thats the bzr check running on chinstrap) [05:22] okay [05:22] thanks. [05:23] its merged fine in both directions [05:23] so I can offer a work around : [05:23] take a copy of devel [05:23] merge your branch into that [05:23] merge that into your branch [05:23] lifeless: it's a bit weird: the file that it claims is missing a revision didn't change according to the baz-1.x patch log [05:23] o_O [05:23] LOL [05:23] jamesh: right [05:23] I'll give that a go [05:23] that sure is weird! :| [05:24] jamesh: I'm suspecting a bug in the conversion script or some such [05:33] btw you have sample data conflicts [05:38] lifeless: probably due to the switch to postgres 8.0 [05:39] hum... sorry to ask, but what are you talking about? [05:39] my branch has sample data changes, but I last updated it with pg 7.4 [05:39] tuxedo_kamen: Launchpad code [05:39] hum, ok [05:39] hey, can you teach me how to use it better? [05:40] is there anything in particular you want to know? [05:40] i already translated many things, but I am a newbie to the system itself [05:40] hum...what is hackergotchi, ssh keys, gpg keys, code of conduct and packages? [05:41] tuxedo_kamen: a GPG key is an encryption key, so you can encrypt or sign things [05:41] (the keys I know what they are, but what are they used for in the system?) [05:41] tuxedo_kamen: if you tell Launchpad about your key, you can use the bug tracker via email [05:42] hum, ok [05:43] what about hackergotchi, code of conduct and packages? [05:43] hackergotchi are cute photos [05:43] shown beside people in various places [05:43] the SSH keys are for a related system: the supermirror [05:43] which allows you to publish bazaar branches [05:44] ok... [05:44] so, in hackergotchi should I submit an image I like? [05:45] tuxedo_kamen: http://en.wikipedia.org/wiki/Hackergotchi has some details about the term [05:45] hum, ok [05:46] tuxedo_kamen: the hackergotchi image gets displayed on your user page [05:46] i think these are my last questions... === jamesh still finds it amusing that wikipedia has a page about hackergotchis [05:46] what else can i contribute, besides bugs and translations? [05:49] :| anyone? [05:51] those are the main areas at the moment. [05:53] hum... is there any way i can offer applications to use in ubuntu? [05:53] lifeless: I get the same error when trying to merge back into my branch [05:54] that is, merging the copy of rocketfuel merged with my branch === tuxedo_kamen imagines what kind of things lie behind those strange words [06:03] tuxedo_kamen: teething pains after switching to a new revision control system [06:05] jamesh: funny, it worked for me [06:06] lifeless: could it be due to the previous failed merge? [06:07] jamesh: yes [06:08] do a reweave from your rocketfuel-that-merged-you . [06:08] in your branch [06:18] lifeless: no difference [06:21] jamesh: weird [06:21] 30 minutes till check finishes [06:21] we'll see then [06:27] i am getting lots of timeout errors [06:31] lifeless: I wish there was an easy way to know in tearDown if the test failed, so that TwistdTestCase could know not to delete log files in that case. [06:32] lifeless: Any other suggestions? :) [06:34] spiv: you could do it with a decorator on the test method ... [06:35] Well, the easy workaround is to temporarily comment out those lines in tearDown ;) === lamont [n=lamont@mix.mmjgroup.com] has joined #launchpad [06:36] jamesh: I guess that wouldn't be too bad; if an error is raised it could copy the log file to something named after the test. [06:37] spiv: hmm [06:37] no, no errors are raised from run() === Burgundavia [n=corey@S0106000000cc07fc.gv.shawcable.net] has joined #launchpad [06:37] the only way to know that a test has failed from within the test is to supply your own run() method. [06:38] because you can fail in tearDown() [06:38] or you can fail in the test() [06:38] if you want a less generic solution... [06:39] then yes, a decorator around the test method can save the failure in the test object and you can look at that in tearDown(). [06:39] what we do in bzr though is easier: we've taught our runner about log files. It copies them from the test when needed. [06:43] downlevel behaviour is simply to not copy them - easy as pie ;) [06:48] Well, it's not enough of an irritation that I'm going to go out of my way to fix it if there's no simple, easy answer :) [06:50] ;) [06:51] (Although, I know an easy answer for this in trial: pass self.mktemp() as the log file name, while will create it in _trial_temp/test-case-name/blah, or something like that) [06:51] s/while/which/ [06:51] yah, thats essentially what bzr's runner does [06:51] except it uses 'dependency injection' -> the containing suite sets the directory name. [06:52] erm, thats wrong. let me see [06:53] ah right [06:53] its a test case class variable === lifeless should fix that === tuxedo_kamen vai embora, at qualquer dia, gente! [07:39] lifeless: any luck with the "bzr check" run [07:39] ? === kalos [n=kalos@CPE001310050565-CM0014e8b55ec6.cpe.net.cable.rogers.com] has joined #launchpad === kalos [n=kalos@CPE001310050565-CM0014e8b55ec6.cpe.net.cable.rogers.com] has joined #launchpad [07:54] good morning [07:57] jamesh: nice work on the bzr ssh hacking [08:01] SteveA: I still find rsync more usable for moving branches around though ... [08:04] jamesh: well, I have some diags now, looking for the data ;0 [08:08] Morning all. === BjornT [n=bjorn@84.32.140.183] has joined #launchpad [08:54] jamesh: how is the error reporting stuff looking? === Keybuk [n=scott@descent.netsplit.com] has joined #launchpad === lbm [n=lbm@cpe.atm4-0-1301006.0x50a0824e.vgnxx6.customer.tele.dk] has joined #launchpad === carlos [n=carlos@62-14-141-190.inversas.jazztel.es] has joined #launchpad [09:15] morning [09:17] stub, hi, around? [09:20] morning carlos [09:20] SteveA, morning [09:20] SteveA, I have my branch ready except for a problem I having with the notification system [09:21] SteveA, should I send you the diffs now or wait for the notification system? [09:21] this is your improvements on the branch i reviewed last week? [09:21] SteveA, yes [09:22] let's see if stub can help you with the notification stuff first [09:22] TranslationUploads [09:22] ok [09:23] yay carlos [09:23] jordi, hi [09:23] jordi, dude, I did a crazy thing... I asked for the Wanadoo 20Mb ADSL line... [09:24] lol [09:24] wanadoo is shit man [09:24] what about the TV and stuff? [09:25] jordi, I don't have the TV since last week, too much money [09:25] jordi, I prefer 1Mb/20Mb link than 128Kbps/1Mb + TV [09:25] nod [09:26] I guess I'll wait a few months to see if Telefnica get a clue [09:26] or move somewhere else as well [09:26] carlos: won't you be left offline for a while? [09:27] jordi, they said "1 month", I said "no way", they say "will try to get it in 1 week" [09:27] carlos: yo [09:27] and I have my University connection as a backup [09:27] jordi, so, I don't think it will be a problem [09:27] stub, hi [09:27] carlos: you're going to be fucked up [09:27] stub, I'm not able to get the notifications with the API you gave me [09:27] "we will try" means "shut up, we'll do whatever we want" [09:28] stub, I don't get the notification messages [09:28] jordi, I don't mind, I can ask for Ono in one week or just change provider and move back to Telefonica [09:28] Are you setting notifications before the current page has started rendering, or are you issuing a redirect after setting notifications? [09:28] jordi, I don't need my phone number at all [09:29] stub, no redirect [09:29] nod [09:29] about the rendering... I set them on submit [09:30] stub, should I "raise" it as part of the __init__ call? [09:30] carlos: I don't follow what you mean by 'set them on submit' [09:30] I'm not using LaunchpadView there [09:30] stub, as a call from the page template [09:31] stub,
[09:31] [09:31] Likely by that time, the section of the page that displays the notifications has already been rendered. So you won't see them. So you need to set the notifications before then (such as __init__, or initialize() in LaunchpadView [09:31] ok [09:32] so I will move the submits to the __init__ class until we migrate those classes to use LaunchpadView [09:32] Generally the form would redirect on success (displaying the messages), or fail (displaying the errors next to the form controls) [09:32] stub, ok === carlos tries [09:32] I'd jump straight to LaunchpadView - it isn't particularly complicated code. [09:33] stub, I used it already [09:33] but I need this branch merged as soon as possible [09:33] so I prefer to do it in a second review, if SteveA does not mind to do it that way... [09:36] wow, POFileView's __init__ method is huge... === ddaa [n=ddaa@ordo.xlii.org] has joined #launchpad [09:56] Can someone please try ' python test.py -f --test=person.txt' -- I'm getting failures in HEAD with freshly rebuild sample database [09:57] Looks like Karma - I suspect some of the sample data might have aged, causing the tests to fail? [10:01] carlos: if POFileView's __init__ is huge, that's all the more reason to move it to LaunchpadView soon. [10:01] having lots of work done in an __init__ is a problem in many different ways [10:03] SteveA: lifeless: meeting time? [10:03] mh... looks like niemeyer's not around. [10:04] ddaa: i'm on #c-m [10:04] lifeless: ^ [10:04] so am I [10:05] SteveA, I'm moving it to LaunchpadView already due other problems so it will be done now anyway... [10:05] ok [10:07] ddaa: I'm there now [10:07] SteveA: me too [10:08] sorry about not being there before, lynne rebooted my machine on the weekend :[ === niemeyer [n=niemeyer@200.138.133.133] has joined #launchpad [10:11] SteveA, ok, I really don't understand this.... [10:11] SteveA, I'm adding import pdb; pdb.set_trace() to the __init__ method but it's not executed ever... [10:12] how is that possible? [10:12] the .zcml points to that class and it's not a new one [10:12] carlos: i'm in a meeting right now. we can talk about this in 1 hr or so [10:12] ok [10:12] SteveA, ping me when you are ready. Thanks [10:25] stub: i'm getting a karma related error in person.txt as well. i guess the test doesn't account for karma decreasing by time. [10:26] BjornT: I've got a fix in pqm, with a test to stop this particular time bomb happening again. [10:26] BjornT: But your merge will fail [10:27] cool. i'll resubmit later, after i've merged in the fix then. [10:38] lifeless: Can I kill BjornT's PQM job if it is still in the setup-the-tree stage, and if so what do I need to do? Kill arch-pqm and remove the patch.xxx entry from ~pqm/arch/queue ? [10:39] stub: remove/move the patch. [10:39] then kill the pqm script (normal kill, NOT -9) [10:40] tail ~/arch/queue/arch-pqm/arch-pqm.log to see it start up again === Seveas [n=seveas@ubuntu/member/seveas] has joined #launchpad [10:42] lifeless: Now bitching about a lock file - nuke that too? [10:44] una momento [10:44] yes [10:44] its failed to unlock for some bizarre reason [10:44] new-pqm has a nicer layout for these files btw. [10:56] spiv: ping === gml [i=gml@dyn-83-156-13-179.ppp.tiscali.fr] has joined #launchpad === jinty [n=jinty@205.134.224.215] has joined #launchpad === LarstiQ [n=larstiq@cust.7.157.adsl.cistron.nl] has left #launchpad ["culling"] === WaterSevenUb [n=WaterSev@azevedo.astro.up.pt] has joined #launchpad === captain_cr [n=tehwa@203-214-45-75.dyn.iinet.net.au] has joined #launchpad === matsubara [n=matsubar@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [11:59] good morning! [11:59] Morning matsubara [12:07] lifeless, hi [12:07] lifeless, around? === cprov [n=cprov@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [12:25] morning guys === daf [i=daf@muse.19inch.net] has joined #launchpad [12:25] hi daf [12:25] hello [12:26] how's it going? [12:26] not bad [12:26] what's cooking in Launchpad land? [12:26] Hi daf [12:26] morning [12:28] SteveA: pong [12:28] daf: G'day! [12:28] hi spiv :) [12:29] matsubara: is kiko around? [12:30] daf: We're cooking with bzr instead of baz now, lots of exciting new quirks ;) [12:30] aha [12:30] same people to bother when it all goes wrong? [12:31] Yep. [12:31] Well, and mpool. === salgado [n=salgado@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [12:32] It doesn't eat all my ram anymore, though :) [12:32] daf: hey! [12:32] Kinnison: I think he just arrived. [12:32] daf, hey!! [12:32] daf, welcome! [12:33] hello Kinnison === lifeless hugs daf [12:33] should we do a new publisher run? [12:33] daf! [12:33] DAF! [12:33] hi guys [12:33] kiko: Yo [12:33] kiko: done [12:33] kiko: 6 minutes ago it finished [12:33] Kinnison, you rock the boat [12:33] do you know how to run the comparator? [12:33] No === kiko would like to ensure that the archives are totally in-sync but wth [12:34] Kinnison, did you manage to fix any of the bugs I reported? [12:34] Whatever asuka read from is in ~dsilvers/asuka-archive === Kinnison rsyncs it [12:34] kiko: I've not done any publisher updates yet === Kinnison needs to switch context from ftpmaster tools === Kinnison will do that today [12:34] Kinnison, okay -- just so we can unblock the gina production run === Kinnison nods kiko === Kinnison appreciates the importance of this and is giving it his full attention today [12:37] SteveA: I'm curious about the listiterator stuff.. [12:37] kiko: I'm just updating my publisher-fixes branch with latest rocketfuel [12:37] Kinnison! kiko! [12:37] Morning niemeyer [12:37] Good morning [12:40] hello niemeyer [12:40] what's the story? [12:41] kiko: iter(DatabaseClass.select()) returns a listiterator === koke [n=koke@ubuntu/member/koke] has joined #launchpad [12:41] niemeyer, how spectacular [12:41] niemeyer, when do you arrive? [12:41] kiko: Which looks strange to me.. since it means it's building a list with everything in memory. [12:42] kiko: My flight leaves at 12h25m and arrives in Ribeirao Preto at.. [12:42] 15h20m [12:43] niemeyer, it indeed is a bit odd. I wonder if it's intentional though [12:43] kiko: I've looked into the code and it's something about transactions vs. race conditions [12:43] kiko: Haven't had time to really understand it though [12:44] kiko: Nevertheless, it's still strange [12:44] A few selects on the wrong thing and the system is gone [12:44] niemeyer: Weird indeed. [12:44] kiko: I don't think that would be intentional. === beyond [n=beyond@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [12:48] It's because Transaction.iterSelect calls iter(list(...)) for some reason. [12:48] Which seems dumb to me. [12:51] so dumb it appears intentional, but.. [12:51] how does it look upstream? === carlos workraves === niemeyer leaves.. [01:09] kiko: See you soon === jbailey [n=jbailey@modemcable139.249-203-24.mc.videotron.ca] has joined #launchpad [01:27] stub, ping [01:30] carlos: pong [01:41] stub: ping? [01:42] salgado: pong [01:42] Kinnison: pong [01:42] stub: If a db is missing patches from the -25- range, how do I get upgrade.py to apply them? [01:43] Kinnison: You can manually apply them [01:43] psql -d launchpad_dogfood -U postgres << EOF [01:43] \i patch-25-xx-0.sql [01:43] erm... [01:43] stub: urgh [01:44] begin; \i patch-25-xx-0.sql; commit; [01:44] stub: if I copy the patches into database/schema will upgrade.py cope? === stub shrugs === Kinnison grins [01:44] ta === Kinnison will try [01:46] kiko, Kinnison: I nuked the Gina records from staging earlier and am rerunning her now - I trashed some stuff from the librarian that shouldn't have been and I felt it best to start from a clean slate. [01:49] stub: that'll explain why it's so damned tiny [01:49] stub: okay, I'll stop doing publisher tests for now [01:49] stub: eta on her? === SteveA --> lunch [01:50] Kinnison, you know, couple of days [01:50] kiko: urgh === Kinnison guesses he'll have lunch and then get on with other things [01:50] ciau [01:50] 2 days [01:50] yeah [01:50] sounds like the plan === Kinnison --> lunch [01:50] jamesh: what's up with chinstrap/~jamesh/pending-reviews ? [01:50] Kinnison, but did you do the publisher run successfully? [01:53] stub, that shipit query still timing out: https://chinstrap.ubuntu.com/~dsilvers/paste/file4RepdU.html [01:53] stub, anything else we could do about it? === jinty [n=jinty@205.134.224.215] has joined #launchpad === JanC [n=janc@lugwv/member/JanC] has joined #launchpad [02:04] salgado: The query is wrong (should have picked it up during review). It should be SELECT COUNT(DISTINCT ShippingRequest.id) FROM ShippingRequest WHERE ShippingRequest.fti @@ ftq('kiko') OR recipient IN (SELECT Person.id FROM Person WHERE Person.fti @@ ftq('kiko') UNION SELECT EmailAddress.person FROM EmailAddress WHERE lower(EmailAddress.email) LIKE 'kiko%') AND ShippingRequest.cancelled = FALSE AND ShippingRequest.approved IS NULL; [02:04] ie. No needless JOIN with the person and emailaddress tables, making it return a few billion rows... [02:10] ouch === salgado fixes it [02:12] stub, salgado's excuse is that he had never heard of the UNION statement before [02:13] kiko: He copied the UNION bit just fine ;) [02:14] I'm being ironic; he wrote the UNION support for SQLObject [02:23] salgado: Where can I find that query again? I can patch that live [02:24] stub, https://chinstrap.ubuntu.com/~dsilvers/paste/fileb08J5L.html [02:26] salgado: found it. I removed the clauseTables like and production will bounce in 10 mins. Please merge in a cherry pickable patch though. [02:27] salgado: I'll approve that patch [02:27] sure. will do it. === radix [n=radix@c-67-186-54-77.hsd1.pa.comcast.net] has joined #launchpad [02:36] hey radix [02:36] yo kiko [02:36] what's the story [02:36] It's not written yet :) [02:36] salgado: Please try that shipit search again [02:39] stub, working fine now. :) [02:40] salgado, was that the only query that was timing out? === _Rappy_ [n=hunt-pre@dsl-253-122.monet.no] has joined #launchpad [02:51] kiko, well, that's the only query we have === eruin [n=eruin@unaffiliated/eruin] has joined #launchpad [02:51] heh [02:52] stub, salgado: wow, order of magnitude response improvement, you guys rock and roll [02:54] thanks stub for that, it was he who suggested how to make it faster === _Rappy_ [n=hunt-pre@dsl-253-122.monet.no] has joined #launchpad === carlos [n=carlos@62-14-141-219.inversas.jazztel.es] has joined #launchpad [03:00] hey carlos! [03:01] kiko, hi [03:01] how's it going? [03:02] kiko, fine, thanks [03:02] kiko, and you? [03:02] pretty good, not amazingly busy as usual [03:03] which is a relief [03:03] carlos, tell me about POMsgSetView? [03:03] kiko, what do you want to know? [03:03] its status, for starters :) [03:04] kiko, not started yet [03:04] I'm with a big change atm [03:05] TranslationUploads === carlos hates the migrations... [03:05] the postgresql migration broke my sampledata!!!! [03:07] yeah [03:08] in a way it would be a way to solve bug 80 [03:08] Malone bug #80: cannot see who put in bad translation Fix req. for: rosetta (upstream), Severity: Wishlist, Assigned to: Matthew Paul Thomas, Status: New http://launchpad.net/malone/bugs/80 [03:09] kiko: no, because I re-ran it after stub had cleaned it out [03:09] kiko, feel free to start with it [03:09] kiko: thusly there's bugger-all present [03:09] kiko, anyway, I prefer if translationUploads is done before that as it has many changes [03:10] yeah, sure. [03:10] Kinnison, argh. okay. [03:13] carlos, also note that bug 5103 is in line with some of our top complaints. I can try looking at the SQL we're generating and seeing if stub has any suggestions. [03:13] Malone bug #5103: Can't translate nautilus for Dapper Fix req. for: launchpad (upstream), Severity: Normal, Assigned to: Nobody, Status: New http://launchpad.net/malone/bugs/5103 [03:13] or perhaps.. [03:13] salgado, would you have time to performance debug a rosetta page? === bradb [n=bradb@modemcable033.209-70-69.mc.videotron.ca] has joined #launchpad === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #launchpad [03:15] kiko, yes, I think I can have a look this afternoon [03:21] salgado-lunch, that would be awesome [03:21] salgado-lunch, just getting us information on how many/which queries are being run would be very useful === Seveas [n=seveas@ubuntu/member/seveas] has joined #launchpad [03:24] kiko, I think it's a performance error so yes, if you could try to detect where the problem is would be really good. [03:25] carlos, I'll ask salgado to look at that page and at the other rosetta page which is timing out the most ()https://launchpad.net/distros/ubuntu/breezy/+lang/fr/+index [03:26] hm, it appears that my merge request disappeared [03:27] pqm++ # die [03:28] kiko, that other page will need some cache action or change it a bit [03:28] kiko, to fix the timeout problems. [03:30] carlos, well, we'll see about that [03:33] man, you launchpad guys are hard to get ahold of :) [03:33] or maybe my privmsgs are disabled :( [03:34] SteveA: you're not around, are you? [03:34] hopefully more cylindrical, I guess [03:40] radix, feel free to ask here, perhaps any other developer can answer your question.... [03:41] ok, so I'm fucked with sampledata... [03:41] carlos, maybe start from zero? [03:41] kiko, dude, it's a branch that is more than one month old [03:41] kiko, I don't remember exactly all changes I did there [03:42] carlos, suggestion: generate a diff of the sampledata that you had back then, and try reissuing the SQL in today's model === carlos tries to manually merge but still thinks this sucks... [03:42] carlos, use baz for a bit [03:43] kiko, I think our policy should have that every time you add a new db patch you must update the sampledata [03:43] carlos, that would make for even more conflicts, wouldn't it? [03:43] that way other sampledata updates will not be touching other unrelated tables .... [03:43] kiko, not really [03:44] if you add a new field for say... 'POTemplate' [03:44] you add that new field and the sampledata gets it [03:44] so if tomorrow, salgado adds a new field to the Person table [03:44] he will not get also the updates to POTemplate [03:44] and his patch will be related *only* to what he changed === radix makes french toast for breakfast === thierry [n=thierry@modemcable058.142-201-24.mc.videotron.ca] has joined #launchpad [04:01] carlos, oh. so you're proposing making sampledata changes /in database patches/? [04:01] kiko, no [04:01] kiko, when you merge your database patch [04:02] you must merge too a sampledata update === radix [n=radix@c-67-186-54-77.hsd1.pa.comcast.net] has joined #launchpad [04:02] if that database patch changes anything that appears as part of the sampledata [04:02] for instance, constraints usually doesn't change the sampledata [04:03] but add/remove fields does [04:07] hi radix [04:07] i was having lunch [04:08] lifeless: Do you use Malone to track pqm bugs, or something else? [04:12] SteveA: and me breakfast :) [04:13] If you can ever merge sampledata, consider youself lucky. Sample data changes should always be maintained as a seperate .sql file that you can replay as necessary, because it will never merge well. [04:14] is stub's policy actually stated anywhere perennial, though? SteveA? [04:15] it should be stated in the sample data itself, with a pointer to it from the hacking faq [04:15] it merges well if noone else is changing those tables, that was the point behind the SQL sort script .... [04:15] radix: when do you want to have a phone conversation? [04:15] SteveA: I'm available right now [04:17] radix: shall we say at half past? [04:17] radix: i'll call you [04:17] SteveA: yep that's good === eruin [n=eruin@proxy-gw.uib.no] has joined #launchpad [04:20] lifeless: To my eyes, it looks like the bzr submit script is submitted bad merge requests (missing a /, if you look at the pqm queue.) Sanity check: sed -e 's|^\(.*\):/|sftp://\1|g' should be sed -e 's|^\(.*\):/|sftp://\1/|g', right? [04:20] s/submitted/submitting/ === stub [n=stub@costello.z3u.com] has joined #launchpad [04:22] If you can ever merge sampledata, consider youself lucky. Sample data changes should always be maintained as a seperate .sql file that you can replay as necessary, because it will never merge well. [04:23] it merges well if noone else is changing those tables, that was the point behind the SQL sort script .... [04:23] is stub's policy actually stated anywhere perennial, though? SteveA? [04:23] it should be stated in the sample data itself, with a pointer to it from the hacking faq [04:24] carlos: The SQL sort script makes it more likely - it doesn't promise anything because it can't [04:24] stub, the problem I have atm is that both sampledatas seem to be completely different [04:25] carlos, are you using postgres 8? [04:25] salgado, yes [04:26] IIRC, jamesh said once that the sampledata generated by postgres 8 was in a completely different order than the one we have now [04:26] salgado, I know, that's why I regenerated the sampledata again from both branches and tried again without many luck [04:28] kiko: I think I'm going to have to kill the gina run, nuke the librarian, and restart. The LibrarianGarbageCollection script which is running looks like it will take over 5 days for the initial run (!), because there are half a million records to remove carefully. [04:28] wow [04:28] And there won't be enough space to complete the run otherwise === ddaa [n=ddaa@nor75-18-82-241-238-155.fbx.proxad.net] has joined #launchpad [04:28] stub, sore, that's fine [04:29] sore but sure [04:30] DELETE FROM LibraryFileAlias WHERE id = 1 takes just under 1 second, and deleting multiple records per statement doesn't decrease overall time === carlos workraves === bradb looks at the pqm queue, wondering how it's possible that the merge requests aren't immediately failing, given that they're missing a slash, i.e. "sftp://chinstrap.ubuntu.comhome/..." === eruin [n=eruin@proxy-gw.uib.no] has joined #launchpad === KaL [n=administ@200.93.162.21] has joined #launchpad === KaL [n=administ@200.93.162.21] has left #launchpad [] [04:43] salgado: There is a missing '/' in your bzr-submit-merge script. The version on the wiki has been updated. [04:44] stub, I've noticed it and fixed the script already. thanks for pointing out [04:46] bradb: Looks like the dud requests were causing the merge script to crash - blocked totally :-/ [04:47] Death, taxes, and pqm pain. [04:49] stub: 15:48:48 WARNING Bad object name 'public.plpgsql_validator(oid)' [04:49] stub: I get that running security.py on dogfood === lbm [n=lbm@x1-6-00-13-10-7a-d1-e4.k233.webspeed.dk] has joined #launchpad [04:49] stub: any clues? === carlos gets it too [04:51] it hapens since postgres 8.0 migration === ajmitch [n=ajmitch@port161-187.ubs.maxnet.co.nz] has joined #launchpad [05:02] Kinnison: It is because the dogfood database is still 7.4 - ignore it [05:02] carlos: If you see that exact error message, you are still connecting to the 7.4 database [05:03] stub, it's a bit difficult.... [05:03] stub, I purged it from my laptop [05:03] carlos@aragorn:~$ ls /usr/lib/postgresql/ [05:03] 8.0 [05:03] stub: ta [05:04] hmmm [05:04] stub, seemd like I don't get that error now.. could be that I had an old launchpad code base? [05:04] carlos: I expect you were getting a similar error message, but not that exact one. [05:05] stub, well, i thought it was exactly the same... [05:05] but now that you say it's not possible, I'm not so sure.... === ajmitch [n=ajmitch@port161-187.ubs.maxnet.co.nz] has joined #launchpad [05:06] If you were running 8.0, you used to get a 'No permissions specified for public.plpgsql_validator(oid)'. But that was fixed (causing the current warning if you are running against 7.4) [05:08] ok === carlos needs to go offline for some hours [05:09] will be available on my mobile phone [05:09] later === salgado [n=salgado@200-171-140-32.dsl.telesp.net.br] has joined #launchpad === ajmitch [n=ajmitch@port161-187.ubs.maxnet.co.nz] has joined #launchpad === Nafallo_away is now known as Nafallo === ajmitch [n=ajmitch@port161-187.ubs.maxnet.co.nz] has joined #launchpad [05:22] stub, should we encode best practices for working with sampledata? [05:22] it's been the subject of pain lately === ajmitch [n=ajmitch@port161-187.ubs.maxnet.co.nz] has joined #launchpad [05:27] kiko: do you have time to review an 80-line diff (mostly doctests)? [05:28] yes [05:28] right now [05:28] cool, i'll send it to you [05:29] stub: Maintainership is empty on production, right? [05:31] it should better well be [05:32] cprov, assigned a trivialish bug to you, check it out later [05:32] kiko: sure === bradb remembers the Maintainership demolition at UBZ, but just wanted to be sure [05:32] cprov, shouldn't bug 4796 be assigned to mpt? [05:32] Malone bug #4796: Create a fmt:icon for Build Fix req. for: launchpad (upstream), Severity: Minor, Assigned to: Nobody, Status: Accepted http://launchpad.net/malone/bugs/4796 [05:33] and bug 3839? [05:33] Malone bug #3839: New icons required Fix req. for: launchpad (upstream), Severity: Wishlist, Assigned to: Matthew Paul Thomas, Status: New http://launchpad.net/malone/bugs/3839 === ajmitch [n=ajmitch@port161-187.ubs.maxnet.co.nz] has joined #launchpad [05:33] kiko: I'm checking [05:35] kiko: 4796 is pretty trivial, I've planned to fix it today, but if you think it's worth i can assign to mpt; it's up to you . [05:36] cprov, well, I only thought that working on an icon wasn't going to be the best use of your time. what do you think? [05:36] matsubara, have you considered when you would be starting on bug 3322, or should I assign it to bradb/bjornt? [05:36] Malone bug #3322: It should be possible to indicate a binary package when filing a bug Fix req. for: malone (upstream), Severity: Normal, Assigned to: Diogo Matsubara, Status: Accepted http://launchpad.net/malone/bugs/3322 [05:37] kiko: you're right, but the bug itself does not involves icon design, only a clearer adapter rather than a context method, it's code, not icon at all [05:38] cprov, oh. [05:40] kiko: yep, more one adapter class in webapp/tales.py like BugTaskFormatterAPI, so straightforward like that === cprov is having a hell day with messy failures in lp test suite. [05:42] kiko: if you can re-assign it to one of them, I would be glad, I'm kinda busy here. === ajmitch [n=ajmitch@port161-187.ubs.maxnet.co.nz] has joined #launchpad [05:46] kiko: btw, if you want to test the 4852 fix just http://walrus:8086 [05:47] kiko: btw, work on 4810 today isn't a good idea, see 3530, jamesh's bugzilla-import branch (under review) changes it, what do you think ? [05:48] cprov, oh, I'm not suggesting doing it today,no [05:48] kiko: then perfect, I'll keep it on top of my TODO list. === ajmitch [n=ajmitch@port161-187.ubs.maxnet.co.nz] has joined #launchpad === fevoldj2 [n=fevoldj2@p54A6F54E.dip.t-dialin.net] has joined #launchpad [05:56] Hello, I am having trouble filing a bug report. I get a page not found error. === archieb [i=foobar@host-202-57-97-115.dhcp.infocom.ph] has joined #launchpad [05:57] bradb: yes [05:58] ok, thanks [05:58] fevoldj2: What URL are you using? [05:58] I'm at launchpad.net [05:58] I clicked bugs and then open a new report [05:58] open a new bug* [05:58] kiko: yes === ajmitch [n=ajmitch@port161-187.ubs.maxnet.co.nz] has joined #launchpad [05:59] stub, do you want to cook up a suggestion? I think you're the best person to do so. If you send something to launchpad I can take care of encoding it in the wiki [05:59] fevoldj2: What is the URL of the bug filing page on which you get the 404? [05:59] https://launchpad.net/people/fevoldj2/+filebug [06:00] fevoldj2: You typed that URL in manually, presumably? [06:00] No I cliked a link [06:01] fevoldj2: What is the URL of the page from which you clicked the link? (Sorry, just trying to follow the exact same path as you here.) [06:01] ddaa: Whatever you did to Archive/Branch etc, you've broken trebuchet [06:01] ddaa: Just thought you'd like to know [06:02] https://launchpad.net/ [06:02] Then I clicked bugs [06:02] Kinnison: that's a well known fact. [06:02] https://launchpad.net/malone [06:02] Kinnison: they'll be a hct meeting wednesday about fixing that and other issues. [06:02] Oh I see [06:02] ddaa: cool [06:02] There's something wrong with the user home pages [06:02] Kinnison: btw, you should try my much improved bzrk. [06:02] If i follow the link on the home page, it works fine. [06:03] ddaa: Remind me of the branch url? [06:03] stub: ping? [06:03] Kinnison: it boasts ignore of redundant parents (fixes the problem with my branch), improved collating of related revisions, and more accurate colour group. === archieb [i=foobar@host-202-57-97-115.dhcp.infocom.ph] has left #launchpad [] [06:03] fevoldj2: I'm still unable to find the link you clicked to get to /people/fevoldj2/+filebug, unfortunately [06:04] I just signed up, I clicked the verification link and then I saw I could open a new bug. [06:04] All in a pretty ugly slab of a code. I'll need to factor it out into a class. http://ddaa.net/bazaar/bzrk [06:04] I can attempt to find a way to the page if you want [06:04] fevoldj2: Ah, after signup...interesting. [06:04] Yeah === ajmitch [n=ajmitch@port161-187.ubs.maxnet.co.nz] has joined #launchpad [06:05] kiko: Yes - I'll start knocking something up tomorrow [06:06] fevoldj2: If you can find a clickable link that goes to /people/fevoldj2/+filebug, I'd be very interested to know the URL. Otherwise, I'll see if I can reproduce the problem locally doing a signup. [06:06] stub: librarian-gc cronscript errors out when run on dogfood [06:06] stub: did you forget to update the dogfood config? [06:07] I'll look [06:07] ddaa: looks much better, thanks [06:08] Well if you click your username next to the logout button, it takes you to the user page. [06:08] Spent my week-end on it, but I'm pretty proud of it :) [06:08] Then click bugs [06:08] Then there is a link to open a new bug. [06:08] ddaa: You had a much more productive weekend than me then === Kinnison spent his time trying to find a backup tool for backing up to DVD === Kinnison failed in the end :-( [06:09] fevoldj2: There is? I don't see it. [06:09] Really? [06:09] fevoldj2: What is the textual name of the link in that page? [06:09] Look near the top right [06:09] Next to logout you should see your username [06:09] Click it === bradb cliks [06:10] and clicks === ajmitch [n=ajmitch@port161-187.ubs.maxnet.co.nz] has joined #launchpad [06:10] You dont' see it? [06:10] matsubara, the patch for tabindexing comments looks okay. if you could get spiv to test it first it would be nice (ask him to review it?) [06:10] fevoldj2: Nope. [06:10] fevoldj2, he doesn't see because that link is shown only if there's no bugs assigned to you [06:10] oh [06:11] Well that's why :p [06:11] fevoldj2, bradb, https://launchpad.net/products/malone/+bug/4442 [06:11] Malone bug #4442: https://launchpad.net/people/xeon/+filebug -- File not found Fix req. for: malone (upstream), Severity: Normal, Assigned to: Guilherme Salgado, Status: Accepted http://launchpad.net/malone/bugs/4442 [06:11] Ah. === fevoldj2 [n=fevoldj2@p54A6F54E.dip.t-dialin.net] has left #launchpad ["Leaving"] === ajmitch [n=ajmitch@port161-187.ubs.maxnet.co.nz] has joined #launchpad [06:19] stub: https://chinstrap.ubuntu.com/~dsilvers/paste/fileCnnzmM.html === ajmitch [n=ajmitch@port161-187.ubs.maxnet.co.nz] has joined #launchpad [06:27] how can you quote previous comments when making a comment of your own in malone? [06:27] SteveA, around? [06:28] BjornT, ping [06:28] hi salgado [06:29] hi BjornT [06:30] mdke, via email? :) [06:30] BjornT, I have a security proxied StringIO object, but apparently zope doesn't have an interface for that. where should I define it, in case there isn't one that I can just hook on zcml? [06:30] kiko, not from the interface, except by doing it manually? [06:32] mdke, that is the case. I was the one who wrote the original "reply" patch to Bugzilla, and I didn't get a lot of love for it.. === ajmitch [n=ajmitch@port161-187.ubs.maxnet.co.nz] has joined #launchpad [06:33] kiko, hmm. So if I give you love, you'll incorporate a quote button in the malone GUI? [06:33] what sort of love is required? [06:33] Kinnison: Fixed in my branch [06:33] stub: Feh, I'll wait for you to pqm it [06:35] salgado: you don't need an interface, you can simply use attributes="..." instead of interface="..." [06:36] mdke, I guess I could port it over, but I'd need mpt to okay it. Is the email interface too cumbersome, or is this for bugs you don' thave in email form? [06:36] BjornT, right. I was thinking that there could be an interface for file-like objects that I could use... [06:36] thanks stub [06:36] kiko, i'm not used to using email for bugs yet, and yeah, when I want to comment on bugs that don't come to me by email [06:37] BjornT, anyway, do we have any place to write zcml for things from the standard library or should it be in launchpad/zcml/something.zcml? [06:37] salgado: hmm, i'm not sure. ask SteveA about it. === ajmitch [n=ajmitch@port161-187.ubs.maxnet.co.nz] has joined #launchpad [06:39] stub: any idea when you'll be trying to land it? [06:40] mdke, try convincing mpt during this week, when he is back in office! [06:40] Kinnison: its with pqm (that patch might have already landed - no sure) [06:40] Kinnison, stub landing what? [06:40] stub: hmm [06:40] hi salgado. i'll be around in a short while. [06:40] stub: "LibrarianGarbageCollection fixes for staging"? [06:41] Kinnison: Yup [06:41] that's nr 5 === Kinnison may as well go shopping :-) [06:42] Kinnison: Or just merge that branch into yours === stub goes to bed [06:43] kiko, ok, perhaps I'll file a bug and assign it to him === ajmitch [n=ajmitch@port161-187.ubs.maxnet.co.nz] has joined #launchpad === ajmitch [n=ajmitch@port161-187.ubs.maxnet.co.nz] has joined #launchpad [06:52] is there currently, or will there be in the future, a tool for testing the validity of po files in rosetta? e.g. if the string contains %d but the translation uses %s, does rosetta tell the translator about it? === zyga [n=zyga@2-mi2-1.acn.waw.pl] has joined #launchpad [06:54] mdke, that's validation. I believe there is something done, but I don't know whether your example is catered for. carlos is the person to ask [06:54] Kinnison, jamesh, lifeless: is supporting V3 RSA keys out of the question, very difficult, etc? [06:55] kiko: Well, we can't just accept fingerprint [06:55] kiko: since the keyid isn't in the fingerprint in v3 keys [06:55] jordi, any idea about that question ^^? [06:56] Kinnison, so we'd need to have a field for fingerprint and another for keyid? agh. [06:56] elmo, around? [06:56] kiko: essentially, yes [06:57] Kinnison, if we did that, would it be difficult to do the actual processing? [06:57] kiko: Kinnison: or a check box for v3 keys ? [06:57] kiko: Erm, given we keep keyid and fingerprint separate in gpgkey, I don't think it'd be too hard === ajmitch [n=ajmitch@port161-187.ubs.maxnet.co.nz] has joined #launchpad [06:58] kiko: just gotta add the v3 key types to the dbschemas [07:00] Kinnison: does the keyserver supports both types ? [07:00] cprov: the keyserver is a proper one, so it should [07:00] cprov: and zeca looks easy to fix if it doesn't cope [07:01] Kinnison: could you add your evaluation to bug 4746? I could do it but I hate to sound like a proxy for you here given you understand the issue much better than I do [07:01] Malone bug #4746: Launchpad does not accept older GPG fingerprint formats Fix req. for: launchpad (upstream), Severity: Major, Assigned to: Nobody, Status: New http://launchpad.net/malone/bugs/4746 [07:03] Kinnison: good, is there any restriction about v3 keys ? can they sign/encrypt properly ? can we use gpgme ? === heyko [n=heyko@tor/session/x-41ab24c8bed56684] has joined #launchpad [07:04] cprov: they should be fine === Dimon [i=Dimon@host-212-0-195-188.mtc.md] has joined #launchpad [07:10] Kinnison: ok, thanks for the explanation === Kinnison -> shopping, back later === thierry [n=thierry@modemcable058.142-201-24.mc.videotron.ca] has joined #launchpad === dewd [n=dewd@201.29.130.84] has joined #launchpad [07:30] salgado: ping [07:30] hi SteveA [07:30] you were asking about the StringIO ? [07:30] and its security declarations? [07:30] yep [07:30] this should actually go upstream, in Zope 3 [07:31] right. is there an existing interface for file-like objects or should I write a new one? [07:31] best thing to do (long term) is file a bug, assign to stub or spiv, that upstream Zope 3 should have security declarations for a StringIO [07:32] unless you have commit rights to Zope 3 [07:32] ? [07:32] I don't think I have [07:32] does this block you from doing stuff? [07:32] i mean, not having this for launchpad now? [07:33] yes, it does. AFAIK, I have to seek to the beginning of the file befor uploading it to librarian [07:33] and right now, I can't seek [07:33] you don't need to declare the interface for this. just make zope.Public its non-mutating attributes [07:33] okay [07:33] so, file a bug, and add zcml for this in launchpad/webapp/bug-1234.zcml and include that from launchpad/webapp/configure.zcml [07:34] one of the zope3 committers can remove that zcml file when this is fixed in zope3 and we have that version in RF [07:34] I tried doing this, but had problems because cStringIO.StringIO is actually a function (I didn't know that), and in my case, what I have in hand is a cStringIO.StringO object [07:35] problems doing what? [07:35] [07:35] [07:35] ah, right [07:36] class="cStringIO.StringIO", in fact [07:36] >>> type(cStringIO.StringIO()) [07:36] [07:37] cStringIO.OutputType [07:37] that's what you want [07:38] and, it looks like a bug in python [07:38] duh!. how dumb I am. I looked at the modules contents but didn't realize that's what I wanted [07:38] bug in python [07:39] there is another way to register security stuff, for when the type is not available from a dotted name [07:39] but that's not using zcml, and i'd have to look it up [07:41] SteveA, the bug is that type(cStringIO.StringIO()) should actually be ? [07:42] file a bug on python [07:44] the bug is that type(cStringIO.StringIO()).__name__ is not present in its __module__ [07:44] that can be fixed in a number of ways === Kawer [n=Kawer@0x50a7fab8.taanxx2.adsl.tele.dk] has joined #launchpad === lamont [n=lamont@mib.fc.hp.com] has joined #launchpad [07:48] I've just got this live cd and install cd from one of my friends that order it on your page, but i'm using a mac computer current... Isn't it possible to run live cd's from mac's ? [07:48] Kawer, it is, but you need a mac-specific (powerpc) CD [07:48] don't know what that is :/ [07:49] a different type of CD, basically [07:49] that i can order on your page ? [07:50] oh [07:50] i can [07:50] kiko-afk: I'm pretty sure stub's mention of LaunchpadTestRequest/Response is to do with making sure we have a test request that works with the new self.request.response.addNotification stuff. Currently, when view code that uses this is tested, the tests break because they use TestRequest, which does not support notifications. [07:51] bug 4898 [07:51] Malone bug #4898: Browser notifications machinery breaks in test code Fix req. for: launchpad (upstream), Severity: Normal, Assigned to: Stuart Bishop, Status: Accepted http://launchpad.net/malone/bugs/4898 [07:51] Is it free to order ubuntu cd's ? [07:52] from the shipit site [07:52] Kawer, yes, it is [07:52] oh thats nice [07:52] thanks bradb for dealing with the bug I posted, you rock [07:52] bradb, ah, I see. [07:52] np [07:52] and /afk now for real for 20m [07:52] salgado: how long time will it take before they are at my door ? [07:52] (im from denmark) [07:54] Kawer, usually it takes between 4 and 6 weeks [07:54] okay :) [07:57] mdke: if you do that, AFAIK rosetta does not accept your translation [07:58] jordi, ah cool [08:08] SteveA, you said you'd like to talk about the ProperSignUpWorkflow spec. should we schedule some time for us to talk about it? [08:22] bradb: =) (re: 3529) === eruin [n=eruin@proxy-gw.uib.no] has joined #launchpad === jdahlin [i=jdahlin@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [08:58] doesn't ubuntu live cd autoconfig wireless networks ? or do i have to do it myself? [08:58] Kawer, #ubuntu === sivang [i=sivan@muse.19inch.net] has joined #launchpad === Alinux [n=Ubuntu@d83-176-109-139.cust.tele2.it] has joined #launchpad [09:18] hello :) I'm searching for Martin Pitt :) [09:18] You're looking for mpitt then. Its a little late in the day for him though. [09:19] Alinux: and he usually hangs around #ubuntu-devel [09:19] thank you guyes! [09:19] :) [09:19] Alinux: ping him on #ubuntu-devel, his nick is pitti === Alinux [n=Ubuntu@d83-176-109-139.cust.tele2.it] has joined #launchpad [09:20] That's right. Its pitti [09:21] ;) [09:25] jblack: Hey James :) [09:26] sivang: Hi! [09:26] How are things? [09:29] jblack: pretty good apart from being a bit busy at dayjob, other then that I seem to be like the way you resolve conflicts in bzr, although I've been using it for a small project (command-not-found-magic) [09:30] Definitely cool. Did you get it up on the bzr page? We list projects using bzr. [09:33] bradb: malone, pqm product [09:34] jblack: I will do that, do we do that on supermirror ? [09:35] The sm isn't doing bzr quite yet. Jan 31 is the deadline [09:35] deadline is the wrong word. Target. [09:36] liveline ? [09:36] loveline? [09:36] jblack: deadlines sound negative, target is nicer :) [09:36] jblack: or fatal :) [09:37] Hmm [09:37] so jblack up for some pair programming [09:37] ? [09:38] Tonight? [09:38] Or now? [09:38] either is good [09:38] (for me) [09:39] Yeah. I'd like to pair up again, but would prefer our customary time. [09:39] in 4.4 hours ? [09:39] (4 hours 20 minutes I mean( [09:40] spiv: ping [09:40] Yeah. 4.333333 hours. [09:40] elmo: ping [09:41] works for me === poningru [n=poningru@n128-227-55-1.xlate.ufl.edu] has joined #launchpad === poningru [n=poningru@n128-227-55-1.xlate.ufl.edu] has joined #launchpad === Nafallo is now known as Nafallo_away [09:55] Seveas: If you're interested, you can use links like http://launchpad.net/bugs/42 for the bot too. [09:55] Malone bug #42: Bug description listed in task is not the correct description Fix req. for: malone (upstream), Severity: Normal, Assigned to: Brad Bollenbach, Status: Fixed http://launchpad.net/malone/bugs/42 [09:56] bradb, as you see, the bug takes it already :) [09:56] s/bug/bugbot/ [09:56] "Fix req. for" could be just "In:" as well [09:57] hmm, good one [09:57] !reload bugzilla [09:57] Error: You don't have the owner capability. If you think that you should have this capability, be sure that you are identified before trying again. The 'whoami' command can tell you if you're identified. [09:58] bug 1 [09:58] Malone bug #1: Microsoft has a majority market share In: Ubuntu, Severity: Critical, Assigned to: Mark Shuttleworth, Status: Accepted http://launchpad.net/malone/bugs/1 [10:05] Seveas: Cool. The only reason I suggested the .../bugs/... URL as well was to further shorten the output. [10:05] ah right, now i see [10:05] scrap the malone part [10:05] yeah [10:07] that means adding something new to the snarfer too [10:08] http://launchad.net/bugs/1 [10:08] http://launchpad.net/bugs/1 [10:08] Malone bug #1: Microsoft has a majority market share In: Ubuntu, Severity: Critical, Assigned to: Mark Shuttleworth, Status: Accepted http://launchpad.net/malone/bugs/1 [10:08] ah nice [10:08] !reload bugzilla [10:08] The operation succeeded. [10:08] http://launchpad.net/bugs/1 [10:08] Malone bug #1: Microsoft has a majority market share In: Ubuntu, Severity: Critical, Assigned to: Mark Shuttleworth, Status: Accepted http://launchpad.net/malone/bugs/1 [10:08] what the... [10:08] heh [10:09] Seveas: wtf re: the accepted? [10:09] :) === Nafallo_away is now known as Nafallo [10:10] the stupid plugin is filled with code duplication [10:10] I really should finish the rewrite which is much cleaner [10:10] !reload bugzilla [10:10] Error: invalid syntax (Bugzilla.py, line 436) [10:10] !reload bugzilla [10:10] Error: There was no plugin bugzilla. [10:10] !load bugzilla [10:10] The operation succeeded. [10:10] http://launchpad.net/bugs/1 [10:10] Malone bug #1: Microsoft has a majority market share In: Ubuntu, Severity: Critical, Assigned to: Mark Shuttleworth, Status: Accepted http://launchpad.net/bugs/1 [10:10] there :) [10:11] And now I will stop spamming #launchpad :) === sevrin [n=sevrin@202.75.186.154] has joined #launchpad [10:17] lifeless: I opened bug 5140, but it doesn't look like the maintainership information (i.e. the "owner) is correctly established for pqm. [10:17] Malone bug #5140: Merge emails blow my mind In: pqm (upstream), Severity: Normal, Assigned to: Nobody, Status: New http://launchpad.net/bugs/5140 [10:17] Seveas: Oh, btw, cool, thanks for shortening that. :) [10:18] We can get it shorter yet, I think, but one step at a time. [10:18] bah [10:18] someone smashed it [10:18] which was extremely naughty [10:19] I'll bet it was a not-completely-thought-through script to update stuff added as part of the imports to be a specific group. [10:19] fixed [10:20] bradb: short answer - no. [10:20] lifeless: no? no to what? [10:20] long answer: This is not pqm, its the bzr email sender plugin; The email is not sent on *your behalf*, its sent when the repository changes - its not a personal notification. [10:22] Oh, it's bzr. === bradb would never have guessed [10:22] lifeless: To what question are you answering "no"? [10:23] the request to reduce the output to just the summary line === bradb wouldn't want that [10:24] I do plan to remove the file ids, but not the list of changed files [10:24] Summary message and diff would be very useful though. [10:24] and list of changed files would be good, yeah [10:24] list of changed files is already there [10:24] I consider that part of the diff output though, maybe incorrectly [10:24] diff isn't. [10:25] I'm not convinced about the diff at this point [10:25] the list says: lib/canonical/launchpad/doc/emailinterface.txt x_Bjorn_Tillenius__Wed_Mar_30_10:52:42_2005_7337.0 [10:25] file name, file id [10:25] when lib/canonical/launchpad/doc/emailinterface.txt would be much more useful [10:25] 08:24 < lifeless> I do plan to remove the file ids, but not the list of changed files [10:27] that would be a nice step in the right direction, IMHO [10:28] well as I've said its planned [10:28] patches accepted to my email_sender plugin at any poitn [10:28] the thing is it has to serve *everyone at once* - its not a personal notification [10:29] Right now, it doesn't seem to be serving the LP developer. Maybe I'm alone in this view, but I doubt it. :) [10:30] stub has a list of things requested w.r.t. bzr on the wiki [10:30] the file ids is in that list. === Nafallo is now known as Nafallo_away === Nafallo_away is now known as Nafallo [11:10] bradb: re submit-bzr-merge, stub updated the wiki copy [11:10] yep === Nafallo is now known as Nafallo_away === jdahlin [i=jdahlin@200-171-140-32.dsl.telesp.net.br] has left #launchpad ["Ex-Chat"] === radix [n=radix@c-67-186-54-77.hsd1.pa.comcast.net] has joined #launchpad === WaterSevenUb [n=WaterSev@193.136.48.45] has joined #launchpad === mhz_design [n=mhz_chil@pc-252-84-215-201.cm.vtr.net] has joined #launchpad [11:22] hi [11:23] I have created a team for 1st time and I made a mistake due to the explanatory text on Name field. However, I managed to edit it and it was ok. However, I got email confiormation for both 'naming' and 'name change'. [11:24] should confirm both? [11:24] wont that be confflicitve? [11:25] I didn't quite understand [11:25] kiko: ok. I created a team [11:26] so far so good [11:26] I missnamed it [11:26] I changed its name [11:26] okay [11:26] when I got to check my inbox, I saw 2 emails from LP requesting me to confirm both steps [11:26] the old team won't exist, most likely [11:26] have you visited its page [11:26] ? [11:26] yup [11:27] the new name is ok, so instead of confirming 1st email, I only tried the 2nd email [11:27] and I got ooops error [11:27] :) [11:28] Anyone know who svaksha is? [11:29] https://launchpad.net/people/sitsofe # heh, yay personalized homepages! [11:29] kiko: so, no matter which of the 2 mails LP sent me for confirmation (1st name or 2nd), I still get same error [11:29] aka, ad hoc BTS's! [11:31] kiko: did you understand that? [11:32] kiko: hmm, any ideas would be great. I have 3 people waiting to join those teams === eruin [n=eruin@proxy-gw.uib.no] has joined #launchpad === eruin [n=eruin@proxy-gw.uib.no] has joined #launchpad [11:53] oh, mhz_design -- you get an error? [11:54] bradb, can you help mhz_design I'm in a meeting atm [11:54] kiko: ok, thx [11:54] sorry for being busy [11:54] kiko, mhz_design: Sure, I can try. /me reads scrollback [11:55] bradb: educool [11:55] kiko: no sorry, no worries [11:57] Hm, something doesn't seem right here. [11:57] It makes no sense whatsoever to get an email requesting a name change made in the web UI. [11:57] exactly [11:57] mhz_design: Can you forward me the email for the team you want to create? [11:57] bradb: you stole my thoughts :D [11:58] sure [11:58] brad.bollenbach@gmail.com === mhz_design reading inbox === eruin [n=eruin@proxy-gw.uib.no] has joined #launchpad [12:01] bradb: my mistake. Second email was to confirm 2nd group I created. Still got same errors when trying to get to confirm it [12:01] bradb: mails sent [12:02] mhz_design: Right, I see the error. I'm trying to get to the error log now, one sec... [12:02] bradb: /me on the phone BRB