=== jabudia [n=jabudia@92.Red-83-51-154.dynamicIP.rima-tde.net] has joined #launchpad [12:12] hola [12:13] hola [12:15] speak Spanish, daf ? [12:15] poquito [12:16] I'm new to irc, sorry if I put my leg on it. [12:17] I think you mean "put my foot in it" :) [12:17] is this the same as "messanger", just with out sily icons? [12:17] yeah, foot [12:17] :-) [12:17] yes, I suppose you could say that [12:19] hum... right. I don't want to disturb you. Just found irc freenode as the place for extending the services of launchpad.net [12:20] no worries [12:20] I'm exited - this is fantastic - I'm siting at home -Barcelona, Spain, 00:30. Where are you, if can ask? [12:22] I'm in Cambridge. 23:30 [12:22] I'm about to go to bed [12:22] Barcelona is a great city [12:22] ou, good night, then. === pianoboy4333 [n=dooglus@rincevent.net] has joined #launchpad [12:24] good night folks [12:24] night, ddaa === carlos -> bed [12:28] night === tambaqui [n=patricia@200-208-63-205-mns.cpe.vivax.com.br] has joined #launchpad === jabudia [n=jabudia@92.Red-83-51-154.dynamicIP.rima-tde.net] has left #launchpad ["Leaving"] [12:51] spiv: ping [12:55] daf: pong [12:55] what should Branch.url be for push branches? [12:55] NULL, or the bazaar.launchpad.net URL? [12:56] NULL. [12:57] ok, then this sample data is wrong [12:57] It's computable from the name, product.name and owner.name. [12:57] I thought it was odd for it to be set [12:57] next question: [12:57] BranchPullListing [12:58] actually, more specifically: [12:58] BranchSet.get_supermirror_pull_list [12:58] shouldn't it have a url IS NOT NONE clause?@ [12:59] Yes and no ;) [12:59] The ILIKE clause is buggy without one. [12:59] oh dear [12:59] But the ILIKE clause is unnecessary. [12:59] I killed the ILIKE clause [01:00] Branches where url IS NULL still need to be pulled. [01:00] Just they are pulled from a different source. [01:00] ok [01:00] then I will: [01:00] Gooooooooooooooooooooooooooood afternoon Launchpadders! [01:00] My supermirrorsftp-integration branch has small changes here, to add a "pull_url" property. [01:01] UPDATE Branch SET url = NULL WHRE url ILIKE 'http://bazaar.launchapd.net/%'; [01:01] daf: Only in the sampledata, or as a db patch? [01:01] and update the test for BranchPullListing to expect branches with NULL URLs [01:01] daf: Skim this diff: https://chinstrap.ubuntu.com/~jamesh/pending-reviews/spiv/launchpad/supermirrorsftp-integration/full-diff [01:02] daf: It may save you a little work to borrow those changes from that diff. [01:02] spiv: my primary concern is to make this test pass so I can land optional-branch-title and unblock ddaa [01:02] daf: I want you to land it too, so I can remove the overlapping work from that branch :) [01:03] I don't speak portugues and babelfish isn't helping. What does "A realizar-se 'as dezenove horas do dia vinte e cinco de marco de dois mil e seis" mean? [01:03] spiv: ah, you've already made changes to that test [01:04] jblack: something about 19 hours of the 25th of Marth 2006? [01:04] Thats what I thought [01:04] sabdfl, pong [01:04] mpt: that table looks ugly centered IMHO [01:05] mpt: hi [01:05] good morning [01:05] sabdfl, I've just checked StaffCalendar and it is up-to-date [01:05] thanks [01:05] I'm working afternoons and evenings so I get at least an hour or two with the Europeans present :-) [01:05] we appreciate it :-) [01:06] what's the best way to get a two-column page up? [01:06] i still need the menu, though [01:06] so would need navigation above the menu, on the left, i guess [01:06] hmmm [01:06] spiv: [01:06] def test_branch_pull_render(self): [01:06] + from canonical.launchpad.database import Branch [01:06] what's that in aid of? [01:07] sabdfl, bradb did two-column for his bug listing pages [01:07] daf: ... [01:07] following my suggestions [01:07] but differently from the way i'd like it :-) [01:07] daf: laziness, I think. === spiv fixes [01:07] :) [01:07] (I thought I'd already removed that import) [01:07] hmm, looks like there's quite a bit of overlap [01:09] daf: Ah, I copied it from an existing test. [01:09] mpt: any suggestions? can i ask you to put together a standard page template that does this, or is that a major effort? [01:09] sitemap and menu on the left, no portlets on the right [01:09] sabdfl, that wouldn't be difficult, it's adding another conditional block to main-template.pt [01:10] which already has a conditional block for "no columns at all" [01:10] ok [01:10] what date order does launchpad use for polls, etc? yyyy-mm-dd or yyyy-dd-mm? [01:11] I don't think anybody uses y-d-m [01:11] m-d-y, d-m-y, or y-m-d [01:11] daf: apparantly germany does? [01:11] sabdfl, look at buglisting-default.pt in rocketfuel, particularly the in the first line, the
, and the
[01:11] daf: I'll fix this poll up then, thanks [01:12] no problem === sistpoty [n=sistpoty@ubuntu/member/sistpoty] has joined #launchpad [01:12] I think YYYY-MM-DD is an ISO standard [01:12] that's what I thought [01:12] sistpoty: I think a new poll is needed now [01:13] date -I [01:13] ajmitch_: yes [01:13] unless someone wants to adjust dates manually [01:13] I is for ISO, but it's not documented === dooglus [n=dooglus@rincevent.net] has joined #launchpad [01:13] daf, perhaps the narrowness of the column makes the table look oddly indented instead of centered? [01:13] mpt: my thoughts exactly [01:14] I just broke the poll... I set the date to 2006-13-02 which became 2006-02-15 for some reason... should I report a bug about that somewhere? (or is it not worth fixing ;) [01:14] that is a bug [01:14] the date was not properly validated [01:14] please file a bug [01:14] daf: ok, will do... thx [01:15] thanks to you for reporting it [01:15] np ;) [01:16] http://www.cl.cam.ac.uk/~mgk25/iso-time.html [01:16] that's the badger [01:16] mpt: is that all i need to do a two-column page with menu on the left? [01:18] gosh, March [01:19] sabdfl, that page has the menu on the right, so you'd need to change the style= attributes if you wanted it on the left [01:19] ok, thanks. is it obvious how to preserve the sitemap? [01:20] sabdfl, you'd need to insert it yourself by copying the line main-template.pt uses
[01:20] ok, thanks [01:20] night all [01:20] 'night [01:20] Somebody stolen a March on you, daf? === daf waves his fist at Pope Gregory XIII [01:22] (BROOKE-TAYLOR: "Whatever does this mean, sir?" CLEESE: "We shall have to have two Februaries!") [01:23] spiv: I can't see how to make this test sane without implementing Branch.pull_url [01:24] daf: Yeah, I think you need it. [01:24] daf: I'd just steal it from my branch. [01:24] spiv: right, I'll do that [01:24] daf: Don't forget the interface bit for it, too :) [01:25] daf: I'd be very happy to reduce the size of my branch a bit, this stuff is a bit tangential to the sftp bits. [01:25] cool [01:26] daf: having pull_url merged sooner rather than later will make working on bug 32106 a bit easier, too. [01:26] malone bug 32106 in launchpad "Extend supermirror-pull-list.txt for vcs-imports" [Normal,In progress] http://launchpad.net/bugs/32106 === raphink [n=raphink@ubuntu/member/raphink] has joined #launchpad [01:30] spiv: as long as you're happy to sort out the conflicts :) === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #launchpad [01:32] daf: bug reported as 33203 ;) [01:32] bug 33203 [01:32] malone bug 33203 in launchpad "poll: dates are not properly validated" [Normal,Unconfirmed] http://launchpad.net/bugs/33203 [01:32] sistpoty: great, thanks [01:32] spiv: awesome, that works [01:33] spiv: now either I submit a merge with these stolen changes, or I push it back to you for another review pass [01:44] spiv: I'm happy that the changes and the test coverage are good [01:44] but the changes since the last review are non-trivial [01:45] even though most of them were stolen from you ;) [01:45] so, up to you [01:46] Yeah, I'm hapyp to sort out the conflicts. [01:46] happy, rather :) [01:46] This is the optional-branch-title branch? [01:47] yes [01:47] now the optional-branch-title-and-push-url branch [01:47] :) [01:47] If the non-trivial bits are just the pull_url bits, then I'm happy with those. [01:48] Those bits have already been reviewed in my branch by jamesh. [01:48] ah, good [01:48] I'll paste a diff against RF [01:48] just in case [01:48] Sure. [01:48] https://chinstrap.ubuntu.com/~dsilvers/paste/filekiPzci.html [01:49] hmm, how come I didn't notice branch-pages.txt before? [01:50] most of the tests I added should be moved to there [01:50] daf: In get_supermirror_pull_queue, supermirror_root now seems totally unused. [01:52] spiv: good point [01:53] And yeah, moving those view tests into branch-pages.txt is a good idea. [01:53] in fact, canonical.config is not used at all [01:53] Well, leave it there, we'll have use for that later. [01:53] As mentioned in an email a while ago. [01:53] er, really? [01:54] Let me dig it up... [01:54] it's trivial to add the import back later [01:54] and WAGNI [01:54] daf: ddaa's mail of Feb 15th, "Re: REVIEW: daf/launchpad/optional-branch-title" [01:54] the future is an illusion [01:54] etc. [01:55] ok, I'll leave it in [01:55] Well, at least keep that snippet somewhere handy, ready to reapply sometime soon ;) [01:55] shelved [01:56] Ah, yep, the supermirror_url method uses that config value. [01:56] Oh, you were talking about the import. [01:56] I misread :) [01:56] yes, the import :) [01:56] I thought you were referring to the added config value. Yeah, imports are trivial to add and remove :) [01:57] I must have seemed mad ;) [01:57] yes! [01:57] you're making much more sense now [01:57] I was thinking maybe it was later than I thught [02:03] spiv: ok, anything else? [02:05] Nope, looks good to me. [02:05] groovy [02:05] merge submitted [02:05] I'm going to bed [02:05] G'night :) === cprov [n=cprov@cond03.linkway.com.br] has joined #launchpad === mpt discovers how much more usable Launchpad is with no CSS at all === stub [n=stub@gb.ja.100.110.revip.asianet.co.th] has joined #launchpad === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #launchpad === mpt [n=mpt@219-89-148-138.jetstart.xtra.co.nz] has joined #launchpad [04:11] mpt: am I allowed to add questions to https://wiki.launchpad.canonical.com/BugWorkflow ? [04:11] mpt: if not, where's the best place to raise them [04:11] mpt: btw, it looks *much* nicer to use === stub [n=stub@ppp-58.10.74.239.revip2.asianet.co.th] has joined #launchpad [04:25] sladen, sure, add to the "Unresolved issues" section === sabdfl [n=mark@ubuntu/member/pdpc.silver.sabdfl] has joined #launchpad [04:29] mpt: does that include the stuff I /query'ed to you [04:30] sladen, yes please [04:30] I'm cooking now, I'll look at the questions later [04:31] early dinner? === SteveA [n=steve@72-254-168-91.client.stsn.net] has joined #launchpad === dinda [n=dinda@cpe-72-177-138-104.houston.res.rr.com] has joined #launchpad === mpt [n=mpt@219-89-129-56.jetstart.xtra.co.nz] has joined #launchpad [05:07] lifeless: the food pyramid of testing: http://photos1.blogger.com/blogger/7546/664/1600/testing-pyramid.jpg === TOZII [i=TOZTWO@dialup-4.227.14.93.Dial1.Dallas1.Level3.net] has joined #launchpad === TOZII [i=TOZTWO@dialup-4.227.14.93.Dial1.Dallas1.Level3.net] has left #launchpad [] [05:42] spiv: ahhhahha. YES [05:45] lifeless: from http://agiletesting.blogspot.com/2006/02/thoughts-on-giving-successful-talk.html, but it doesn't really need much context :) === Mez [n=Mez@ubuntu/member/mez] has joined #launchpad [06:05] spiv: I seem to get away with using no slides at all :) === mpt_ [n=mpt@219-89-154-116.jetstart.xtra.co.nz] has joined #launchpad === dinda [n=dinda@cpe-72-177-138-104.houston.res.rr.com] has left #launchpad [] === Mez [n=Mez@ubuntu/member/mez] has joined #launchpad === mpt [n=mpt@222-154-180-234.jetstream.xtra.co.nz] has joined #launchpad [07:09] Merge to devel/launchpad/: [r=spiv] make branch titles and summaries optional (r3209: Dafydd Harries, David Allouche) === mpt_ [n=mpt@219-89-130-128.jetstart.xtra.co.nz] has joined #launchpad === jsgotangco [n=jsg@ubuntu/member/jsgotangco] has joined #launchpad === pkunk_ [n=pkunk@a84-231-5-36.elisa-laajakaista.fi] has joined #launchpad [07:59] ajmitch_, no, I was cooking a roast :-) [08:00] mpt: a shame I'm not in town otherwise I'd have to come & visit :) [08:01] Roast chicken, kumara, carrots and cauliflower [08:01] and broken glass [08:02] (I dropped the cauliflower) [08:02] ah, a shame === ajmitch_ is still finishing up this job in brisbane === Mez [n=Mez@ubuntu/member/mez] has joined #launchpad === mpt_ [n=mpt@219-89-130-128.jetstart.xtra.co.nz] has joined #launchpad [08:31] mpt_: i looked at the 2col solution you proposed [08:31] can i instead ask you to whip up a new template? [08:31] so instead of: [08:31] metal:use-macro="context/@@main_template/master" [08:31] we can do: [08:31] metal:use-macro="context/@@main_2col_template/master" [08:31] this one should still support 2 sets of portlets, just put the second one below the first [08:32] ok [08:32] this would give a very quick-and-dirty way of converting a page from 3col to 2col [08:32] to be cleaned up later [08:32] portlets on the left, sitemap, then menu, then portlet [08:32] thanks [08:35] grrrrr === mpt_ doesn't like gksudo grabbing focus [08:52] morning again sabdfl [08:53] hey Mez [08:53] weird thing is I havent been to sleep yet! [08:53] lol [08:53] cant at the moment... damn pain === carlos [n=carlos@84.76.255.40] has joined #launchpad [08:57] morning === koke [n=koke@ubuntu/member/koke] has joined #launchpad === Ashly [i=KittyKat@unaffiliated/ashly] has joined #Launchpad === Ashly [i=KittyKat@unaffiliated/ashly] has left #Launchpad [] [09:15] morning [09:15] Mez: dude, you've been up all night? [09:17] of course [09:18] Mez: oh man, what sort of pain is that you are experiencing? [09:18] sivang, lots of it [09:18] hangover? [09:19] no - slipping on wet floor - leg going at an angle it shouldnt and cracking head odd wall kinda pain [09:21] so, you're basically insomniac or something.. [09:21] or just been a specific bad night? :) [09:22] (I had 3 of those in a row till now lol) [09:35] sivang: had massive fall at work ... in a lot of pain [09:37] ah, bad. I hope you get better soon === Kinnison [n=dsilvers@haddenham.pepperfish.net] has joined #launchpad === fishse [n=fishse@h081217119213.dyn.cm.kabsi.at] has joined #launchpad === Keybuk [n=scott@c51008D91.inet.catch.no] has joined #launchpad === mpt [n=mpt@219-89-130-128.jetstart.xtra.co.nz] has joined #launchpad === koke [n=koke@ubuntu/member/koke] has joined #launchpad === sabdfl [n=mark@ubuntu/member/pdpc.silver.sabdfl] has joined #launchpad === stgraber [i=steph@xeon.stargate-server.com] has joined #launchpad === WaterSevenUb [n=WaterSev@azevedo.astro.up.pt] has joined #launchpad === sabdfl [n=mark@ubuntu/member/pdpc.silver.sabdfl] has left #launchpad [] === G0SUB [i=ghoseb@unaffiliated/gnulinuxer] has joined #launchpad === irvin [n=irvin@ubuntu/member/irvin] has joined #launchpad === HolloWLife [n=miguel@81.215.164.17] has joined #launchpad === fabbione [i=fabbione@gordian.fabbione.net] has joined #launchpad [11:48] stub: hi, around? [11:48] carlos: yes [11:48] stub: I need help with the migration script we talked about yesterday [11:49] stub: do you have some time to help me? [11:49] Sure. [11:49] first, let me show you the db changes I'm going to do [11:50] stub: https://chinstrap.ubuntu.com/~dsilvers/paste/fileMJXz0O.html [11:50] Email might be better for this than IRC - can you send me a message explaining what you have got and what you need to do? [11:50] stub: sure [11:51] thank you === irvin [n=irvin@ubuntu/member/irvin] has joined #launchpad === cprov [n=cprov@200-171-140-32.dsl.telesp.net.br] has joined #launchpad === cprov waves, GMV [12:32] morning cprov [12:43] stub: mail sent [12:44] cprov: morning [12:44] carlos: morning dude, how is rosetta "auto-import" stuff going in production ? [12:45] cprov: the amount of files broke the page were we review the imports giving timeouts. I'm working on fixing that [12:45] but the soyuz bridge is working perfectly [12:46] carlos: yep, it was kind of expected ... but still sad :( [12:46] carlos: will it take much longer to add batching support on that page ? or are you thinking in something else ? [12:47] cprov: the way that pages works makes batching impossible as it is [12:47] cprov: I'm finishing already some changes to allow batching there [12:47] I mean, it's not just a matter of adding batching support to that page ;-) [12:49] carlos: I see, the solution must involve a kinda of extra "touch", but it's okay, i think you know what is required. Let me know if you need any help [12:50] cprov: thanks [12:51] carlos: np, anytime, btw have you seem steve last days ? [12:52] cprov: yes, on Monday he was online and sent me a review. Not sure if yesterday he was around... [12:53] carlos: right, tks, I think I can call him if he doesn't show up, have some reviews to sort out. === stub wonders where Carlos' email has gone === carlos checks the logs... === matsubara [n=matsubar@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [01:00] good morning! [01:01] Mar 1 12:43:31 gandalf postfix/smtp[14934] : 1102E174148: to=, relay=fiordland.ubuntu.com[82.211.81.145] , delay=1, status=sent (250 Ok: queued as DE40EB68024) [01:01] stub: you should have it [01:02] matsubara: morning! [01:02] carlos: Can you please resend to stuart@stuartbishop.net ? [01:02] sure [01:04] carlos: got it [01:07] and the original just arrived too === Toma- [n=haste@203-59-108-9.dyn.iinet.net.au] has joined #launchpad [01:09] im trying to add a Spec, but it wont recognise my name? Im logged in as "Toma" and i put "Toma" in the name and says its invalid. === AlinuxOS [n=Ubuntu@d83-176-80-237.cust.tele2.it] has joined #launchpad [01:10] Toma-: put there your email [01:10] rightio. thx [01:10] still error. [01:10] :/ [01:11] which kind of error? [01:11] ahhh done [01:11] had to drop the @blah.com part [01:16] carlos: apart from the data migration, how is #33020 doing? === Toma- [n=haste@203-59-108-9.dyn.iinet.net.au] has left #launchpad ["Leaving"] [01:16] daf: I need to port the admin interface to the new procedure and fix any test broke and I'm done [01:17] ok... [01:17] that doesn't sound too bad [01:17] think you can get it done today? [01:17] yes [01:17] I want to translate Dapper [01:17] :-P [01:18] when do you think I can do it? :) [01:20] daf: Well, I don't think today it will be reviewed and cherry picked. Perhaps tomorrow and we still need to review some imports [01:21] ok, so #33020 is the last blocker? [01:21] daf: that means that some parts of dapper will be available to translate (in fact some of them are already available) [01:22] daf: I need to prepare a script to import translations from packages built before the soyuz integration into Rosetta and ask stub to run it on production after a code review [01:22] to have all resources imported [01:22] ok, where is GNOME at? [01:23] well, GNOME will be imported without that script [01:23] as I think we had a recent release [01:23] hmm or will have one soon [01:23] and soyuz will handle those packages [01:24] the 'problem' is only with packages that are not updated too often [01:24] so I don't think it's a big issue [01:24] anyway I will do it this week [01:25] hmm, I wonder why epiphany isn't at https://launchpad.net/distros/ubuntu/dapper/+lang/cy [01:26] and why this page doesn't seem to be sorted [01:29] daf: dapper imports are not completely done... so I guess epiphany is not imported [01:30] there's no epiphany for hoary either [01:31] daf: I think the package is epiphany-browser [01:31] epiphany is a game [01:32] eah, I know [01:33] https://launchpad.net/distros/ubuntu/+source/epiphany-browser -- no translations menu item sucks [01:33] daf: oh, you said hoary not breezy... yes, seems like Hoary translations were not imported [01:33] https://launchpad.net/distros/ubuntu/dapper/+source/epiphany-browser/+translations [01:34] it didn't get imported for some reason [01:34] how can I find out why? [01:34] daf: Once this bug is fixed I will review breezy and hoary and import any missing package. The new queue system will allow us to handle those missing imports (usually broken due the lack of .pot files) [01:34] daf: take a look to the po attach logs [01:34] well, I don't care about hoary [01:34] where are the logs? [01:34] daf: if you don't care about hoary.... [01:35] daf: why do you want to take a look to the logs? [01:35] daf: look at the errors mailing list all logs are sent there [01:35] oh, I'm confused [01:35] it did get imported for breezy [01:35] daf: right ;-) [01:35] today is clearly not a good day for my brain [01:36] cprov: can we expect to see kiko today or is he still recovering from carnaval? [01:36] carlos, when can I translate Warty ? [01:36] :) [01:37] AlinuxOS: no language packs fro Warty.... no imports into rosetta for it ;-) [01:37] carlos, :(((( [01:37] tragedy! [01:37] :P [01:37] AlinuxOS: in fact in two months warty is unsupported, right? [01:38] you can always fork it.... :-P === BjornT heads down to the migration department, back in an hour or two === bradb [n=bradb@modemcable033.209-70-69.mc.videotron.ca] has joined #launchpad [01:43] :) [01:47] daf: sorry the delay, I really don't know about kiko, but I'd expect him today, the holliday is pretty much gone already [01:47] cprov: he doesn't drink, so he can't be hung over :) [01:48] daf: so his holliday was pointless, if you don't drink you can just work through it, like I did ;) [01:49] ha [01:53] carlos: did you see the comments on https://launchpad.net/products/rosetta/+bug/44? [01:53] malone bug 44 in rosetta "Messages should be searchable." [Wishlist,Confirmed] [01:53] daf: yes, I did [01:54] daf: haven't time to answer, anyway... I tried it, but I was not able to get more than 24 hours in a day... [01:54] :) [01:56] https://launchpad.net/products/rosetta/+spec/translate-specific-string <- The spec needs some extra work === teolemon [n=famille@car75-5-82-234-128-149.fbx.proxad.net] has joined #launchpad === teolemon [n=famille@car75-5-82-234-128-149.fbx.proxad.net] has left #launchpad [] === carlos -> lunch === salgado [n=salgado@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [01:59] stub: Do you need anything from me for the data migration ? [02:01] carlos: It seemed fairly straight forward. I'll try assemblinb a patch and pass it back to you to verify. Hopefully it will still seem straightforward when I'm done :-) === irvin_ [n=irvin@203.213.194.64] has joined #launchpad [02:02] daf: answered [02:03] thanks dude [02:03] stub: ok, thanks! :-) === carlos -> lunch. See you later! [02:17] matsubara: heads up on bug # 33141, okay ? [02:17] uhm bug 33141 [02:17] malone bug 33141 in soyuz "duplicate links on distribution release source package page" [Major,Confirmed] http://launchpad.net/bugs/33141 [02:17] ohhh, lazy bot [02:19] cprov: ok === ddaa [n=ddaa@nor75-18-82-241-238-155.fbx.proxad.net] has joined #launchpad [02:44] hey [02:44] daf: how is it goin'? [02:48] dd yo [02:48] ahem [02:49] ddaa: yo [02:49] ddaa: o-0b-t has landed [02:49] yay! [02:49] how did you solve the pull-list test conundrum? [02:49] I ened up pulling in spiv's .pull_url changes [02:50] mh? spiv's patches landed too? [02:50] no === ddaa cannot tell, spamassassin is still processing the mail from the night [02:50] I copy+pasted his .pull_url cahanges [02:51] I sorta guess that would have required another review... but I do not complain [02:51] spiv looked at my changes before I merged [02:51] well since he is your reviewer :) [02:52] nepotism, kinda cool [02:52] and his pullb_url stuff had been reviewed by jamesh [02:52] so it's all good [02:53] So, I guess you are basically off the hook. [02:54] daf: thanks a lot for your help [02:54] now, I need to get in touch with spiv and BjornT [02:54] BjornT: ping [02:54] ddaa: de rien === doko [n=doko@dslb-084-059-092-190.pools.arcor-ip.net] has joined #launchpad [02:59] daf: about yesterday's bounce [03:00] my ISP's DC had a power outage during a routine test of the emergency power [03:00] that broke some massive havoc [03:02] ok -- it wasn't anything urgent [03:02] I was just forwarding you the PQM failure in case you wanted to look at it while I was out [03:02] at least, it's not urgent any more [03:02] it's FIXED now, until the next time [03:04] mpt: "At a certain point Launchpad will be so easy to understand that making it even easier to understand will make it noticably less efficient to use" I appreciate your optimism :) [03:05] I rather expect that Launchpad is going to stay a moving target so the UI will never be able to completely catch up. === ddaa likes it when his ISP send a mail explaining an incident in detail, that reads like "the incident was exceptional and unavoidable, but we've been sloppy so our services did not just pop up back online instantly". === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #launchpad === sabdfl [n=mark@ubuntu/member/pdpc.silver.sabdfl] has joined #launchpad [03:10] ddaa: He did say it would take several years. mpt is usually sharply realistic. :) [03:10] Well, I think that the target will keep on moving for years :) [03:10] stub: ping [03:10] but I'm usually rather pessimistic :) [03:11] sabdfl: pong [03:11] got an sql fragment for review === sebest_ [n=sebest@22.245.101-84.rev.gaoland.net] has joined #launchpad [03:12] argh! spam! === stub [n=stub@ppp-58.10.74.239.revip2.asianet.co.th] has joined #launchpad [03:13] :-) [03:13] sabdfl: https://chinstrap.ubuntu.com/~dsilvers/paste/ [03:13] couldn't find the handy paste thingie [03:13] ah [03:13] Its in the other channels topic [03:14] https://chinstrap.ubuntu.com/~dsilvers/paste/filexXnBSb.html [03:14] there's a comment for goalstatus, yes [03:16] sabdfl: approved then. patch-40-25-0 [03:18] danke === irvin [n=irvin@ubuntu/member/irvin] has joined #launchpad === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #launchpad === raphink [n=raphink@ubuntu/member/raphink] has joined #launchpad [03:50] ddaa: pong === koke [n=koke@ubuntu/member/koke] has joined #launchpad [03:51] BjornT: can you review spiv's rename-buttsource branch please. I have a branch which needs to land next week which depends on it. [03:51] anybody else ever seen an overview menu that refuses to display? [03:51] (I would also like if you could review my branch as well, but it's a bit moot before rename-buttsource has landed) === bradb wonders what happened to my merge. I got a success email several minutes ago, but no mail to arch-commits. [03:52] Hu actually, I rephrase that, my dependent branch needs to be _in production_ next week. [03:53] ddaa: sure, i was planning to do it today. i don't think i have time to review your branch today, but i can do it tomorrow. (actually, i might have time today, we'll see) === raphink [n=raphink@ubuntu/member/raphink] has joined #launchpad [03:54] please, the schedule is starting to be very tight to get all we need for bzr imports in production by monday [03:56] ddaa: ok, i'll try to do it today. be aware though, i'm in a bad mood from spending almost two hours at the migration department ;) === raphink [n=raphink@ubuntu/member/raphink] has joined #launchpad [03:56] that's okay, it's nothing compared to the mood I'm in after spending 3.5 hours _not_ to get a ticket for a concert... [03:57] (I'll try again tonight, though) [03:58] anybody, anybody.... menu help? === dsaa [i=dsaa@210.1.83.150] has joined #launchpad [03:59] sabdfl: what do you need help with? [04:00] my overview menu refuses to show itself === ddaa bows to BjornT's amazing launchpad coding powah [04:01] sabdfl: maybe you forgot to declare a facet for the page, on which the menu should be displayed? [04:01] hmm...will check, good idea [04:02] this is for the sprint stuff, which i think predated more recent menu work === help [i=dsaa@210.213.86.54] has joined #launchpad === sabdfl hugs bjornt [04:09] thanks dude [04:10] np, happy to help [04:15] hey subarus [04:15] hey kiko [04:15] sabdfl! how's london feeling? [04:15] great to be home [04:15] I can imagine after such a long haul [04:15] have taken two days from ceoing to work on this thing of yours called "Launchpad" [04:16] tell me all about it [04:16] somebody mentions it has plenty of a real cool UI stuff called "portlets" === lbm [n=lbm@x1-6-00-13-10-7a-d1-e4.k233.webspeed.dk] has joined #launchpad [04:19] ddaa: Did you just get a "success" message for the job that just finished in pqm? [04:20] oh, good, my changes really did land. they're in rf, despite no commit mail. [04:22] dudes [04:22] its snowing [04:22] bradb: yes [04:23] it's been ages since I got a PQM message like that [04:23] in london? fwiw, it's snowing in paris too [04:25] snowing in london? in march? that's surprising [04:25] yay launchpad conflicts galore! === jsgotangco [n=jsg@ubuntu/member/jsgotangco] has joined #launchpad [04:32] bradb@oxygen:~/canonical/malone-bug-32709 $ bzr push --no-tree [04:32] bzr: ERROR: unknown long option '--no-tree' for command push [04:33] ! [04:33] bzr seems to change behaviour from one invocation to the next [04:33] if you apt-get upgrade between them, then.. [04:34] sure, but even not doing that :) [04:36] It seems to be due to not having a .bzr/x-push-data === bradb reports the bug [04:38] --no-tree is a bzrtools push option [04:38] maybe the bzr there doesn't have bzrtools install [04:38] ed [04:39] jamesh: Nope, it worked fine on other branches, and is now working fine on this branch again. [04:39] I blame it on clever, self-mutating code. [04:39] bradb: the bzrtools push command falls back to the builtin push command if you haven't asked to do an rsync push [04:39] it's a bug either way, in any case [04:40] so that would explain the connection to .bzr/x-push-data [04:40] it's very odd behaviour, I agree [04:40] it'd be a lot simpler if bzrtools just used a different command name [04:40] or if the rsync push stuff got integrated into the normal command [04:41] indeed. [04:52] ddaa: which branch did you want me to review? you have two branches in the general queue. [04:54] productseries-branch-oops, but please hold on, I'm resolving conflicts with the optional-branch-title which has landed [04:55] ok, ping me when i can start reviewing it. [05:00] bradb, do you know what causes oops OOPS-59B295 ? [05:00] https://chinstrap.ubuntu.com/~jamesh/oops.cgi/59B295 [05:02] kiko: Yeah, I've got a fix for it, but I had a small traversal issue to work out (adding /wobbly to the end of the URL breaks), but I hope to land it this morning. [05:03] I'm fixing that issue right now though. [05:03] And still wondering where the heck this morning's commit mail is disappearing to. === ddaa runs an errand, be back in a couple of hours === seb128 [n=seb128@ubuntu/member/seb128] has joined #launchpad [05:08] hi [05:08] bradb: well done for the upstreamtask change :) [05:08] :) [05:09] that's reduce pages to open from 3 to 1 :) [05:09] I mean for that action [05:09] which is nice ;) [05:10] window /5 [05:14] matsubara-lunch: ProgrammingError: ERROR: duplicate key violates unique constraint "bugtask_distinct_sourcepackage_assignment" -- I thought we had fixed that [05:15] we did [05:15] that oops is early [05:16] wait for my report analysis, daf ;) [05:16] slacker [05:16] wtf is "smtb" anyway? [05:17] suicide [05:17] mountain [05:17] biking [05:17] the carnival sport of preference in this fair city [05:17] however [05:17] I ended up biking to the beach and half-back [05:17] on the road bike [05:18] half back? [05:18] so it wasn't entirely true [05:18] https://chinstrap.ubuntu.com/~dsilvers/paste/filedsrZbU.html [05:18] well, it would have been 900km back the whole way, and I needed to work today, so we caught the bus in So Jos yesterday and saved 300km [05:18] ^^^ fux for big #31589 [05:19] does it look sane to you? [05:19] bug 31589 [05:19] malone bug 31589 in launchpad "Attempting to set redirection_url to a tuple instead of a string in login machinery" [Normal,In progress] http://launchpad.net/bugs/31589 [05:20] daf, does that work? it replaces some pretty kooky code, but I don't know if they are equivalent. can you give me an analysis? [05:20] sure thing [05:21] just as soon as I remember how it works [05:22] I think it's the difference between "not request.form.get('redirection_url')" and "'redirection_url' not in request.form" [05:22] i.e. the former also returns true when bool(form['redirection_url'] ) is False [05:23] so we get the form element twice when form['redirection_url'] == "" [05:23] am I making sense? [05:26] to put it another way, request/form/redirection_url|nothing doesn't distinguish between "element not in form" and "element in form but has a false value" [05:26] yes [05:27] and you want to check only the former, not the latter? [05:27] yes [05:27] exactly [05:27] rs=kiko [05:27] woots [05:27] can't r= because I can't really understand it [05:27] but your code is definitely clearer [05:27] so if it is also broken [05:28] it is at least less confusingly broken [05:28] now [05:28] daf, where's the test? [05:28] yeah, the test [05:29] I'm not sure how to test this [05:29] a pagetest? [05:29] because I'm making a negative assertion [05:29] "this doesn't appear in the form when I pass this parameter" [05:31] this page is pretty hairy [05:32] it deals with 7 different cases [05:32] it is [05:32] perhaps salgado has an idea on how to test it? [05:32] daf: "foo not in bar"? [05:33] bradb: in a page test? [05:33] daf: yeah [05:33] It's just Python code. [05:33] yo mean "" not in GET(....)? [05:34] daf: If you really mean to test that, yeah. [05:34] Although I'd probably first store the response in a var. [05:36] hmm, maybe I can work out a way of cleaning up the logic [05:36] and then testing the logic more directly [05:36] since it won't be in the page template any more [05:37] daf: what page is sending the redirection_url parameter? it seems wrong that you can override which page to redirect to by sending an extra parameter to the login page. === raphink [n=raphink@ubuntu/member/raphink] has joined #launchpad [05:39] BjornT: I don't think we know that [05:40] BjornT: it's just that James managed to reproduce the symptoms in the report by passing in an empty redirection_url === carlos [n=carlos@84.76.255.40] has joined #launchpad [05:42] bradb, ping? [05:42] kiko: pong [05:42] bradb, do you know what causes oops OOPS-59B295 ? [05:42] https://chinstrap.ubuntu.com/~jamesh/oops.cgi/59B295 [05:43] kiko: Same answer as when you asked earlier :) [05:43] I didn't see i [05:43] t [05:43] oh, sorry [05:44] I was busy writing up the report [05:44] bradb, is there a bug number for it? [05:44] bug 32709 [05:44] malone bug 32709 in launchpad "Cannot view status of bug in some cases" [Normal,In progress] http://launchpad.net/bugs/32709 [05:44] hmm, i wonder why redirection_url is needed at all... [05:47] BjornT: [05:47] ForbiddenAttribute: ('publishTraverse', ) [05:47] If $url returns a view, then how do I make $url/wobbly 404 and not raise that error? [05:48] interesting [05:48] I just saw this error in the oops reports [05:50] bradb: i think you have to define a publishTraverse() method, and either return None or raise NotFound, can't remember which. [05:51] ok, thanks, I'll give it a shot [05:52] although i think there is a bug somewhere, i would assume +someview/wobbly to be a 404 by default. [05:53] me too [05:57] BjornT: Oh, scarier still, it seems that it only applies to browser:schemadisplay. [05:57] Because +editstatus seems not to have this problem. [06:02] BjornT, bradb: this causes the same problem: [06:02] https://launchpad.net/distros/ubuntu/breezy/+source/gnome-terminal/+pots/gnome-terminal/fr/+translate/@@/launchpad.js [06:02] bradb: ok, don't spend too much time on it then, +viewstatus isn't a schemadisplay anymore in my branch. [06:02] I think it's a fundamental issue [06:02] not something callsites are doing [06:03] BjornT: Does http://localhost:8086/distros/debian/+source/mozilla-firefox/+bug/1/+viewstatus/wobbly not error for you then? [06:05] bradb: it's a 404 in my branch [06:06] lucky you. ok, i'll leave it to your branch to have that fixed and just land the fix for bug 32709 in this branch [06:06] malone bug 32709 in malone "Cannot view status of bug in some cases because of a KeyError: "milestone_widget" being raised" [Major,In progress] http://launchpad.net/bugs/32709 === abelcheung [n=abelcheu@221.126.155.111] has joined #launchpad === koke [n=koke@ubuntu/member/koke] has joined #launchpad === bradb & # lunch === jinty [n=jinty@196-28-45-102.jhb.netdial.co.za] has joined #launchpad [06:41] can anybody run a query on production for me? === G0SUB [i=ghoseb@unaffiliated/gnulinuxer] has joined #launchpad [06:43] any rosetta admins here? [06:43] jordi ? [06:50] G0SUB: hi [06:51] carlos hello! [06:51] carlos we want to get our language team registered for Ubuntu Translations [06:51] did you follow the procedure at wiki.ubuntu.com/RosettaFAQ ? [06:51] carlos yep [06:52] G0SUB: what team is this? [06:52] carlos I have mailed rosetta@ubuntu.com as well as rosetta-users [06:52] jordi Bengali [06:52] G0SUB: jordi will handle it [06:52] jordi: hi [06:52] jordi Steve told me to CC you the mail [06:52] G0SUB: yeah, should have done last night, but run out of time [06:52] G0SUB: let's go for it, let me open your email [06:52] jordi oh, okay [06:53] jordi awesome :) [06:54] G0SUB: ok, first thing: [06:54] once i have a branch on chinstrap that i'm updating, should i use --overwrite? [06:54] https://launchpad.net/projects/ubuntu-l10n-bn/ [06:54] this is wrong, you should have created a team, not a project. Go here: [06:55] jordi yeah, I was confused [06:55] https://launchpad.net/people/+newteam [06:55] oh [06:55] it's created already [06:55] what is already created? [06:55] carlos: I guess you can't add people now [06:55] G0SUB: https://launchpad.net/people/ubuntu-l10n-bn [06:56] hey sabdfl [06:56] hiya jordi [06:56] jordi so what next? [06:56] jordi: no, you need to ask it to any launchpad admin [06:57] G0SUB: ^^ -- A launchpad admin will do it for us, hopefully now [06:58] hmm, no steve, no lifeless [06:58] carlos, why don't we fix those permissions while we are add it? [06:58] sabdfl, no, you shouldn't ever need to --overwrite === karunakar [n=karunaka@59.176.17.63] has joined #launchpad [06:59] kiko: I promised Jordi to fix it this week, don't worry [06:59] okay [06:59] s/add/at [06:59] kiko: what's the fastest push once i have already done a slow push? [06:59] jordi aargh! [07:00] jordi any idea when that project was created? [07:00] sabdfl, I don't quite understand what you mean. you shouldn't ever need to do a "slow push" if you cp -ax your branches in chinstrap, --overwrite once, and then bzr push away for its lifetime. [07:00] bzr push sftp://... etc? [07:00] oh [07:00] don't use sftp:// [07:00] use chinstrap:/home [07:01] sabdfl: rsync is always the fastest way to do a push [07:01] G0SUB: I thought you created the project [07:01] jordi nope, we have been hijacked [07:01] woa [07:01] sabdfl, and what carlos is saying is that sftp:// implies sftp, not rsync [07:01] jordi that's some other party [07:02] jordi there was no bn team since yesterday [07:02] till yesterday [07:02] right, and the chinstrap:/home... url uses rsync. I'm not suggesting use rsync directly [07:02] G0SUB: We got two emails in the last days from Baishampayan Ghose [07:02] requesting it [07:02] jordi that's me [07:02] ok [07:03] carlos: can we know when https://launchpad.net/people/ubuntu-l10n-bn/ was created? [07:03] ugh [07:03] today [07:03] this sounds like a joke. [07:04] jordi see? === soumyadip [n=soumyadi@59.93.192.208] has joined #launchpad [07:04] G0SUB, [07:04] jordi: why? [07:04] soumyadip the BD guys have hijacked it ... [07:04] duh ? [07:04] carlos: G0SUB asked on the 27th for a Bengali team. Today, one appeared in launchpad, but has no relation to him [07:05] G0SUB: who are the "BD guys"? Do you know them? [07:05] jordi BD is Bangladesh [07:05] jordi we are from India [07:05] jordi, the BD guys are people from Bangladesh [07:05] jordi we have the same language but two locales [07:06] jordi, ideally we'd like to have a single project, under the aegis of bengalinux.org [07:06] G0SUB: does the language change a lot? [07:06] carlos yes [07:06] carlos quite a lot [07:07] carlos, not a lot, but significant enough for Mozilla to allot two different projects :) [07:07] G0SUB: what variant is the normal "bn" translations, without a country code?= [07:07] then ubuntu-l10n-bn should not be used [07:07] jordi, usually bn_IN [07:07] jordi well, it's bn_IN [07:08] ie, is there a bn and bn_BD translations, or is there bn_IN and bn_BD, and nobody uses plain "bn"? [07:08] jordi, the second one [07:08] bn_IN and bn_BD [07:08] ok, as the Chinese then. [07:08] yup [07:09] We'll rename this team to bn-BD, yours will be bn-in then [07:09] jordi: then ignore ubuntu-l10n-bn for now and try to contact them to rename it to the right name [07:09] yep [07:11] Anybody on hte launchpad team with experience building packages? [07:12] jordi can you assign ubuntu-l10n-in to us then? [07:12] G0SUB: you mean ubuntu-l10n-bn-in? [07:12] yeah, that [07:13] yes. [07:13] Let me finish writing this email to the BD dudes [07:13] jordi okay [07:13] When you said "BD guys", I thought you meant "BAD guys", and I thought we'd have a big flamewar between the two groups. :) [07:13] jordi lol [07:16] G0SUB: ok, can you create your bn-in team and add your people to it? [07:16] G0SUB: I'll send an admin request so it gets added to Ubuntu translators. [07:17] jordi okay, sure === karunakar [n=karunaka@59.176.17.63] has left #launchpad ["Leaving"] [07:19] G0SUB: you tell me when you're ready. [07:20] jordi ok [07:21] G0SUB: you also need to provide us with the Plural Forms information for bengali. Do you know it? [07:22] jordi there must be some for bn_BD ? [07:22] G0SUB: for bn, I guess [07:22] hopefully that works equally for both? [07:22] jordi yes, that's the same [07:23] ok, can you tell us? [07:23] G0SUB: heh, the day before you asked for it we got a request for a Tamil team as well. [07:23] G0SUB: things are moving in India. :) [07:23] jordi heh [07:24] jordi btw, what do I put in the ``contact email address''? [07:24] I put in my email ID and it says taken? [07:24] leave it blank [07:24] ok [07:25] if you have a mailing list and so on, you could direct your email there. Without a value, you'll get the email instead [07:25] carlos, where can I see the dapper imports happening? [07:25] G0SUB: I love Indian scripts. [07:26] jordi heh, and we all love Pizza, and Pastas [07:26] kiko: launchpad.net/rosetta/imports [07:27] kiko: but it's broken atm as I notify on Monday. [07:27] kiko: finishing the fix today [07:27] the performance issue? [07:27] kiko: yes [07:27] kiko: timeouts break it [07:29] salgado, ping about bug 33299? [07:29] malone bug 33299 in launchpad "foaf.nickname.generate_nick() might generate names that don't meet the valid_name constraint" [Normal,Confirmed] http://launchpad.net/bugs/33299 [07:29] jordi done ... https://launchpad.net/people/bn-in-team [07:30] G0SUB: eek [07:30] jordi what? [07:30] G0SUB: can you rename it to "ubuntu-l10n-bn-in"? :) [07:30] okay [07:30] G0SUB: it's the standard name ofr all the ubuntu teams. [07:30] fine [07:30] salgado, unping, I guess -- you seem to have a good idea of what to do. [07:31] jordi https://launchpad.net/people/ubuntu-l10n-bn-in [07:32] G0SUB: great [07:32] G0SUB: request sent [07:33] fine, thanks [07:33] G0SUB: hopefully lifeless can have a look when he wakes up [07:33] kiko, it's just the name_sanity_pattern that is broken [07:33] cool [07:33] carlos: lifeless didn't do the Akan change on IRC when I asked because IIRC he wanted to check it out with you before. Can you confirm https://launchpad.net/products/rosetta/+bug/31835 is correct? [07:34] malone bug 31835 in rosetta "Akkadian assigned to "ak" code in ubuntu-translators group" [Major,Unconfirmed] [07:34] carlos: ie, confirm in the bug log [07:34] G0SUB: I'm leaving office now. We'll see what the Bangladesh guys reply. [07:34] sure [07:35] jordi fine, thanks a lot .. I will be back again tomorrow [07:35] G0SUB: cool [07:35] laters [07:38] daf: I have a variant of your failure now... except the assertEqual fails and give me two identical lists... [07:38] I am utterly confused... [07:38] jordi: This is what we have in our database.... [07:38] launchpad_dev=# SELECT code, englishname from language where code like 'ak%'; [07:38] code | englishname [07:38] ------+------------- [07:38] ak | Akkadian [07:38] aka | Akan [07:38] (2 rows) [07:40] carlos: ak -> Akan ; akk -> Akkadian [07:40] needs to be fixed [07:40] jordi: that needs stub to fix the DB [07:40] jordi: and that means that iso-codes package is broken [07:40] hm [07:40] Will file a bug on that then === jordi checks. [07:41] aka aka ak Akan [07:41] akk akk XX Akkadian [07:41] might have been fixed later onp [07:41] would be [07:42] where can I find martin pitt? [07:42] what's his nick? [07:43] G0SUB: pitti [07:43] oh, him? [07:43] okay === tambaqui [n=patricia@200-213-121-224-mns.cpe.vivax.com.br] has joined #launchpad [07:54] ol tambaqui === carlos [n=carlos@84.76.255.40] has joined #launchpad [08:13] BjornT, did the work on fixing the bugwatch script fall off the radar? [08:17] kiko: hmm, seems so :-/. i did create a branch for the bug, but never got around fixing it. i'll fix it now then. [08:17] thanks [08:19] er, hey [08:19] who do i speak to to get the default assignee for a source package changed [08:20] there is no default assignee [08:20] do you mean bug contact? [08:20] yeah [08:20] as in when bugs are opened on a package they get assigned to a team instead of just me [08:21] Mez, they don't get assigned to a team [08:21] a team may get subscribed [08:21] you can assign yourself however [08:22] ok [08:22] well basically [08:22] matsubara, can you please dupe bug 33302 [08:22] malone bug 33302 in rosetta "Error OOPS-60C360" [Normal,Unconfirmed] http://launchpad.net/bugs/33302 [08:22] at the moment - a certain package - I get sent emails automatically about it ... but i want the katapult team to get the emails not just me [08:23] Mez, so you want to change the bug contact for that certain package in ubuntu. [08:23] that's easy! [08:23] visit the source package's page [08:23] yeah [08:23] there's a menu option for bugmail settings (I believe that's the wording) [08:23] unmark katapult [08:23] mark yourself [08:23] easy! [08:35] matsubara, please dupe bug 33203 as well -- or perhaps it's not a dupe? [08:35] malone bug 33203 in launchpad "poll: dates are not properly validated" [Normal,Unconfirmed] http://launchpad.net/bugs/33203 [08:36] kiko: duped the 33302 and will check the other now. [08:36] thanks [08:48] kiko: I can't reproduce 33203. It seems to me that the validator is doing the right job. [08:49] matsubara, look at the form data? [08:55] kiko: what do you mean? I'm not getting any error and when I use a invalid date, the validator gives me a nice Invalid date format. When I tried with the dates supplied on the bug report, the form changes the format to YYYY-DD-MM to the ISO format YYYY-MM-DD. I think it's a feature, isn't it? === lbm [n=lbm@0x50c7a3ae.abnxx3.adsl-dhcp.tele.dk] has joined #launchpad === matid [n=matid@195.116.35.7] has joined #launchpad [09:11] Hi, how many karma points do I get for a translation if I'm in the translation group responsible for that package, so I don't create suggestions only? [09:13] From what I have found on wiki it seems that I get 2 points - one for adding a suggestion and another one for getting this suggestion approved (even if it's done automatically) [09:14] Is it so? [09:17] BjornT: pushing fixed productseries-branch-oops [09:17] we are almost there guys, just three outstanding branches [09:20] lifeless: can i run a test story now? [09:20] sabdfl, yes. [09:20] how? [09:20] just python test.py -f . story-name [09:21] sabdfl: https://wiki.launchpad.canonical.com/LaunchpadHackingFAQ#head-b454516710233a7eee2eb4b44d7bc6e4a97e04a3 [09:21] so if it is something like ticket-tracker [09:21] thanks guys [09:21] python test.py -f . ticket-tracker [09:23] ddaa: ok, tell me when it's fully pushed. === ddaa prepares [09:25] I'm going to look at spivs work on the vcs-imports-pull-list, maybe I can finish the important bits tonight [09:27] ddaa: question for you [09:27] Do you guys know why is this bug happening: https://launchpad.net/products/rosetta/+bug/31146 [09:27] malone bug 31146 in rosetta "Too many fields in Polish translation of Ubuntu Documentation (quicktour)" [Normal,Unconfirmed] [09:28] I've found it in other packages too [09:30] sabdfl: ? [09:30] Or maybe should I just ignore it and fill every field with the same translation? [09:31] ddaa: sorry, distracted :-) [09:31] how much do you know about svn and cvs commit messages? [09:31] BjornT: NOW [09:31] is there a place to put arbitrary, interested metadata in there? [09:31] ok, i'll start reviewing it soon. [09:32] I see I'm interruping, nvm [09:32] sabdfl: SVN has revision properties, or so I heard [09:32] They have some sort of very limited use routinely. I do not remember what. === matid [n=matid@195.116.35.7] has left #launchpad ["Ex-Chat"] [09:34] sabdfl: I do not know of CVS having any such metadata, if that's important, I think I can find a better answer by looking up the protocol docs. [09:35] Though, thinking of it, some people manage to piggyback metadata on cvs commits. Some recent cvs servers actually store a commit id to identify file commits that were created as part of the same commit operation. [09:35] (i.e. actually storing full-tree commit information) === mpt [n=mpt@219-89-130-128.jetstart.xtra.co.nz] has joined #launchpad [09:37] actually CVS does not really have revision model at all, so you can say many different things depending on your perspective. Some people says it Conceivably Versions Something [09:37] ok, what about SVN? [09:37] here's the real question [09:38] fast forward to when we have SVN imports smooth [09:38] we will be publishing a bzr branch that has a revision for each revision in the SVN branch, right? [09:38] I'll look up the specifics. I'm not sure I'm not confused. [09:38] righty (insofar SVN has branches at all) [09:39] trunk [09:39] or stable branch [09:39] now, people bzr branch off those branches [09:39] and work offline [09:39] in teams [09:39] bound branches [09:39] whoooot! [09:39] they do something interesting [09:39] and they want to land it on the SVN trunk === ddaa smells "embrace and extend" ;) [09:40] i'd like you to think about finding a way that they could encode the bzr information into that landing metadata, so that, when our svn importer comes along, it can sanely reflect the full cycle that has happened [09:40] see, the bzr code branched from a revision, and it remembers that [09:40] when it lands in svn, it can leave everything that we need to know so that we can make that svn branch look just like a bzr branch [09:41] if someone else continues working on that branch, and merges from the bzr trunk, they should see that many of their revisions have actually landed on trunk [09:41] make sense? [09:41] specifically for svn [09:41] i'm not concerned about cvs (at this stage ;-) [09:42] the reason i am asking about this is as follows [09:42] python has switched upstream TRUNK to SVN [09:42] we will import and publish that [09:42] I think that would be worth investigating. I can already think of one clear corner case, and I'm certain there are more. [09:42] I do like the plan. [09:42] it would be nice if the folks who use our bzr branches can do so completely - landing code [09:42] ok, we're on roughly the same page then [09:42] no need for action now, but bear it in mind [09:43] we can talk more at the sprint [09:43] ddaa: will you file a braindump spec, called SvnLaundromat, and subscribe me? [09:43] copy this conversation into it [09:43] no need for further work [09:43] I very much like anything that allow bzr to "subvert" projects by leveraging the vcs-imports. [09:44] I think I'll give it a more descriptive name, or mpt is going to hurt me for creating MORE obscure names, but ok. [09:45] Something like BzrRoundtripSvn [09:46] sounds good [09:48] I think we are already basically in sync on the big picture. The details would need to be hammered with several days of deep speccing in a quiet place. [09:48] (that is _not_ on a sprint) [09:48] also, the svn import support itself needs to go a long way before we can think of that. For example, we do not support renames yet. [09:50] can sqlobject's select() be passed a column to distinct on? [09:53] elmo, no, the distinct argument takes only True or False [09:53] meh [09:54] salgado: thanks [09:55] np === bradb heads off, later all === bradb [n=bradb@modemcable033.209-70-69.mc.videotron.ca] has left #launchpad [] [10:00] sabdfl: you are subscribed https://launchpad.net/products/launchpad/+spec/bzr-roundtrip-svn/ [10:01] danke [10:12] sigh [10:15] does anyone know what the API change in the librarian was recently, or can remember something that would help me find the thread in the ml archives? [10:19] elmo: maybe it is spiv/launchpad/librarian-database-agreement [10:20] ddaa: we dont? I thought we did support svn renames [10:21] AFAIK, only as delete-create [10:21] ddaa: hum? [10:21] elmo: hip shooting, that's the most recent ML traffic (in launchpad-reviews) that suggest that something might have changed in the librarian [10:21] Not much substance though. [10:22] So, short have having a librarian guru around, I'd look at the changes introduced by that branch. [10:24] lifeless: because a rename in svn is really copy+delete, so some whole-changeset logic is required to actually do a copy or a rename. [10:24] and that's just with single file renames [10:24] with directories, there's a whole other can of worms [10:26] so.. [10:26] svn loses information here [10:26] we support copied file [10:26] s [10:26] as adds [10:27] how does svn support reames ? [10:27] I'm not 100% sure (say, 80%), but I believe it's a add with copy_from (a copy) and a delete. [10:28] you know, svn has his wacky notion of tracking file copying [10:28] yes [10:28] from which they derive these thingy they call "branches". [10:28] well [10:28] they have a big hammer [10:29] and they have built up a workable system from it [10:29] yes they are A+D pairs to do a rename [10:30] but they dont have a 'rename' in the db (at least for the api versions I learnt) [10:30] lifeless: I checked the ChangesIterator.py, my recollection is correct. We do not synthesize renames. [10:30] right [10:30] when you say 'support renames for svn' what do you mean ? [10:31] many many levels there [10:32] I need an expert that knows about GeneralFormView [10:32] BjornT: around? [10:32] carlos: yes, i'm around [10:32] simplest level is "traverse all changes in a revision, group copy from _file_ A with delete A to synthesize a file rename, bail out if something nasty occurs (e.g. multiple copies)" [10:33] BjornT: do you have sometime to help me with a GeneralFormView? [10:33] whee... ltraceing a launchpad script != clever [10:34] elmo: !!! [10:34] elmo: whats wrong ? [10:34] 4 minutes of wall time and 90M of output later, it's still doing python importing AFAICT [10:34] carlos: sure [10:34] the most complex level would look like something "process directory copies and deletes, combine them with one another (for simultaneous renames of nested dirs), combine them with file renames. [10:34] When multiple copies of the same file happen on the same revision, make an educated guess of which one should be a rename". [10:35] elmo: I meant 'why do you need to do that' [10:36] BjornT: I'm having problems fixing https://launchpad.net/products/rosetta/+bug/29944 [10:36] malone bug 29944 in rosetta "Import queue: ForbiddenAttribute: pofile oopses when importing gnome-panel for Georgian" [Normal,In progress] [10:36] BjornT: you should have the code on your tree [10:36] And then there's this thing about copies from other branches, where we ideally should be able to use consistent file ids. [10:37] lifeless: I thought it'd be an easy way to see the http conversation between me and the librarian [10:38] elmo: doh! [10:38] BjornT: your code lacks the pofile attribute on the Interface [10:38] tethereal is my favourite toy for that [10:39] BjornT: and I added it to my branch [10:39] yeah, unfortunately this is on ftp-master, so it does a lot of talking to the librarian === Seveas [n=seveas@ubuntu/member/seveas] has joined #launchpad [10:39] whats going wrong ? [10:40] BjornT: the problem is that if the interface has it as (pofile = Attribute...) the error is still there. I need to use Int or Choice to be able to use self.context.pofile [10:40] I'm getting 503'd trying to download a file, in a script which worked last week [10:40] BjornT: and I need to understand it... [10:40] thats a server error [10:41] lifeless: I need to focus on fixing branch-pull-list.txt for vcs-imports, spiv appears to have stalled on that :( [10:41] are you talking to the librarian public interface or to the control interface ? [10:41] spiv: ping [10:41] ddaa: he should be around immenintley. [10:41] ddaa: I will ask him. How are vcs-imports different to push branches in this context ? [10:42] different path to synthesize [10:42] lifeless: I'm just using LibrarianClient [10:42] lifeless: push branches are on local filesystem, vcs-imports are on some remote host [10:42] elmo: is your lp source tree up to date? we put a version signature-enforcing check into librarian [10:42] ddaa: and theres some flag to detect this ? [10:42] lifeless: for download? [10:42] carlos: hmm, that sounds strange. what interface is this? [10:43] lifeless: and no, my source tree is the soyuz branch, it's probably unamusingly out of date [10:43] elmo: anything that talks to the control interface. I am guessing that your script talks to the control interface [10:43] a branch of the soyuz branch [10:43] lifeless: LibrarianClient() talks to the control interface? [10:43] lifeless: we agree to use branch.owner=vcs_imports as in interim measure, then change the code to use Branch.origin_type (or something like that) enum of PULL, PUSH and IMPORT. [10:43] BjornT: translationimportqueue.py [10:44] ddaa: ok. I have paged this in. leave it with me and expect an email overnight [10:44] BjornT: you have there an IEditTranslationImportQueue interface that is used to render the form [10:44] BjornT: but the actual interface is ITranslationImportQueue [10:44] elmo: what methods on LibrarianClient do you call ? [10:45] lifeless: not a very complicated patch, most of it would be testing. You'll need the sampledata in my productseries-branch-oops branch and the rename in spiv's rename-buttsource (both in BjornT's review queue). [10:45] carlos: and you added pofile to ITranslationImportQueue, right? [10:45] lifeless: just getFileByAlias() [10:45] BjornT: right [10:45] bug 6026? [10:45] malone bug 6026 in malone "Oops from changing bug's product when milestone is set" [Normal,In progress] http://launchpad.net/bugs/6026 [10:46] BjornT: atm I merged both interfaces but I don't think that's needed === Seveas [n=seveas@ubuntu/member/seveas] has joined #launchpad [10:46] I tried a lot of things until detected where the problem is [10:46] lifeless: but the fact is that I'm still far from my time quota today, and I have nothing else to work on right now :) [10:46] elmo: for debugging, print out the result of librarianclient.getUrlForAlias(aliasid) [10:46] (though, I can work in advance for next week) [10:47] ddaa: if spiv has agreed to do it, and you have items that are not blocked yet, I would work on those [10:48] elmo: you should be able to get the url that spits out [10:48] elmo: s/get/wget/ [10:49] elmo: and no, AFAICT that code path should not be touching the control path [10:49] it's getting worse, now I'm getting -ECONN, WTF is going on [10:50] want me to phone-ping spiv ? is 8:50 so not unreasonable [10:50] nah, it's almost certainly me doing something stupid [10:50] carlos: i don't know why it doesn't work, it whould work with an Attribute. if you mail me your diff and explanation how to reproduce the error, i can take a look at it tomorrow. [10:50] I'll keep banging my head against the desk [10:50] ok [10:50] use a towel, bloodstains on wood are a biatch [10:50] BjornT: I suppose it's ok if I use 'Int' in the mean time, right? [10:51] we are not rendering that field anyway [10:52] lifeless: ack [10:52] carlos: is it possible to use a Choice field? (that is, is there a suitable vocabulary for it). if so, use a Choice field, otherwise an Int field with an XXX comment. [10:52] anyway it looks like I might go offline with -EPARTNER pretty soon tonight [10:52] BjornT: no, we don't have a vocabulary for it, that's why I'm suggesting to use an Int [10:53] BjornT: will do it that way. [10:53] BjornT: thanks [10:55] kiko: could you do a quick review of the fix for bug 32600? https://chinstrap.ubuntu.com/~dsilvers/paste/filew8J9Ac.html [10:55] malone bug 32600 in malone "checkwatches.py blows up if an Bugzilla instance with an unsupported version is encountered." [Normal,In progress] http://launchpad.net/bugs/32600 [10:56] BjornT, maybe "UnsupportedBugTracker", period? [10:56] I mean, you could potentially reuse this for other cases [10:57] BjornT, other than that, r=kiko [10:57] kiko: well, you mean combining this new exception with UnknownBugTrackerTypeError? [10:57] BjornT, yes. [10:59] kiko: hmm, i'd rather have two different exceptions. in one case we know nothing about the bug tracker, and will be hard to fix the problem. in the other, where we support the bug tracker, but not this particular version, it's easier to fix. [10:59] what's a good sys.exit(0) type thing to forcibly ensure I'm running/importing the code I think I'm importing? [11:00] os._exit [11:00] thats a hard DO IT NOW.. REALLY call [11:01] BjornT, reasonable. r=kiko [11:01] ok, 0900, time for more knitting, see you all on the flip side [11:01] thanks [11:02] lifeless: thanks [11:03] Q#%$YG!#%GHQ#W === mpt_ [n=mpt@219-89-157-121.jetstart.xtra.co.nz] has joined #launchpad === AlinuxOS [n=Ubuntu@d83-176-80-237.cust.tele2.it] has joined #launchpad === Mez [n=Mez@ubuntu/member/mez] has joined #launchpad [11:22] BjornT: review? please? [11:23] ddaa: already sent you the review === ddaa fetches mail again [11:24] one minute ago :) [11:25] BjornT: looks like all the things you commented one are bad conflict resolutions [11:25] I'll double check them. Is that approved otherwise? [11:26] yeah, i thought so. yes, it's approved. [11:26] okay, then it's blocked on spiv's rename branch. [11:26] I'll try and address the review for it right now. [11:28] BjornT: can the production rename thing be done through the UI? [11:29] If no, I'll make a sql patch instead of patch on current.sql [11:31] ddaa: i'm not sure. since there's code that depends on the name, if you change it before the rollout, things might break. and if you rollout with having change the name, maybe things will break so that you can't change the name through the UI. [11:32] ddaa: a patch is probably the way to go, you could ask stub what he thinks. you still need to patch current.sql, though. [11:32] the database patches are run before current.sql is loaded [11:32] ha, right, so the actual data changes become no-ops [11:33] I'll do it right now. It's blocking me. [11:36] mh... stub not here... :( === BjornT -> bed [11:43] who did the cleanup to prevent add and edit forms rendering? [11:43] very good work [11:43] cleans up the page tests nicely [11:43] sabdfl: thanks :) [11:43] night, then :-) [11:45] lifeless: pong [11:46] lifeless: I was waiting for daf's branch to merge, which it now has, so it won't take me long now. [11:46] (otherwise there were three branches with overlapping changes to this code) [11:47] spiv! [11:47] ddaa: Good morning [11:48] spiv: as I said to lifeless, you'll need the sampledata in my productseries-branch-oops branch, which depends on rename-buttsource [11:49] hey spiv [11:49] can i ask for a quick update on supermirror push / pull? === jouston [n=jouston@59-105-136-199.adsl.static.seed.net.tw] has joined #launchpad [11:50] sabdfl: It's exactly one review comment away from merging, which will get solved today. [11:50] damn, you're good :-) [11:50] spiv: here would be a plan: you do the db patch for rename-buttsource, I do the cleanups in productseries-branch-oops, you merge both branches, then do the pull-list update. [11:51] There's also a test case which was modified by productseries-branch-oops that will need updating with pull-list, so you'll have to include productseries-branch-oops anyway. [11:51] spiv: do you think you can handle that today? [11:52] ddaa: Yep, definitely. [11:52] Then we have the launchpad meeting and say "everything is in place, bzr imports go live monday" [11:52] ddaa: I like that plan :) [11:53] (unless I forgot something along the way, which is not all that unlikely considering the number of moving parts we've been juggling with) === ddaa runs to fix his branch [11:54] Hmm, weird merge conflict. === spiv goes to #bzr [11:55] spiv: it does not seem to occur when merging the other way around [11:56] ddaa: When merging rename-buttsource into rocketfue. [11:56] yup, I had a weird bunch of conflicts as well... [11:56] Just one conflict: [11:56] bzr: WARNING: Conflict adding file lib/canonical/launchpad/doc/validation.txt. Moved existing file to lib/canonical/launchpad/doc/validation.txt.moved. [11:56] ha, yes, weird [11:56] But the only revision merged didn't touch or add that file. [11:57] I noticed that, that indeed looks like a bug [11:57] it just waaaaay below by troubling threshold ATM :) [11:57] Oddly enough, the pending-reviews page doesn't have this issue. [11:57] So I guess it might be a bug in newer bzrs? [11:57] Probably a bug in the new fancy merge stuff from abentley. [11:58] or a bug in our data that's uncovered by the merge stuff [11:58] Right. [11:58] I'll ask #bzr.