=== mpt_ [n=mpt@203-173-178-53.bliink.ihug.co.nz] has joined #launchpad === Seveas [n=seveas@ubuntu/member/seveas] has joined #launchpad === ajmitch [n=ajmitch@203.89.166.123] has joined #launchpad === mpt__ [n=mpt@203-173-178-53.bliink.ihug.co.nz] has joined #launchpad [01:00] Gooooooooooooooooooooooooood morning Launchpadders! === mpt__ drops a pin === mpt__ listens [01:09] morning mpt [01:09] how's dunedin today? === Yannig [n=LokaUsr@AToulouse-254-1-104-172.w86-207.abo.wanadoo.fr] has joined #launchpad [01:10] Cold and rainy, ajmitch [01:11] A change from yesterday, which was cold and icy [01:11] Where are you now? [01:11] canberra [01:11] sunny but a bit chilly === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #launchpad === rpedro_ [n=rpedro@87-196-39-97.net.novis.pt] has joined #launchpad === mdke_ [n=matt@unaffiliated/matt/x-000000001] has joined #launchpad === stub [n=stub@ppp-58.8.2.53.revip2.asianet.co.th] has joined #launchpad === mpt [n=mpt@203-173-178-53.bliink.ihug.co.nz] has joined #launchpad [04:42] Hooray, Internet is back [04:43] isp issues? === mdke [n=matt@unaffiliated/matt/x-000000001] has joined #launchpad [04:49] yeah === dem [n=dem@d192-24-76-132.try.wideopenwest.com] has joined #launchpad [04:52] guys i have a launchpad question cause i just can't figure out it out, 1 how to i setup my app so users can translate it, 2 how do i upload a package [04:52] after going on drapes (which is my project), I just cannot find the options [04:53] dem: you need to register a product (it sounds like you've registered a project) [04:54] yeah i did [04:54] i just can't figure out how to do anything... is it hidden somewhere? [04:54] dem: what is the URL of your project? [04:55] https://launchpad.net/products/drapes [04:55] i figured out to register my bzr branch tho [04:55] okay, so you did register a product (I was wrong above) [04:55] wait i'm confused [04:56] there is a "translations" link to the left of your product page [04:56] yeah, it says that my app isn't setup to do translations... [04:56] that page points to the Rosetta FAQ [04:58] oh, wow, that's bad [04:58] if you email the launchpad-users list (https://lists.canonical.com/mailman/listinfo/launchpad-users) one of the rosetta guys should be able to import your PO template [04:58] The next step is buried halfway down the page! [04:58] No wonder dem is confused :-/ [04:59] hmmm, I can fix that this afternoon [04:59] (not to mention that it points you at the wrong wiki to begin with ) [04:59] jamesh, so review my branch that fixes it :-) [04:59] i was about to cry, i mean i can figure out how to write my app but i can't figure out how to use lauchpad :( [04:59] mpt: it is on kiko's queue :) [05:00] do i have to register to email the list [05:00] excuses excuses ;-) [05:00] dem: do you have a PO template for your app? [05:01] i belive that it's in my bzr branch [05:03] dem: the rosetta admins will need that file to allow translation of the application. If you've set up everything, it should get built as po/drapes.pot in your source directory [05:04] check to make sure it includes the strings you'd expect it to [05:04] the drapes.po should be a "unfilled" out template? [05:05] yes [05:05] the msgid's should be strings from your app, and the msgstr's should be empty [05:05] (the idea is that a translator takes a copy of the PO template and fills in the msgstrs to create a PO file) [05:08] will it pick it up from my bzr branch automaticaly? [05:09] no [05:10] (not yet, at least) [05:27] dem, how are you doing? [05:27] Have you mailed the rosetta list? [05:28] in the process [05:28] great [05:29] I'm making a list right now of the things we can do to make this easier for people [05:29] 1. The "Translations" link should be in a more obvious place [05:29] it just seams really hard to figure how to set stuff up in lauchpad [05:30] 2. If you're the administrator of a product, Rosetta should tell you directly how to set up translation [05:30] instead of sending you off to some FAQ [05:30] (and even if you're not the administrator, Rosetta should tell you directly how you can get the administrator involved) [05:30] how do you add packages to rosetta too? [05:31] i cliked on packages but... [05:31] 3. It should be possible to submit the POT without mailing the Rosetta list [05:31] 4. It should be possible to suck in the POT automatically from a branch you've registered [05:32] that would be awesome [05:32] dem, I don't know the answer to that question, sorry [05:32] I do know it takes a fair amount of work at the start of each release cycle to add all the packages for that release [05:33] well is there no way i can post the latest of my package, i already had a deb (for dapper) built for it [05:34] oh, that "Packages" link is for if your product is packaged in a distribution Launchpad knows about [05:34] e.g. if it's already shipped in Ubuntu, you can say "this Xyz product is where Ubuntu's xyz package comes from" [05:34] so i can't add my own package? [05:35] no [05:36] I suppose that's a bit misleading too [05:38] ok email sent, now waiting for my email to be aproved by the list moderator [05:42] cool [05:43] Sorry about the problems dem, we'll do what we can to make it easier [05:43] that's quite alright, i was just becoming depressed that i can't figure out how to use launchpad === sevrin [n=sevrin@202.75.186.154] has joined #launchpad === mholthaus_ [n=mholthau@42.25.76.83.cust.bluewin.ch] has joined #launchpad === raphink [n=raphink@ubuntu/member/raphink] has joined #launchpad === heyko [i=heyko@esenscity.de] has joined #launchpad === mpt_ [n=mpt@203-173-178-53.bliink.ihug.co.nz] has joined #launchpad === mpt__ [n=mpt@203-173-178-53.bliink.ihug.co.nz] has joined #launchpad [08:02] jamesh, ping [08:03] mpt: pong [08:04] jamesh, if I use browser.addHeader('Authorization'...) early in a test, but then want to test the same page unauthenticated, do I have to do something like browser.removeHeader()? [08:04] mpt: malcc made some changes to the environment page tests are run in to help with situations like this [08:05] mpt: there are three more browser instances available: anon_browser, user_browser and admin_browser [08:05] as in, anon_browser.open(url)? [08:06] they are set up for anonymous, authenticated and administrator users respectively [08:06] yeah. [08:06] cool, thanks [08:06] so you can do some tests with user_browser, and then switch to anon_browser to show how things behave when you're not logged in [08:07] Well in this case, I'm testing (a) product owner, (b) someone else, (c) anonymous [08:07] so for (a) and (b) I'm using explicit people, but for (c) I can use anon_browser [08:07] okay [08:08] for reference, user_browser logs in as test@canonical.com and admin_browser logs in as foo.bar@canonical.com === glatzor [n=sebi@ppp-82-135-65-46.dynamic.mnet-online.de] has joined #launchpad === mpt_ [n=mpt@203-173-178-53.bliink.ihug.co.nz] has joined #launchpad === pc_butler [n=chatzill@dsl-165-156-167.telkomadsl.co.za] has joined #launchpad [08:54] hi [08:54] im in upington in south africa [08:54] any one online? [08:55] pc_butler, hi [08:56] do u know if one can download programs for ubuntu for instal on pcs with no internet? [08:56] how does it work? [08:56] mpt_, ? [08:57] pc_butler, I think there's a way of doing that, but I'm not sure [08:57] This channel is about Launchpad, though [08:57] You'd be better off asking in #ubuntu [08:58] whats launchpad about? [08:58] not working togther? [08:58] Launchpad is a set of Web applications that the Ubuntu developers use [08:59] along with developers of various other products [08:59] So asking us about an Ubuntu problem is a bit like asking the Bugzilla developers about a Thunderbird problem :-) [09:00] morning === rpedro [n=rpedro@87-196-76-20.net.novis.pt] has joined #launchpad === carlos [n=carlos@206.Red-88-15-195.dynamicIP.rima-tde.net] has joined #launchpad === raphink [n=raphink@ubuntu/member/raphink] has joined #launchpad [09:13] morning [09:14] mornng [09:14] carlos: yesterday someone was asking when edgy will be ready to translate, what should one say to those questions? [09:16] mdke: I already talked with pitti about having language packs for Edgy. I will preare all to have them ready next week. [09:16] wow [09:17] carlos: but presumably it is a good idea to translate dapper strings, right? if they get merged and dapper gets updates [09:17] sure [09:17] right [09:17] thanks :) [09:17] In fact, launchpad/rosetta will ask by default for dapper translations [09:19] dem: if you are still around and want to ask about getting your PO templates set up in rosetta, carlos can probably help. [09:19] jamesh, dem: If it's not really urgent, jordi should do that [09:45] spiv: hello. healthy again? === Kamion [n=cjwatson@83-216-156-196.colinw664.adsl.metronet.co.uk] has joined #launchpad [09:46] spiv, jamesh, stub: infrastructure call? === mpt [n=mpt@203-173-178-53.bliink.ihug.co.nz] has joined #launchpad [09:52] SteveA: Sure [09:54] SteveA: getting there, slowly :( === kiko [n=kiko@195.58.90.162] has joined #launchpad === spiv starts skype [09:54] spiv: can you croak through a voice call? [09:54] SteveA: sure [09:54] morning mister kiko [09:55] SteveA: Today's feature symptom is congestion :) [09:56] at least it isn't latency [09:56] it's probably the black plague === BjornT [n=bjorn@195.58.90.162] has joined #launchpad === bradb [n=bradb@195.58.90.162] has joined #launchpad === AnAnt [n=anant@2001:5c0:8fff:fffe:0:0:0:45f] has joined #launchpad [10:09] morning === AnAnt [n=anant@2001:5c0:8fff:fffe:0:0:0:45f] has left #launchpad [] === malcc [n=malcolm@host86-135-139-100.range86-135.btcentralplus.com] has joined #launchpad [10:21] morning all [10:21] SteveA: what is the landing URL for PQM again? [10:21] steves on a voip call at the moment [10:22] what do you mean by the landing URL ? [10:22] i think it's the url that pqm is supposed to land on [10:22] sftp://chinstrap.ubuntu.com/home/warthogs/archives/rocketfuel/launchpad/devel [10:22] ~ [10:22] flash% rocketfuel-land "[r=stevea] Fix blueprint bugs and add spec searching" [10:22] Please identify where you want submitted merges to occur in .bzr/parent (or use bzr pull --remember) [10:23] Your rocketfuel-land script seems to be out of date, it's .bzr/branch/parent since bzr 0.8. [10:23] ok, interesting! [10:24] is there a repo with the latest rf scripts? [10:25] the bzr pqm-submit plugin is pretty easy to use after some one-off configuration [10:26] jamesh: how do i install a plugin? === salgado [n=salgado@195.58.90.162] has joined #launchpad [10:28] sabdfl: https://launchpad.canonical.com/WorkingWithSharedRepositories <- "Sending Merge Requests to PQM" [10:31] thanks jamesh === WaterSevenUb [n=WaterSev@195-23-238-139.nr.ip.pt] has joined #launchpad [10:39] bzr: ERROR: exceptions.ImportError: No module named urlutils [10:39] jamesh: any suggestions? [10:41] sabdfl: looks like bzrlib.urlutils is a new module post bzr-0.8 [10:41] I think john just updated that to the latest 0.9 pre-code. if you do bzr uncommit it should fix it [10:41] (uncommit & revert) === doko [n=doko@dslb-088-073-092-078.pools.arcor-ip.net] has joined #launchpad [10:41] sabdfl: possibly reverting to an older rev of that branch should fix things [10:43] hmm... one uncommit did not do the trick [10:43] where is urlutils? [10:44] a module in the bzrlib package [10:44] should I just keep uncommitting and reverting? [10:45] do a "bzr log" to see if it is obvious where John started updating the code to bzr-0.9 [10:47] "bzr uncommit -r 11" and "bzr revert" should do the trick [10:48] flash% bzr pqm-submit -m "[r=stevea] Blueprint bug fixes and addition of spec search features" [10:48] sending from Mark Shuttleworth [10:48] bzr: ERROR: Not a branch: sftp://chinstrap.ubuntu.com/home/warthogs/archives/mark/launchpad/.bzr/branch/ [10:49] public_repository = sftp://chinstrap.ubuntu.com/home/warthogs/archives/mark/launchpad [10:49] i have that in my branches.conf [10:49] for this branch [10:54] sabdfl: pqm-submit assumes that the local repository structure matches the remote one [10:55] to work out the remote branch name, it works out the local branch's path relative to its repo, and then appends that to public_repository [10:55] staging is being upgraded to dapper as we speak if anyone cares. === lepingbeta [n=lepingbe@125.213.30.21] has joined #launchpad [10:55] the error above would indicate that the local branch is standalone [10:57] stub: oh, nice [10:59] there is a different setting you can use, public_branch [11:00] lifeless: yep. The public_repository setting is nicer from a "set it and forget it" point of view though (provided your local/remote setup matches the plugin's assumptions) === Keybuk [n=scott@quest.netsplit.com] has joined #launchpad === Apple101 [n=Apple101@unaffiliated/apple101] has joined #launchpad [11:18] how do i remove a launchpad account? i now have two, and only need one. [11:19] Apple101: merge both accounts [11:19] https://launchpad.net/people [11:20] Apple101, https://launchpad.net/people/+requestmerge [11:21] carlos, it's been bugging me for a couple of weeks now, I realized that "merge the accounts" link is on completely the wrong page [11:21] ok thanks [11:21] It should be on the page for a person, as a "Hey, this is me!" button [11:26] mpt: https://launchpad.canonical.com/WhyTheSmegAmIHere [11:31] jamesh: when will you be able to run the zope3 spec import script on staging? [11:32] mpt: voice call? [11:34] mpt: it should be on a page for a person only when that person has no validated email addresses [11:34] ... and no password [11:34] sabdfl: have you seen https://launchpad.net/products/blueprint/+spec/private-specs [11:38] SteveA: will look at doing it later tonight. [11:39] braaaaad [11:39] lifeless: i did respond to your mail yesterday. did you not get that? [11:40] this is private specs, the other was private branches [11:40] sabdfl: yup, this is a different spec, that I realised you may not have seen. [11:43] ah, yes i had NOT seen that [11:43] will take a look [11:43] its very raw, kind of a drive-by-spec, but I wanted to seed the conversation. [11:44] we're heading to lunch now, so that we have eaten before the lp meeting. === SteveA , lifeless and ddaa prepare to discuss EP bzr talks over lunch, before the lp dev meeting [11:44] elmo: hey [11:44] mpt: maybe we can talk later or earlier tomorrow morning [11:44] elmo: what's up? [11:47] bradb: I just tried to merge a bug with two existing dupes into another bug and malone's response makes me cry [11:47] disallowing duplicates of duplicates [11:48] bradb: apart from the garbled text you get back, is there any reason not to either a) just handle duplicate chains or b) offer a debbugs style 'force-merge' option which re-targets the existing dupes at the new dupe-target? === mpt_ [n=mpt@203-173-178-53.bliink.ihug.co.nz] has joined #launchpad [11:49] having to go away and do (b) by hand (which is what I ended up doing after I decoded the message) seems suboptimal [11:51] Anyone: Are there any products in Launchpad with zero product series, or did they all (not just the new ones) get "trunk" added to them? [11:52] or "main", rather [11:55] carlos: hi [11:55] carlos: if I see "Rosetta Admins" as the person contributing a translation in https://launchpad.net/distros/ubuntu/dapper/+lang/he , that means it was imported from upstream? [11:56] hmmm, if acpid has a series, I guess everything does === sabdfl [n=mark@ubuntu/member/pdpc.silver.sabdfl] has left #launchpad [] [11:57] sivang: yes [11:57] and we didn't know the author [11:58] sivang: If you know it, I will be happy to change the ownerhsip to the right author [11:58] well, to request it, I cannot change it directly [11:59] carlos: right, thanks [12:00] carlos: also, what was the way you mentioned to me over Paris to be able to view translations by a person? (workaround- I recall there is no direct support for that still) [12:02] hmmm [12:02] I don't remember exactly what I told you [12:02] we have http://launchpad.net/people/carlos/+translations [12:02] elmo: an unfortunate bug: https://launchpad.net/products/malone/+bug/2796. we're just talking about it now. [12:02] Malone bug 2796 in malone "Remove constraint on marking duplicates of duplicates" [Medium,Confirmed] [12:02] but I don't think you see there exactly what you want [12:02] carlos: this shows approved and proposed translations right? [12:03] sivang: I think I told you that if you get a timeout page there, it means that person did a lot of translations [12:03] carlos: I just did for https://launchpad.net/distros/ubuntu/dapper/+source/kdeedu/+pots/blinken/he/+translate :-) but it's okay now [12:03] sivang: yeah, all translations added [12:03] carlos: OOPS-180A426 (but I saw there is already a committed fix for that) [12:03] https://chinstrap.ubuntu.com/~jamesh/oops.cgi/180A426 [12:06] sivang: yeah, kiko did many improvements to that page [12:06] bradb: ah ok, cool, thanks [12:07] carlos: hmm, actually the +translate timeout is for malone #3991 , sorry. [12:07] Malone bug 3991 in rosetta "Timeout error on translation page (+translate)" [Medium,Fix committed] http://launchpad.net/bugs/3991 [12:07] carlos: (different bugs) [12:07] yeah, I was talking about the +translate page [12:08] the people/foo/+translations is not yet fixed [12:18] carlos: I see, should I report that OOPS-180A426 ? I see on the bug report it is supposed to be fixed, but I just got it, and can't reproduce anymore. [12:18] https://chinstrap.ubuntu.com/~jamesh/oops.cgi/180A426 [12:19] sivang: there is already a bug for that [12:19] hmmm [12:19] sivang: which bug report are you looking at? [12:19] I don't remember that it's fixed already.... [12:20] "The recommended target for current translation activity is main" === mpt_ pulls out his razor [12:20] carlos: https://launchpad.net/products/rosetta/+bug/3991 , right, it seems it's only commited, not "release" :) [12:20] Malone bug 3991 in rosetta "Timeout error on translation page (+translate)" [Medium,Fix committed] [12:20] "We recommend you translate main" [12:21] hmmm [12:21] sivang: also, that bug is not for the OPPS you gave me [12:21] "The developers recommend translating main" [12:22] sivang: https://launchpad.net/products/rosetta/+bug/2497 <- This is the one you are looking for [12:23] hmmm, no, actually the first is more correct, isn't it carlos? [12:24] mpt_: is 'main' a product series? [12:24] because sometimes with a product there are no upstream translations, so the product Translations page recommends translating a package instead [12:24] yes [12:24] so it needs ?? around it [12:24] hmm, where do we have that string? [12:24] product-translations.pt [12:24] which I'm rewriting [12:25] because I'm angry with it [12:26] carlos, while I'm here, is it easy to fix the bug seen on https://launchpad.net/products/gnomebacker/+translations, where a legend is shown but no chart? [12:28] I think you should put there something like: "The | developers recommend translating " [12:30] mpt_: that url is broken [12:30] carlos, sorry, gnomebaker, not backer [12:30] https://launchpad.net/products/gnomebaker/+translations [12:31] hmm, I see a legend and charts.. [12:31] rrrrrreeally [12:31] carlos, what languages do you see charts for? [12:33] ah, this is a regression of bug 2718 [12:33] I see there a bunch of languages... [12:33] Not all of them? [12:34] Just your preferred ones, perhaps? [12:34] no, I don't have more than two prefered ones [12:34] How many languages do you see? [12:34] and believe me, Afrikaans is not one of them [12:34] mpt_: I think I know what's going on [12:35] I don't know why, but Steve already told me about that bug [12:35] I need to prepare some debugging pages for teh logic we use to guess the interested languages [12:35] perhaps that's hidding something for some users === mpt_ tries to figure out why bug 2718 is private [12:43] carlos, if it's just for some users, why do I get the bugs even when I'm logged out? :-) [12:43] because your browser's preferences and the info we get from geoip for your IP [12:44] well it happens for me both in Epiphany and in Safari [12:44] *and* it happens for me both in New Zealand and in the USA! [12:44] Rosetta's just picking on me, that's all it is === Ubugtu [n=bugbot@ubuntu/bot/ubugtu] has joined #launchpad [12:46] oh, and 47718 happens on production but not on staging [12:46] 47781, rather === sabdfl [n=mark@ubuntu/member/pdpc.silver.sabdfl] has joined #launchpad [12:59] carlos, is it usually best for product owners to set up "main"/"trunk" for translation, or an actual release series? [01:13] SteveA, am I prohibited from putting one inside one , and another inside another ? [01:14] LP says "duplicate fill-slot name: u'pageheading'" === cprov [n=cprov@monga.dorianet.com.br] has joined #launchpad === matsubara [n=matsubar@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [01:25] mpt_: metal is a macro expansion language, and is processed before any tal directives [01:25] mpt_: and it does seem to disallow expanding a slot more than once [01:28] mpt_: usually, they put main/trunk === jamesh sees his pybaz merge fail on twisted tests ... [01:31] rats [01:31] thanks jamesh === kiko [n=kiko@195.58.90.162] has joined #launchpad [01:32] jamesh, one of flacoste's branches was rejected because of twisted failures too [01:34] carlos: how hard would it be to have https://launchpad.net/distros/ubuntu/breezy/+source/totem/+pots/totem/he/+translate?show=translated&start=40 for example, be able to show translations from only one specific person? === flacoste [n=francis@195.58.90.162] has joined #launchpad [01:39] sivang: the code changes should be easy, not sure about the performance implications [01:40] salgado: looks like it is running LP tests now, so it might not be dead -- I just saw output indicating make hitting an error after processing the sourcecode/twisted dir [01:42] carlos: I see. [01:43] jamesh, hmm. I thought you had already received the failure email. [01:44] salgado: nah. I was looking at the pqm.launchpad.net output, and assumed that the merge had failed but not emailed me yet [01:49] ugh === mpt_ forgets how to tell whether someone's logged in from a page template [01:50] mpt_, request/lp:person [01:50] yes, thanks salgado [01:51] I knew it had "request" in it somewhere, and just found it by grepping [01:52] hi [01:53] Meeting 8 mins [01:54] spiv: ping === ddaa [n=ddaa@ginseng.europeanservers.net] has joined #launchpad [01:55] flacoste: I don't have your three sentences yet [01:55] DONE: Fixed bug in support tracker, attend Malone and support sprint [01:55] TODO: Write specs based on sprint discussion, finish KarmaContext [01:55] implementation. [01:55] BLOCKED: none [01:56] thanks. I'll paste them in the appropriate part of the meeting in about 35 mins [01:56] enjoy [01:56] your sprintlunch [01:56] tnx! === frodon_ido [n=patrick@ip-213-49-210-27.dsl.scarlet.be] has joined #launchpad [01:59] flacoste: would you have time to go over bug 4663 later today? [02:00] LarstiQ: you mean testing? [02:00] SteveA: pong [02:00] MEETING TIME [02:00] flacoste: yes, I should have the underlying code done, not the ui part [02:00] welcome to this week's launchpad development meeting [02:00] me [02:00] spiv: if you're feeling bad, feel free to msg me your 3 sentences, and leave early [02:00] moi [02:00] who's here today? [02:00] me [02:00] me [02:00] me [02:01] SteveA is [02:01] me [02:01] (people at the sprint send apologies, and have given me their three sentences) [02:01] SteveA: ok, thanks, I'll do that. [02:01] me [02:01] spiv sends apologies, he's still recovering from being ill [02:01] Which people are those? [02:02] mpt_: all will be revealed... [02:02] mpt_: the sprint tracker should tell you :) [02:02] ... when I look at the sprint timetable === Kinnison is here [02:02] me [02:02] stub? [02:02] mpt_: https://launchpad.net/sprints/launchpad-malone-support-2006 [02:02] jordi: ? [02:02] thunks [02:02] == Agenda == [02:02] * Roll call [02:02] * Agenda [02:02] * Next meeting [02:02] * Activity reports [02:02] * Actions from last meeting [02:03] * Oops report (Matsubara) [02:03] * Bug report report (mpt) [02:03] * Sysadmin requests [02:03] here [02:03] * Production and staging (Stuart) [02:03] ---- [02:03] * Writing a good RT request (Steve) [02:03] * Voice calls with reviewers (Robert) [02:03] * (other items) [02:03] ---- [02:03] * Keep, Bag, Change [02:03] * Three sentences [02:03] == Apologies == [02:03] * Brad, Bjorn, Kiko, Francis, Salgado: sprinting [02:03] * Andrew: under the weather [02:03] [02:03] next meeting. I'll most likely be without network access on Thursday. [02:03] We'll have the meeting, and I'll ask Kiko to run it. [02:03] MeetingAction: Steve to ask Kiko to run next week's meeting. [02:04] ddaa and I will be absent too === ..[topic/#launchpad:SteveA] : https://launchpad.net/ | developer meeting: Thu 6 July, 1200UTC (wiki:MeetingAgenda) | launchpad-users@lists.canonical.com (wiki:MailingLists) | Channel logs: http://tinyurl.com/72w39 [02:04] * Activity reports [02:04] I am up-to-date [02:04] up to date [02:04] Hello. My name is Stephen. I'm an activity report slacker. [02:04] up to date [02:04] SteveA: I will be on holidays for next meeting [02:04] up to date [02:04] up to date [02:04] up to date [02:05] Up to date [02:05] I'm not up to date === carlos sucks a lot, will try to get up to date anytime between today and tomorrow [02:06] stub: ? [02:07] up to date [02:07] anyone else? [02:07] * Actions from last meeting [02:07] * '''stub''' to talk about faster test suite kill kill kill in next infra. call [02:07] done [02:07] We did [02:07] * '''stub''' and '''matsubara''' to have a 30 min call to talk over what they do about production systems and see how it goes [02:07] We did [02:07] nice [02:07] how did it go? [02:07] * '''malcc''', '''cprov''', and '''Kinnison''' to have a soyuz conf call when they get home [02:08] Done [02:08] we did [02:08] mpt_: when you write up activity report slackers, please note how many continuous weeks the slacker has been slacking [02:08] SteveA: I think it redundant given this stuff is also discussed in the main Launchpad meeting [02:08] SteveA, ok [02:08] It was useful, and we're now planning daily calls until such time as we find we don't have enough to say [02:08] matsubara: what is your opinion of your call with stub? [02:08] malcc: for the infrastructure team, we end up talking about fictional porno film titles when that happens. [02:09] just throwing an idea out there. [02:09] SteveA: Did you get "Buffy the Vampire Layer"? [02:09] SteveA: it was good, but I don't think we *need* to do it weekly. [02:09] SteveA: My personal favourite [02:09] malcc: we stopped at "Lord of the Rings" [02:09] matsubara, stub: okay, cool. Further calls by mutual arrangement. Thanks. === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #launchpad [02:09] that's it for last week's meeting actions. [02:10] * Oops report (Matsubara) [02:10] Today's oops report is about bugs 44919, 51198, 5812, 6459, 50472. [02:10] where's ubugtu when you need it? [02:10] but 44919, bug 51198, bug 6459, bug 50472 [02:10] matsubara: you have to say it right [02:10] bug 44919, bug 51198, bug 6459, bug 50472 === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #launchpad [02:10] it's not here. === Kinnison snerks [02:11] ah, i see [02:11] hi [02:11] I want whatever SteveA's smoking [02:11] #44919 and #51198 aren't assigned. Both triggered quite frequently lately. Who should I assign them to? [02:11] hehe [02:11] kiko-fud: its not smoking you should worry about [02:11] its listening [02:11] matsubara: anyone related to Rosetta? [02:11] matsubara, what bugs are those? [02:11] bug 44918 [02:11] Seveas: we miss ubugtu! :-) [02:11] 44919 is related to GFV trying to convert enconding [02:11] malone #44918 [02:12] hmm [02:12] Bug #51198: Non-ascii characters on referer URL causes redirection code to crash. [02:12] Bug #44919: UnicodeDecodeError while registering a new account. [02:12] thanks carlos [02:12] https://launchpad.net/products/launchpad/+bug/44919 [02:12] https://launchpad.net/products/launchpad/+bug/51198 [02:12] np [02:13] carlos + ddaa == ubugtu !! :-P === lfittl [n=lfittl@83-65-242-161.dynamic.xdsl-line.inode.at] has joined #launchpad [02:13] so, SteveA any suggestions who should work on those? [02:14] both 51198 and 44919 are on code that salgado last worked on [02:14] um, if i upload something (.po) to rosetta, it should be there in at lease 24 hours, right? all my uploads were silently droped... is this normal (known bug)? [02:14] so, salgado as a first choice. otherwise, maybe you'd like to do them matsubara? otherwise, assign to infrastructure team. [02:14] SteveA: ok, i'll coordinate with him. [02:14] thanks [02:14] stub, did you fix released #5812? I noticed that it's not happening anymore. Or is that people aren't triggering it anymore? [02:15] If that is the shipit constraints, it is in salgado's review queue again [02:15] stub: I see, so people aren't triggering them. :) [02:15] The +lang page is a performance problem, and Mark just gave the 'go ahead' to add batching to that page. carlos, can you work on #6459? === lincao [n=lincoln@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [02:15] bug 5812: Lack of database constraint may cause SQLObjectMoreThanOneResultError on shipit https://launchpad.net/products/shipit/+bug/5812 [02:15] matsubara: sure [02:16] ddaa: that's a private one. ;) [02:16] oops [02:16] i do think private bugs should have a different coloured background [02:16] or be visually distinct in some other way [02:16] neon pink, maybe? [02:16] muave === cr3 [n=marc@pdpc/supporter/bronze/cr3] has joined #launchpad [02:17] mauve I mean. [02:17] [02:17] they should also play a screaming sound from your PC speakers when you view them [02:17] intergalactic colour of danger. [02:17] bug 6459: Timeout error on distribution release language page https://launchpad.net/products/rosetta/+bug/6459 [02:17] and carlos how's #50472 going? [02:17] carlos: if can help you with that, talk to me after the meeting. [02:17] matsubara: finishing tests [02:17] Bug #50472: "Save & Continue" at 100% complete translation leads to nonexistent page. https://launchpad.net/products/rosetta/+bug/50472 [02:18] carlos: oh, then you're good. [02:18] matsubara: thanks, but it's mostly ready, I will ask for review today [02:18] carlos: great. [02:18] carlos is indeed excellent === Ubugtu [n=bugbot@ubuntu/bot/ubugtu] has joined #launchpad [02:18] hi Ubugtu [02:18] wvb [02:18] bug 1 [02:18] SteveA: I'm done [02:18] thanks guys. [02:18] thanks matsubara [02:18] darnit, Ubugtu! [02:18] ddaa, it will take up to a minute for it to sync with freenode [02:18] I'd just finished preparing for your absence [02:18] now, a new section from mpt [02:18] * Bug report report (mpt) [02:19] ok. [02:19] Crashes are not the only occasions where someone is completely unable to do something in Launchpad. [02:19] Malone bug 1 in Ubuntu Dapper "Microsoft has a majority market share" [Critical,Confirmed] http://launchpad.net/bugs/1 [02:19] Other complete failures should be represented by Critical bugs on one of the Launchpad products. [02:19] And sometimes things other than complete failures will be Critical bugs too.) [02:19] Critical bugs should (I think) be treated with similar urgency to oopses. === cr3 [n=marc@pdpc/supporter/bronze/cr3] has left #launchpad [] [02:20] So starting with this meeting, I'll list the half dozen oldest open Critical bugs, so we can badger the assignees (or reconsider whether they should be Critical). [02:20] This week, they are: [02:20] bug 1294 [02:20] Malone bug 1294 in malone "Filing a private bug requires the ability to Cc the maintainer" [Critical,Confirmed] http://launchpad.net/bugs/1294 [02:20] bug 6459 [02:20] Malone bug 6459 in rosetta "Timeout error on distribution release language page" [Critical,Confirmed] http://launchpad.net/bugs/6459 [02:20] bug 31308 [02:20] Malone bug 31308 in launchpad-bazaar "Cannot set branch associated to a product series" [Critical,Confirmed] http://launchpad.net/bugs/31308 [02:20] bug 36830 [02:20] Malone bug 36830 in launchpad-publisher "need Contents files to be generated" [Critical,In progress] http://launchpad.net/bugs/36830 [02:20] bug 37897 [02:20] Malone bug 37897 in launchpad-bazaar "renaming project, product or series breaks vcs imports" [Critical,Confirmed] http://launchpad.net/bugs/37897 [02:21] and bug 40171 [02:21] Malone bug 40171 in launchpad-publisher "Acceptance testing for Dapper release, Edgy branching" [Critical,In progress] http://launchpad.net/bugs/40171 [02:21] (mpt_: ubugtu also understands comma/space sperated lists of up to 5 bugs) [02:21] i think we have 36830 done [02:21] mpt_: I'd like to suggest also bug 39814 [02:21] Seveas: way cool [02:21] Malone bug 39814 in launchpad "Misleading login hint" [Medium,Confirmed] http://launchpad.net/bugs/39814 [02:21] Seveas, and that's what I had, until I realized Ubugtu wasn't here, and painstakingly prepared summaries of each myself :-P [02:21] hehe [02:21] AndI will work on 6459 this week [02:22] 31308 cannot be fixed robustly without changing the DB schema, would probably require a spec, I'm willing to drop its priority to High. [02:22] (it even recognizes and|et|en|und (and now I'll stop offtopic talk)) [02:22] malcc / Kinnison / cprov: what's the true status of 36830? [02:22] Seveas, you don't show the assignee though [02:22] Seveas: "ir" in lithuanian [02:22] SteveA: done, I'm marking it as fixed & committed [02:22] cool [02:22] carlos, I'll assign 6459 to you then [02:22] bug 40171 is also done IIRC [02:22] Malone bug 40171 in launchpad-publisher "Acceptance testing for Dapper release, Edgy branching" [Critical,In progress] http://launchpad.net/bugs/40171 [02:22] mpt_, no, I got complaints that that would mae ubugtu spam too long lines [02:22] bug 31308 is unassigned, any takers? [02:22] Malone bug 31308 in launchpad-bazaar "Cannot set branch associated to a product series" [Critical,Confirmed] http://launchpad.net/bugs/31308 [02:23] mpt_: I have it already assigned to me, I did 10 minutes ago ;-) [02:23] great [02:23] 37897 could be fixed in the short term, I can write a mail to launchpad@ explaining what I think would have to be done. I would have to spend on afternoon rolling it out though. [02:23] * one afternoon [02:23] 1294 is Malone, and all the Maloners are absent [02:23] mpt_: how are we doing? various other issues to discuss today [02:23] That's all. [02:24] thanks mpt. I found that section valuable. [02:24] * Sysadmin requests [02:24] with a countdown [02:24] 5 [02:24] 4 [02:24] 3 [02:24] 2 [02:24] 1 [02:24] doonesbury. [02:24] * Production and staging (Stuart) [02:24] Carbon is now available for Launchpad use. Carbon is an identical machine to Jubany, the main database server. We will use this for load testing the proposed Branch changes to ensure things remain useful when the table grows huge. After that, I want to use it for replication testing with Asuka. [02:24] The box is powerful enough that we can run multiple instances, for example a database besides staging to generate language packs from if we still don't want to run it against production. [02:24] Last weeks rollout failed. We probably could have fixed the problem with a (still untested) patch, but it didn't seem urgent enough to push ahead. [02:24] Next production rollout will be Tuesday with HEAD as of now unless I hear about other patches that need landing. [02:24] Staging is boring. Yay. [02:25] ...dyson go boom... [02:25] stub: i'll have some small UI changes to land [02:25] Staging's not working right now [02:25] jamesh has agreed to take on the dyson bug [02:25] stub: language packs are not yet on production because I found a big performance problem and we need to refactor it [02:25] Oh... [02:25] stub: but yes, we MUST move it into production [02:25] I should have said 'staging has been upgraded to dapper' [02:25] stub, what percentage of time is staging offline? Am I just unlucky? [02:26] carlos: We should test it on the new hardware then too so we can see how it run for real [02:26] stub: well, the thing is that we lock the database too much time [02:26] and block Rosetta [02:26] mpt_: Depends on how often people check it. It isn't being monitored, so if it goes down (eg. after a reboot) I don't notice until someone tells me [02:26] add deliberate pauses into it? [02:26] I found it while doing some debugging on staging while the script was running [02:27] thanks stuart. [02:27] * Writing a good RT request (Steve) [02:27] is it worth getting the admins to add staging to the list of systems they monitor? [02:27] mpt_: I can start it if it's down, if Stuart is not around, ping me [02:27] thanks carlos [02:27] or would that just waste their time? [02:27] the sysadmins have written a document on how to write a good RT request. [02:27] I would like everyone here to read this. I'd also like the people who are not here today to read it too. [02:28] Everyone should also subscribe to the wiki page, so that they get updates to the RT request-writing policy. [02:28] jamesh: it would be a time waste - I expect staging to go down occasionally for a day or three. [02:28] jamesh: there are sometimes that staging is down because we need to do some kind of manual fixes, I don't think you should add it to your tasks, or just try to start it and if it fails, leave it to us [02:28] hmm [02:28] Action: everyone (including those not at the meeting): read https://wiki.canonical.com/SysAdminRtUsageGuide and subscribe to it [02:28] SteveA: url?> [02:28] aha === carlos wonders why he thought that jamesh was elmo.... [02:28] jamesh: s/you/admins/ [02:28] taking care when writing RT requests will get the request dealt with with fewer round-trips [02:29] so, will be better all round. [02:29] * Voice calls with reviewers (Robert) [02:29] Voice calls with reviewers seem to be having positive results. Steve and I would like to encourage more of them - it should be a point of pride that you chatted with someone and they agreed with the approach. [02:29] Accordingly, PQM now accepts p=pre-code-reviewer in the [] section. I.e. [p=lifeless, r=steve] . If the patch you are merging was discussed with someone before coding it, please put p= in your commit message. === ivoks [n=ivoks@ubuntu/member/ivoks] has left #launchpad [] [02:29] lifeless: please follow up with a message to the launchpad list [02:29] seeing as many people are absent today [02:30] sure fing [02:30] guv'nor [02:30] any comments on pre-code-reviewer voice calls? [02:31] well, thats *a* response [02:31] the one I did (as a developer rather than a code reviewer) this week was useful. [02:31] quick poll: who discussed implementation using their voice since the last launchpad meeting. Say "discussed" if you did, and "not discussed" if you didn't. [02:31] infrastructure group call counts [02:31] not discussed [02:31] discussed [02:31] discussed [02:32] discussed [02:32] discussed (importd-ng meeting in paris) [02:32] discussed (face2face at sprint) [02:32] not discussed [02:32] discussed I think [02:32] stub: yes, today [02:33] malcc: ? [02:33] discussed if you count sprinting and our conference call for Soyuz [02:33] not discussed [02:33] I'm still yet to have anything which fits into the new pre-review VOIP template [02:33] matsubara: try to have some voice calls for bugs you're going to work on. [02:33] matsubara: you can talk about several bugs in one call with a reviewer. [02:33] malcc: just about anything fits === carlos still has some preimplementation calls pending to be implemented [02:34] SteveA: ok, I usually ask salgado or kiko when they're here. not sure if that counts... [02:34] pretty much *anything* is up for discussion [02:34] matsubara: it counts. however, try to spread the calls around the team a bit more. [02:34] the key point is to talk with someone on the review team about what you are planning to do. [02:34] and also, this week I was not able to use VOIP (this is already fixed) [02:34] lifeless: even names for porno film equivalents of mainstream movies [02:34] i.e. - ddaa - talking with folk at the importd-ng team, unless there was a reviewer there, probably does not count [02:35] mh... Kinnison, celso, malcc, no reviewer [02:35] i'd say they count as co-reviewers for soyuz design [02:36] overall point: use voice calls more to discuss design plans with reviewers [02:36] * Keep, Bag, Change [02:36] with countdown [02:36] 7 [02:36] 6.2 [02:36] 4.8 [02:36] 4.1 [02:36] 3 [02:36] 2.000000001 [02:36] 1 [02:36] john donne [02:36] What's this, the Windows 3.0 Calculator? [02:37] * Three sentences [02:37] DONE: a bit of cscvs, importd-ng meeting, travel to Vilnius [02:37] TODO: Europython [02:37] BLOCKED: no [02:37] SteveA|Pentium60 [02:37] please go ahead [02:37] DONE: UDS, pypy initial optimiation meeting, various bzr optimisations and planning for more, private branch specification, private spec spec, some more I forget [02:37] TODO: talks for EP, go to EP, go home. [02:37] BLOCKED: time in day is too short [02:37] DONE: code reviews, land bzrsync speedup branch, Subversion symlink support for cscvs, zope3 spec metadata import [02:37] TODO: code reviews, finish up svn symlink support, dyson http proxy bug [02:37] BLOCKED: no [02:37] DONE: Wiki cleanup; Rosetta bashing; mostly non-LP stuff this week [02:37] DONE: publish-distro-optimization working. [02:37] TODO: Proper testing for it, peer review for process-upload-tidy, landing both. [02:37] BLOCKED: No [02:37] TODO: DescriptionMarkup spec, UsabilityProcess spec, help land menus [02:37] BLOCKED: Need reply from Kiko to schedule call about specs [02:37] DONE: Paris conference, recovery-there-from. Review response work for bug-47770 and queue-prettiness. Design work for b-u-s and n-s-s. Had soyuz voip conference at last. [02:37] DONE: Fixed bug in support tracker, attend Malone and support sprint [02:37] TODO: Write specs based on sprint discussion, finish KarmaContext implementation. [02:37] BLOCKED: none [02:37] TODO: More voip conferences. Finish review responses. Begin coding for b-u-s. [02:37] BLOCKED: None [02:37] DONE: Test suite refactoring [02:37] TODO: Test suite refactoring [02:37] BLOCKED: No [02:37] DONE: sprinting in Paris and London [02:37] TODO: more sprinting in Lodon. start working on UpstreamForwardingWorkflow. [02:37] BLOCKED: no [02:37] DONE: Worked on bug 34050, reviewed some code, travelled to London and attended the sprint. [02:37] TODO: Sprint until friday, go back home, code review and other bug fixes. [02:37] BLOCKED: No [02:37] Malone bug 34050 in launchpad-support-tracker "Unable to retarget support request" [Medium,Confirmed] http://launchpad.net/bugs/34050 [02:37] DONE: Ubuntu sprint, bug 50474, bug 50472, bug 40550, OO.org debugging, performance problem introduced by rev 3710 [02:37] TODO: OO.org fixes, breezy -> dapper -> edgy translations migration, open edgy translations [02:37] BLOCKED: no [02:37] Malone bug 50474 in rosetta ""Save & Continue" loses "untranslated" filter." [High,Fix committed] http://launchpad.net/bugs/50474 [02:37] Malone bug 50472 in rosetta ""Save & Continue" at 100% complete translation leads to nonexistent page." [High,In progress] http://launchpad.net/bugs/50472 [02:37] Malone bug 40550 in rosetta "Further filtering options for the Queue" [Medium,In progress] http://launchpad.net/bugs/40550 [02:37] DONE: malone/support sprint: work on release targetting, bug forwarding, support enhancements. performance fixes (and regressions) in Rosetta and milestones. management. fire drills. [02:37] TODO: finish sprint, move back home, tackle email and launchpad report. I suck at reporting btw and have no sent the latest one out :-( [02:37] BLOCKED: not really that I can remember. elmo's been great with my RT requests, btw! thanks! [02:37] DONE: flu, some progress towards updating twisted (for bug 33223), reviews [02:37] TODO: Get well, finish disable-account, bzr smart server, merge fix for bug 33223. [02:37] BLOCKED: no [02:37] Malone bug 33223 in launchpad-bazaar "SFTP server should give human-friendly errors for name restrictions" [Medium,Confirmed] http://launchpad.net/bugs/33223 [02:37] Malone bug 33223 in launchpad-bazaar "SFTP server should give human-friendly errors for name restrictions" [Medium,Confirmed] http://launchpad.net/bugs/33223 [02:37] DONE: UDS, email catch up, Soyuz implementation plan, fix queue tool [02:37] TODO: follow Soyuz implementation plan [02:37] BLOCKED: None [02:38] DONE: fixed regexp on analyse script, fixing oops bugs, skype call with stub, bug triage, report analysis [02:38] TODO: more oops bugs and more triage [02:38] BLOCKED: no [02:38] DONE: work on bzr talks, code review, infrastructure stuff, management stuff [02:38] TODO: EuroPython conference, work on bzr talks [02:38] BLOCKED: no [02:38] thanks elmo [02:38] I don't see any blockages [02:39] any other issues? [02:39] say "wait, I have something important to say for the attention of the whole team" to stop the countdown [02:39] 4 [02:39] 3 [02:39] 2 [02:40] 1 [02:40] MEETING ENDS [02:40] thank you all [02:40] Can I ask what the python.org tracker status is? http://wiki.python.org/moin/CallForTrackers [02:40] maybe that's too long a sentence to type in such a short time [02:40] Thanks [02:40] ddaa: C&P [02:40] irssi history [02:40] thanks === carlos -> lunch === cr3 [n=marc@pdpc/supporter/bronze/cr3] has joined #launchpad [02:40] LarstiQ: the people most involved are not at this meeting, because they're sprinting in London. [02:41] I would like to log an improvement to the Ubuntu installer, what package name should I enter? [02:41] jamesh is involved in looking at the import code, though. [02:41] cr3, "ubiquity" [02:41] jamesh: I guess this is still on your todo list, after finishing some of the other things you're doing right now. [02:41] SteveA: would it hurt to put a launchpad up there right now? [02:42] s/launchpad/& entry/ [02:42] LarstiQ: yes, because we don't yet fulfill the requirements of putting Launchpad up there now [02:42] SteveA: aha. [02:42] the call specifically says that we must put up details of a test instance for them to use [02:42] we don't have one ready currently [02:43] roundup also doesn't atm. [02:43] SteveA: yeah. I haven't really looked at it much since your email -- I just did a quick look over the effbot's SF.net tracker export code (which I sent a mail to the list about) === LarstiQ had the impression it was register first, work on it later. [02:43] SteveA: I'm trying to learn how ZPT/TAL/TALES/METAL work again, so that I can better understand how the page templates for launchpad fit together. [02:43] SteveA: I've been reading the specifications, but I'm confused as to the behaviour of METAL a little [02:44] SteveA: in particular, in the pages we have ... but I ca find no definition of the tag anywhere [02:44] SteveA: also, we appear to have more than just fill-slot entries in a use-macro lump and I was wondering how it all gets resolved cleanly [02:45] SteveA: I.E. what happens if I use-macro inside a use-macro ? [02:45] the spec is very vague [02:45] jamesh: i think we need to wait for Categories to land before it is practical to import the data well. please do talk with bjorn or brad about progress on that. [02:45] SteveA: okay. [02:45] Kinnison: you can use tags called tal:whatever and metal:whatever [02:46] these tags will be omitted from the output, but can still contain tal or metal attribute language commands [02:46] ddaa: I've got my Subversion symlink branch up on the pending reviews page as work-in-progress. If you have any comments on it, that would be useful. [02:46] so the tag might as well be
except that we're not interested in it being a div [02:46] Kinnison: does that answer your first question? [02:47] I thought fill-slot deliberately ommitted the tag containg the fill-slot attribute anyway? [02:47] LarstiQ: that's interesting. However, if roundup is not following the rules, that's no reason for us not to do so. [02:47] ddaa: I ran into a pybaz bug while writing it (WorkingTree.delete failing for symlinks), which I'm merging a fix for right now [02:47] Or is the slot the entire tag? [02:47] s/tag/subtree/ [02:48] Kinnison: can't remember. suck it and see. [02:48] SteveA: agreed, after rereading the original call, the current approach seems right. [02:48] LarstiQ: thanks for supporting us in this. [02:48] I appreciate it. [02:49] maybe you'll be interested in testing the test instance, when we have it going? [02:49] SteveA: sure! [02:49] SteveA: okay, so that is the first question. Now the second (namely how nested use-macro fill-slot use-macro subtrees work) [02:49] SteveA: lp has been one of the nicer trackers to use, I'm all for spreading its use. [02:49] Kinnison: second question... I have no idea what doing a use-macro inside a use-macro is as such. I expect it would work if you use a macro to fill a slot. [02:50] especially for projects I care about like python. [02:50] LarstiQ: if you have a weblog, write a weblog entry about launchpad, and mention it to jdub [02:50] SteveA: that is blocked on me finally taking the time to set up NewsBruiser ;) [02:51] SteveA: as I said in the email, if we create LP people for all the comments, we'll likely get lots of duplicates since hardly anyone registers their $USERNAME@users.sourceforge.net emails on LP [02:51] Kinnison: I generally set up a template or two, and just experement with more complex macro things, to test the concept [02:51] Kinnison: such experiments could be done as pagetests on the pagetest layer, and checked into launchpad [02:51] jamesh: however, they can claim the email addresses right ? [02:52] we may want to do some legwork [02:52] mpt_: staging is back up btw [02:52] and special-case these things [02:52] thanks stub [02:52] how many people are we talking about ? [02:52] 30? 300 ? 3000? [02:52] a few 10s I think [02:52] lifeless: yep. But unlike the Ubuntu import where a fair proportion of the emails matched up, I'd expect close to zero to match here [02:53] SteveA: a lot more than that if we correctly attribute bug comments [02:53] a middle ground would be to lose attribution of comments and just create people for assignees [02:53] i would worry only about assignees, and not about commenters who aren't also assignees somewhere [02:55] you also run into the issue of cutting off contact to the original submitters when migrating to LP [02:55] assignees and reporters? [02:56] jamesh, did we cut off contact to bug reporters when migrating from Ubuntu's Bugzilla? [02:56] unless we auto-approve all the @users.sf.net email addresses (we did something like this for the ubuntu bugzilla import, but it is a bit more difficult to claim that SF users conscented to receive email from us [02:57] mpt_: no. We auto-validated the emails registered in bugzilla, so they'd still receive email [02:57] exactly [02:57] Arguably by reporting a bug about Python, they consented to receive e-mail from the Python bug tracker... [02:58] and that tracker's going to change to *something* else [02:58] mpt_: except that you could argue that they consented to receive email from SF.net/VA Software [02:58] whatever that happens to be, reporters will still expect e-mail [02:59] the subscriber lists for bugs are not exposed, so there will be some degree of cutoff [03:00] carlos, around? [03:06] jamesh / mpt_: I'd like you to capture these points in some NOTES.txt notes for the python bugtracker entry [03:07] gee, it was impossible for me to be here at 3 sentences time [03:07] who should I mail them to? === kiko [n=kiko@195.58.90.162] has joined #launchpad === salgado [n=salgado@195.58.90.162] has joined #launchpad [03:08] kiko: how is the "categories" stuff going? [03:08] wassat? === BjornT [n=bjorn@195.58.90.162] has joined #launchpad [03:08] we were talking about the launchpad entry into the python call for bugtrackers [03:08] bug categories [03:08] right [03:09] doing an import and setting up a test server is blocked on having categories [03:09] so I want to make sure it isn't falling off the TODO list [03:15] sure. [03:15] malone/+specs [03:16] it's listed === cr3 [n=marc@pdpc/supporter/bronze/cr3] has left #launchpad [] [03:23] jordi, mailing them to me should work [03:23] as in, should result in them being recorded for posterity :-) [03:25] mpt_: good === niemeyer [n=niemeyer@200.138.33.2] has joined #launchpad === SteveA [n=steve@195.182.78.95] has left #launchpad ["Leaving"] === SteveA [n=steve@195.182.78.95] has joined #launchpad [03:43] mpt_: Hi, I'm back === carlos needs to be out for one hour or so, will be back later === sabdfl [n=mark@ubuntu/member/pdpc.silver.sabdfl] has left #launchpad [] === sp2hari [n=hari@125.16.129.16] has joined #launchpad === LeeJunFan [n=junfan@adsl-69-210-207-5.dsl.klmzmi.ameritech.net] has joined #launchpad [06:11] matsubara: ping [06:12] SteveA: pong === mdz [n=mdz@studiocity-motorola-bsr1-70-36-194-85.vnnyca.adelphia.net] has joined #launchpad === WaterSevenUb [n=WaterSev@195-23-238-158.nr.ip.pt] has joined #launchpad === lepingbeta_CN [n=lepingbe@125.213.30.21] has joined #launchpad === mholthaus [n=mholthau@41.249.77.83.cust.bluewin.ch] has joined #launchpad === lepingbeta [n=lepingbe@125.213.30.21] has joined #launchpad === raphink [n=raphink@ubuntu/member/raphink] has joined #launchpad === mholthaus_ [n=mholthau@244.24.76.83.cust.bluewin.ch] has joined #launchpad === hcjc92 [n=hcjc92@24-53-120-247.agstme.adelphia.net] has joined #launchpad === truva [n=sanane@88.226.119.109] has joined #launchpad [08:02] heyy [08:03] truva: hi [08:04] h are u? === hcjc92 is now known as abzde [08:04] me be here! [08:04] yay me === glatzor [n=sebi@ppp-82-135-65-46.dynamic.mnet-online.de] has joined #launchpad === LarstiQ [n=larstiq@cust.7.157.adsl.cistron.nl] has joined #launchpad [09:33] spiv: here? [09:57] spiv: unping === mattl [n=mattl@gnu/webmaster/mattl] has joined #launchpad