=== dsas [n=dean@ubuntu/member/dsas] has joined #launchpad === dsas_ [n=dean@cpc3-stok6-0-0-cust253.bagu.cable.ntl.com] has joined #launchpad === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #launchpad === Susana_ [n=Susana@bl6-6-91.dsl.telepac.pt] has joined #launchpad === dsas_ is now known as dsas === Susana_ is now known as Susana === belito` [n=user@190.40.75.138] has joined #launchpad === jml [n=jml@pA35.smi.southcom.com.au] has joined #launchpad === jml [n=jml@59.167.203.115] has joined #launchpad [02:01] New bug: #94611 in launchpad "sprint regsitration error on entering dates" [Undecided,Unconfirmed] https://launchpad.net/bugs/94611 === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #launchpad === belito [n=user@190.40.75.138] has joined #launchpad === beuno [n=martin@ubuntu/member/beuno] has joined #launchpad [02:20] New bug: #94618 in malone "Tag listings are getting out of control (non-scalable)" [Undecided,Unconfirmed] https://launchpad.net/bugs/94618 [02:34] hello, I want to host a bzr repo in launchpad for my LoCos website, and I'm not too sure how... [02:35] beuno: have you seen the "Hosted branches" section of https://code.launchpad.net/ ? [02:35] spiv: nope, checking it out now, thanks [02:36] See also https://wiki.ubuntu.com/Bzr#head-fd40db97c8b35fa189a0e2e3f6c79a2322637426 === mdke_ [n=matt@ubuntu/member/mdke] has joined #launchpad [02:36] spiv: so just a simple push does it? [02:43] beuno: providing you have your public ssh key registered with launchpad [02:44] thumper: do I have to register a "product" too? [02:44] beuno: if it is a new product, then yes [02:44] beuno: or if it isn't really a product [02:44] you can put it under +junk [02:45] which is a person branch not attached to a product [02:45] s/person/personal/ [02:47] hmmm, a product requieres a "project" [02:50] beuno: no a project is optional for a product [02:50] aaah, great, thanks [02:51] it says it right there, it's just very *grey* :p === mdke [n=matt@212-139-118-106.dynamic.dsl.as9105.com] has joined #launchpad [03:05] New bug: #94629 in malone "Javascript column sorting utterly broken" [Undecided,Unconfirmed] https://launchpad.net/bugs/94629 === mpt [n=mpt@121-72-132-150.dsl.telstraclear.net] has joined #launchpad === spiv_ [n=andrew@86.228.233.220.exetel.com.au] has joined #launchpad === spiv_ is now known as spiv === effie_jayx [n=valles@190.37.175.250] has joined #launchpad === fabbione [i=fabbione@gordian.fabbione.net] has joined #launchpad [04:40] New bug: #94644 in launchpad "[beta] Impossible to find way to approve members from main page" [Undecided,Unconfirmed] https://launchpad.net/bugs/94644 === jkakar [n=jkakar@modemcable206.61-201-24.mc.videotron.ca] has joined #launchpad === mpt [n=mpt@121-72-132-150.dsl.telstraclear.net] has joined #launchpad === stub [n=stub@ppp-58.8.12.22.revip2.asianet.co.th] has joined #launchpad [04:54] is it possible launchpad has a delay in showing newly uploaded branches? [04:58] it is in fact true [04:58] it should be very small, like a few minutes [04:58] that explains a lot [04:58] radix: is there a reason for that? [04:58] beuno: porn [04:58] beuno: the bzr branches are mirrored in a process that doesn't allow just arbitrary filed to be copied over; only bzr branches [04:58] s/filed/files/ [04:58] it should be < 2minutes [04:58] it seems it's been 15 or so now [04:58] https://code.beta.launchpad.net/~uluga/ubuntu-ar-website/branch [04:58] then there may be another problem. [04:58] jml: hooray [04:58] beuno: I see a branch with one revision [04:58] jml: yes, but, http://bazaar.launchpad.net/~uluga/ubuntu-ar-website/branch/ [04:58] is empty [04:59] empty? [04:59] you mean, you don't see anything with your browser? :) [04:59] no it isn't :( [04:59] http://bazaar.launchpad.net/~uluga/ubuntu-ar-website/branch/.bzr/ is fine [04:59] heh [04:59] yes :-) [04:59] now, if someone does a pull from that, we will only get the .bzr dir? [05:00] http://bazaar.launchpad.net/~uluga/ubuntu-ar-website/branch/ is a bzr branch [05:00] they can pull it and they will get a branch [05:00] so they'd have to do a checkout to get all the files? [05:00] beuno: correct. [05:00] :D [05:00] they would have to do a branch or a checkout or whatever [05:00] I'm getting the hang of this [05:01] codebrowse! [05:01] lifeless: hooraaay [05:01] lifeless: doesn't quite work for me [05:01] lifeless: I noticed that that's accessible now, really exciting [05:01] (although maybe only on beta?) [05:01] radix: only on beta. [05:01] radix: there are still a few teething problems. [05:02] only _via_ beta [05:02] right :) [05:02] hooray obscurity [05:02] lifeless: accurate prepositions are from the weak [05:03] let's get rid of prepositions and replace them with keyword arguments to verbs [05:03] and make verbs more like functions, of course [05:03] err... 'for the weak' [05:03] heh [05:03] function your verbs? [05:06] I don't quite understand the difference between a branch and a repository [05:07] pointer and content [05:07] I use bzr at work, and everyone has a "repository" and we pull and push around [05:07] its slang, its good enough, but really you are pushing and pulling from branches. [05:08] but when I pull from a repo, I get all the files, not the .bzr [05:08] that's the part I'm missing :D === Fujitsu [n=Fujitsu@ubuntu/member/fujitsu] has joined #launchpad [05:09] beuno: you *also* have a .bzr. branch and repository bookkeeping data is always stored inside a .bzr. [05:09] beuno: there are actually _three_ things: branch, repository and working tree. [05:09] (bzr experts will correct me if I'm wrong, I hope) [05:10] is there anywhere you can point me that explains the differences? [05:10] http://bazaar-vcs.org/Classes === Starting logfile irclogs/launchpad.log === ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #launchpad === Topic for #launchpad: Launchpad users and developers | Next user meeting: Wed 28 March 2007, 0900UTC | Next developer meeting: Thu 22 Mar 2007, 1400UTC (wiki:MeetingAgenda) | launchpad-users@lists.canonical.com (wiki:MailingLists) | Channel logs: http://tinyurl.com/72w39 === Topic (#launchpad): set by Kmos at Wed Mar 21 18:54:54 2007 [05:12] and the working tree will only be on the users side [05:12] right [05:12] and presumably on codebrowse. [05:12] can you generate a working tree from a repo+branch pulled from launchpad? [05:12] jml: no working tree there [05:13] lifeless: oh [05:13] beuno: sure. [05:13] and what magic speel would that be with jml? [05:13] beuno: trivially, in fact doing 'bzr branch http://bazaar.launchpad...' will give you a tree + branch + repo by default [05:13] spell [05:14] huh, so users should use branch instead of checkout? [05:14] not at all [05:14] checkout also gives you a tree, local branch and repo === beuno stares [05:14] but the local branch is configured to maintain synchronisation with the launchpad branch [05:15] the branch command is used to make a new 'line of development' [05:15] ah, yes, I've noticed whe doing a checkout, commits push the changes [05:15] the checkout command is used to make a new tree to work on an existing 'line of development' [05:16] once I pull a branch, I can modify it, and push it back, right? [05:16] feel free to ignore me when I've taken up too much of your time :D [05:16] sure you can [05:17] theres another channel btw, #bzr, which is full of bzr experts :) [05:17] I'll move it there, just one last question [05:18] is there some place where this is documented? [05:18] I mean as in "launchpad" orientated way [05:18] well [05:18] I understand bzr is well documented [05:18] I dont know what you mean, using launchpad in this context is no different than bzr without it [05:18] because maybe I should take advantage of my learning curve and cook up a "how to" on the wiki [05:19] well, a bit more straight forward, like "I want to use Launchpad to host my project, how can I do that?" [05:20] I think that is, yes. [05:20] but I'm not sure [05:22] beuno: there's some documentation available on code.beta.launchpad.net [05:23] beuno: I'd be interested to know if that would have answered some of your questions. [05:23] jml, I get: Page not found [05:23] Theres no page with this address in Launchpad. [05:24] for: https://code.beta.launchpad.net/+tour [05:24] beuno: yeah, that's not good. [05:24] beuno: but I meant the help bar on the left-hand side. [05:24] aaaah, didn't even click it since it's empty *almost* everywhere else [05:26] jml: that's basically what's in: https://code.launchpad.net/ right? [05:26] because I started there [05:26] so I guess that would be a "no" [05:26] I was thinking of a more specific aproach [05:26] beuno: I don't know, actually. [05:27] (whether it's the same) [05:27] for example, I had to create a project first, which wasn't entirely clear [05:28] and then it doesn't explain *how* each user should get the information to work with, which is what brought on all the "checkout, pull or branch" questions [05:28] when I wanted another user to do changes :D [05:29] theres stuff on help.lp too rught ? [05:30] lifeless: I had a quick look. All I found was this: https://help.launchpad.net/BazaarLinks [05:31] there's also a WIP tutorial. [05:32] I had something in mind that would include how to install bzr and tacle stuff like "install python-paramiko" [05:32] very very very basic [05:33] I'm not pushing more work on to you guys, I'm basically volunteering to try and get such a thing together [05:34] beuno: I reckon that would be helpful. [05:35] beuno: In any case, I've just filed a bug on launchpad so this doesn't get lost. [05:36] even better, bug#? [05:36] beuno: bug 94653 [05:36] Malone bug 94653 in launchpad-bazaar ""Help" could be better oriented to newcomers to Launchpad and Bazaar" [Undecided,Unconfirmed] https://launchpad.net/bugs/94653 [05:36] I can setup a page on the wiki and add a comment on the bug so everyone can pitch in [05:36] beuno: thanks. [05:37] well, you've been holding my hand through the whole process for the last hour, it's the least I can do === fabbione [i=fabbione@gordian.fabbione.net] has joined #launchpad === fabbione [i=fabbione@gordian.fabbione.net] has joined #launchpad === effie_jayx [n=valles@190.37.175.250] has joined #launchpad [05:45] New bug: #94653 in launchpad-bazaar ""Help" could be better oriented to newcomers to Launchpad and Bazaar" [Undecided,Unconfirmed] https://launchpad.net/bugs/94653 [05:57] jml, this is what I had in mind roughly: https://wiki.ubuntu.com/Launchpad/BzrHowto [05:58] obviously it need cleaning up and a lot more information, but I wanted to lay the steps I had to go through down while they where still fresh [05:59] *nod* [05:59] beuno: I'm surprised you had to install paramiko [05:59] I didn't, the user I wanted to do work on the branch did [06:01] beuno: ok, I'm surprised that *they* had to install paramiko :) [06:02] really? I've had to install it in every pc I wanted to use bzr with [06:03] The Ubuntu package depends on it, at least. [06:04] for edgy? [06:04] Older bzr packages used to merely suggest it, iirc, so maybe that's why there's some confusion. [06:04] ahh [06:05] there ya go [06:05] beuno: it might be worth noting which version you are using on your wiki page then :) [06:05] I'm on Feisty, but don't forget that it hasn't been released :D [06:06] jml: I'll add it as "if your using edgy or older, you might need this" [06:06] According to Launchpad, the bzr package in edgy also depends on paramiko, not suggests. [06:06] Edgy's version depends on it. [06:06] Both LP and apt-cache on another machine show that. [06:06] :/ I'm not sure then, I'll give it a try at one of the PCs in the office that hasn't had bzr installed yet [06:08] the document is a *very* rough draft, I'll put some more work into it, and then I'm sure bzr and launchpad folks will have lots of things to change around [06:08] but for example, now, I can just send this out when I want someone to create or use a specific branch :D [06:10] beuno: You don't cover adding SSH keys to launchpad. [06:11] I might have been avoiding that [06:11] beuno: I think maybe your howto could be added as "Quick start" to https://wiki.ubuntu.com/Bzr? [06:11] There's a fair bit of overlap, your doc has the advantage of being much pithier, but https://wiki.ubuntu.com/Bzr is a little more comprehensive. [06:12] spiv: absolutely, although I would like there to be a launchpad specific, so users don't have to try and wrap there head around *how* that applies to launchpad [06:12] I like the idea of having doc which starts by demonstrating how to use it, like yours basically does, rather than making you wade through pages and pages exposition before they can get started. [06:13] great, because I would loved having one! [06:13] The https://wiki.ubuntu.com/Bzr page is almost entirely Launchpad specific already. [06:13] should it be? [06:14] spiv: that document has actually very useful bits [06:14] The author of the Bzr page didn't state their exact purpose, so I can't answer "should it be" very easily. [06:16] And the title/url of the page doesn't give much hint either. [06:17] I'd be tempted to combine the two pages, starting with your content as a quick start, and make Bzr redirect to Launchpad/BzrHowto [06:17] I'm not a regular wiki.ubuntu.com contributor, so maybe there are some policies that should be taken into account that I don't know about. [06:18] well, logic would indicate that /Bzr should be bzr specific [06:19] Well, I don't know what a /Bzr page should be other than a brief description and a link to bazaar-vcs.org [06:19] But I tend to have more strict tastes about wiki naming that the average wiki editor, I think :) [06:20] Actually, [06:20] The right place for these sorts of howtos in help.launchpad.net [06:21] yes, that was what I had in mind [06:21] I used the wiki because it's what I had handy and am used to [06:21] And where wiki.ubuntu.com is explain how to use bzr & launchpad to work on ubuntu stuff, it should link to the howtos on help.launchpad.net and maybe give some further examples with ubuntu-specific branches and whatnot. === spiv nods [06:22] beuno: Anyway, thanks for working on those docs. [06:23] np, glad to === nixternal [n=nixterna@ubuntu/member/nixternal] has joined #launchpad [06:23] I think it should also be linked or placed in: https://code.launchpad.net/ [06:23] beuno: If you move them, could you send me an email (andrew at canonical.com) so I know where to find them? I think they'll be handy for helping answer questions that pop up on this channel :) [06:23] or/and the help on beta [06:23] beuno: Agreed. File a bug? [06:24] sure, I'll file it now [06:24] beuno: Thanks! === spiv -> shops [06:24] do you want me to leave it on the wiki or move it to help.ubunto (can I?) [06:25] beuno: You should be able to edit help.launchpad.net, I think. [06:27] spiv: great, I'll try and move it there, if succesful, I'll email you the new addy === mark007 [n=mark@128.227.131.47] has joined #launchpad [06:39] that's it for me for today, night everyone === mpt [n=mpt@121-72-132-150.dsl.telstraclear.net] has joined #launchpad [07:01] Gooooooooooooooooood evening Launchpadders! [07:02] hi mpt [08:04] Hm: [08:04] `You have been subscribed to a public bug:' [08:05] Better than `A new bug has been reported' or similar... But I was assigned, not subscribed. I don't get said message on subscription. [08:25] Fujitsu, did you get that notification from production, or beta? [08:26] I was going to say, that sounds like a symptom of bug 3797 [08:26] mpt: An email. [08:26] Malone bug 3797 in malone "Bug mails should explain why the person is getting emailed." [High,In progress] https://launchpad.net/bugs/3797 - Assigned to Christian Reis (kiko) [08:26] Fujitsu, yes, I know it was an e-mail message, that's not what I'm asking :-) [08:26] As in, which was the action performed on? [08:26] ... but then I just saw that 3797 is apparently fixed [08:26] Beta. [08:26] yes [08:26] darn [08:27] I think there's another one about it saying a new bug had been reported. [08:27] So it's probably not 3797. [08:28] well, 3797 isn't fixed is it? [08:28] I didn't think kiko had the changes to Beta yet [08:28] I'm looking at the changelog :-) [08:29] landed about 9.5 hours ago, I don't know whether that means it's on beta yet [08:29] but if that style of notification is one you'd never seen before, probably that means it is [08:35] mpt: the bug mailer would be running from the production/1.80 branch === fabbione [i=fabbione@gordian.fabbione.net] has joined #launchpad [08:35] mpt: so even if it had been fixed on head, you wouldn't see the difference [08:36] ok, thanks [08:37] so Fujitsu, hopefully kiko has fixed that problem :-) [08:37] OK, thanks. === carlos_ [n=carlos@163.pool85-48-166.static.orange.es] has joined #launchpad [08:42] morning === carlos_ is now known as carlos [08:44] mpt, Fujitsu: kiko's patch also included a fix for bug 54046, which is about the kind of e-mail Fujitsu got. [08:44] Malone bug 54046 in update-manager "View moved when selecting repository" [Undecided,Fix released] https://launchpad.net/bugs/54046 - Assigned to Michael Vogt (mvo) [08:44] those e-mails are sent from the beta servers, not from the production/1.80 branch. [08:45] oh, not that bug.. [08:45] bug 51046 [08:45] Malone bug 51046 in malone "The newbug-style email a new bug contact receives on product/package reassignment is confusing" [Medium,In progress] https://launchpad.net/bugs/51046 - Assigned to Christian Reis (kiko) === doko [n=doko@dslb-088-074-019-072.pools.arcor-ip.net] has joined #launchpad === WebMaven [n=webmaven@bzq-88-155-7-151.red.bezeqint.net] has joined #launchpad [08:55] jml: https://blueprints.beta.launchpad.net/launchpad/+spec/productbased-branch-namespace [08:59] BjornT, ah, I thought those notifications always started with "Public/Private bug reported:" [09:00] BjornT, thanks for fixing bug 84847, it looks much better now :-) [09:00] Malone bug 84847 in malone "Application tabs missing on many bug report subsidiary pages" [High,Fix released] https://launchpad.net/bugs/84847 - Assigned to Bjrn Tillenius (bjornt) === glatzor [n=sebi@p54964E14.dip.t-dialin.net] has joined #launchpad [09:02] mpt: they did, yes, but it's quite confusing to get such an e-mail just because you've become a subscriber of the bug. === thumper [n=tim@125-236-193-95.adsl.xtra.co.nz] has joined #launchpad [09:07] BjornT, I know, today I got a message purportedly from Brad Bollenbach, and I thought "whoa" :-) === stub [n=stub@ppp-58.8.12.22.revip2.asianet.co.th] has joined #launchpad [09:09] yeah, i've also experienced that a few times :) using the bug reporter as the From address is probably not a good idea. [09:21] carlos: thanks for everything on the docs stuff [09:21] mdke: you are welcome [09:22] right now all templates and translations should be in place [09:22] mdke: and ubuntu-doc team is the owner of all those templates, so you should be able to upload updates directly using the web forms [09:23] carlos: fantasticf [09:23] -f === glatzor [n=sebi@p54964e14.dip.t-dialin.net] has joined #launchpad === RAOF [n=chris@60-242-199-65.tpgi.com.au] has joined #launchpad === raphink [n=raphink@ubuntu/member/raphink] has joined #launchpad === Bhaskar [n=Bhaskar@202.79.37.177] has joined #launchpad === zygis [n=zygis@hst-238-240.splius.lt] has joined #launchpad === mrevell [n=matthew@62-30-68-94.cable.ubr05.wolv.blueyonder.co.uk] has joined #launchpad === mholthaus__ [n=mholthau@223.174.79.83.cust.bluewin.ch] has joined #launchpad === jelmer [n=jelmer@230pc197.sshunet.nl] has joined #launchpad === schwuk [n=dave@82-133-115-213.dyn.gotadsl.co.uk] has joined #launchpad === seb128 [n=seb128@ubuntu/member/seb128] has joined #launchpad === doko_ [n=doko@dslb-088-074-019-072.pools.arcor-ip.net] has joined #launchpad === pochu [n=emilio@ubuntu/member/pochu] has joined #launchpad === RAOF [n=chris@60-242-199-65.tpgi.com.au] has joined #launchpad === seb128 [n=seb128@ubuntu/member/seb128] has joined #launchpad === bigjools [n=bigjools@82-71-93-254.dsl.in-addr.zen.co.uk] has joined #launchpad === dneary [n=dneary@mne69-9-88-163-116-163.fbx.proxad.net] has joined #launchpad === Gwaihir [n=Gwaihir@mail.foredil.it] has joined #launchpad === TeTeT [n=spindler@modemcable178.77-70-69.static.videotron.ca] has joined #launchpad === salgado [n=salgado@200-171-140-32.dsl.telesp.net.br] has joined #launchpad === matsubara [n=matsubar@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [12:33] Good morning matsubara [12:33] and salgado [12:33] hey mpt! [12:33] hello mpt, morning! === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #launchpad === Kmos [n=gothicx@unaffiliated/kmos] has joined #launchpad === tiagoboldt [n=tiagobol@87-196-59-187.net.novis.pt] has joined #launchpad === Spads [n=spacehob@217.205.109.249] has joined #launchpad [01:04] 1400 utc.....that's 2 hours away, right? === stub [n=stub@ppp-58.8.12.22.revip2.asianet.co.th] has joined #launchpad [01:05] hi stub [01:05] Hobbsee: yes [01:05] popey: cool [01:06] hrm. *has reason to believe that the @ubuntu.com and @kubuntu.org redirects are stuffed again* [01:06] yes [01:07] relaying denied [01:07] dunno about that - but they're certainly not refresing recently, to point to the new primary email in LP [01:07] should they automatically? [01:07] yes [01:07] i never realised there even was @kubuntu.com [01:07] they're supposed to sync across every once in a while [01:07] it's kubuntu.org [01:08] alanpope@kubuntu.com [01:08] SMTP error from remote mailer after RCPT TO:: [01:08] host fiordland.ubuntu.com [82.211.81.145] : 554 : [01:08] Relay access denied [01:08] thats what I got [01:08] it's kubuntu.org [01:08] doh [01:08] :) [01:08] ahh, different error :) === vlug [n=btj@127.84-48-229.nextgentel.com] has joined #launchpad === Hobbsee might poke mrevell about it, as he was going through it last time this happened [01:09] and then i'll leave the redirect alone, dammit! [01:09] Hobbsee: hmph? === mrevell reads up === cprov-out is now known as cprov [01:09] SMTP error from remote mailer after RCPT TO:: [01:09] host fiordland.ubuntu.com [82.211.81.145] : 550 : [01:09] Recipient address rejected: User unknown in virtual alias table [01:09] that mrevell [01:10] is what ? [01:10] mrevell: i changed my primary address in LP a couple of weeks ago, and the @ubuntu.com + @kubuntu.org addresses *still* havent redirected [01:10] Hobbsee: Have you raised a support ticket in the Answer Tracker? [01:10] good morning, guys. [01:10] morning cprov [01:10] mrevell: not yet. havent had time. wasnt sure if that was the right way to go [01:11] mrevell: it also appears to be forwarding at least some mail to an old address that was primary on LP... [01:11] Hobbsee: I think that will be the best way to notify the team that you have a problem. [01:11] cool, ok [01:11] Hobbsee: Sorry you're having problems again :( [01:11] yeah, me too :( [01:11] popey: You're having trouble too? [01:11] mrevell: it was a stupid error, really. [01:11] mrevell: yes, but tbh i have never used my @kubuntu.org address, was just testing for Hobbsee [01:11] popey: ah right [01:12] popey: If it's a problem, then I'd suggest a support ticket too. [01:12] well first I should find out if this *should* work? [01:12] do the non-kubuntu members even get a kubuntu email address? === Hobbsee wonders how to actually file a ticket. [01:14] Hobbsee: Tbh I don't know. salgado would possibly know [01:14] how to file a ticket? [01:15] Hobbsee: https://answers.beta.launchpad.net/launchpad/+addticket [01:15] okay, so i found where all the questions are for Launchpad easily enough...but where do i actually file a ticket, instead of answering them???? [01:15] salgado: Sorry, no. Do Ubuntu members automatically get a kubuntu.org email addr? [01:15] oh, ask a question [01:16] how would you know mrevell ? [01:16] missed that when i first looked [01:16] you dont know if i am a kubuntu or ubuntu user do you? [01:16] popey: Eh? [01:16] popey: member, not user [01:16] so how would you know whether to give me an @ubuntu.com or @kubuntu.org [01:16] popey: We know that :) [01:16] yes, I am a member [01:16] popey: yes. you being in kubuntu members or nto. [01:16] ahhh [01:16] gotcha [01:16] :) === popey shuts up now [01:16] and i know, anyawy, as i havent approved you. *g* [01:17] o_O === Hobbsee is one of the kubuntu council, see... === popey bows down before Hobbsee [01:17] heh [01:18] mvwow, so many open tickets... === dneary [n=dneary@mne69-9-88-163-116-163.fbx.proxad.net] has joined #launchpad [01:18] mrevell: wow, so many open tickets... [01:19] Hobbsee: ahhh, my department :) [01:19] popey: hmm? === popey spends time answering support tickets [01:19] clearly not enough tho :S [01:20] Hobbsee: 15 or so. [01:20] thought there were more than that - unresovled ones, though [01:20] 271 open ones in ubuntu [01:23] filed. === schwuk [n=dave@82-133-115-213.dyn.gotadsl.co.uk] has joined #launchpad [01:23] ahh [01:23] popey: You're lucky. We have 24000 bugs, remember. [01:23] heh [01:23] mrevell: can i input early on the "what's the most annoying LP bug this week" if i dont get to stay till the meeting? [01:23] as much as i'd like to... === AlinuxOS [n=vsichi@host118-134-dynamic.3-87-r.retail.telecomitalia.it] has joined #launchpad [01:24] Hobbsee: The meeting is next Wednesday at 09:00 UTC. However, I'm always happy to get your feedback, whenever, whether there's a meeting or not :) [01:25] hello all, why gnome-orca translation is at first place? https://translations.launchpad.net/ubuntu/feisty/+lang/ka [01:25] mrevell: https://bugs.beta.launchpad.net/launchpad/+bug/89183 [01:25] Malone bug 89183 in launchpad "beta URLs don't redirect to production if person is not in beta team" [High,Confirmed] [01:25] oh bugger. i cant read the difference between developer and user. i suck. [01:25] danilos, hello! [01:25] AlinuxOS: hi [01:25] AlinuxOS: because I did a mistake [01:25] it's fixed now [01:25] ;-) [01:25] mrevell: you know, you could poke someone to fix it in that time, and announce the fix at the user meeting... *g* [01:25] carlos, :D [01:25] Hobbsee: Yeah, the team are aware of that one, and it comes up quite a bit. I'll mention it in today's developer meeting, just to let them know it's a still an issue. [01:26] danilos, got 1 minute ? [01:26] AlinuxOS: sure, go ahead [01:26] mrevell: cool, thanks. it keeps getting worse as more people are using the beta [01:26] obviously [01:27] Hobbsee: Yeah. The quick answer is for those people to sign up to the beta too :) In fact, many people are signing up to the beta because they see the beta links and wonder what it's all about. [01:27] mrevell: true that, but if you're going to do that, may as well get everyone to use the beta [01:27] mrevell: the most common thing getting said about LP at the moment is about that they've got access denied - they think itj's to all of LP [01:27] Hobbsee: Well, there are roughly 280 people using the beta atm and around 90,000 LP users. [01:28] Hobbsee: Now, that's not good. [01:28] 90000 *active* users? [01:28] Hobbsee: We can fix that with a friendlier message . [01:28] popey: Well, erm [01:28] heh [01:28] popey: I'm not sure how active, but last time I check there were 90,000 people registered. Some of whom will be ShipIt only, etc [01:29] mrevell: true, but if you're going to go to that effort, you may as well just fix the problem, no? depending on how hard it is to fix, of course [01:29] i would suspect a lot are shipit only [01:29] Hobbsee: Well, you've got it in one there - depends on how hard it is to fix :) [01:29] given how many people I see with zero karma [01:29] Hobbsee: It's easy, I imagine, to change the text [01:29] mrevell: :) true that. === popey (being a karma whore) looks at these things you see [01:29] Hobbsee: Making beta redirect to production would take a little longer [01:29] popey: yes, but you do support tickets [01:30] mrevell: indeed. [01:30] popey: It would be interesting to have a stat on how many people have a certain level of karma. [01:30] mrevell: but you have to invest that time eventually. so it's evil both ways [01:30] popey: I wonder, though, what level of karma would be good enough to show someone as active. [01:30] mrevell: https://launchpad.net/ubuntu/+topcontributors <-- get them to expand the stats on that page :) [01:30] Hobbsee: Well, don't forget that 1.0 will be the default interface eventually. [01:31] mrevell: as in, the original, or the beta? [01:31] or 1.0 *is* the beta? [01:31] 1.0 is approximately beta. [01:31] Hobbsee: beta will become the default interface - yeah, the beta is the beta of 1.0 [01:31] beta = 1.0 beta. [01:31] ahhh [01:31] gotcha [01:32] sorry for the confusion :) [01:32] I really don't see why they'd be developing this new interface, only to replace it with the old one. :P [01:32] I've got to get back to some other work in a moment, but how are you two finding th ebeta response times atm? [01:32] Fujitsu: ha :) [01:32] Fujitsu: haha [01:32] Graphs of karma! [01:32] um, bit better. still over 10 seconds most of the time [01:32] but it's not absolutely unusable [01:33] like it was before [01:33] mrevell: They're a little better... But I keep getting random requests returning nothing (not even headers). [01:33] popey: what would you like to see, other than your face surrounded by adoring Ubuntu users? [01:33] The blank responses are a little more frequent tonight. [01:33] lol [01:33] SteveA: was looking at logs about that, but hasnt gotten back to me yet [01:33] Hobbsee: It's an ongoing process. There's a lot of work going on, behind the scenes, to get the response times up. [01:33] Hobbsee: hi. I have some experimental stuff that we can try out on the server, but I'm going to be too busy to spend time on it until Monday. [01:34] mrevell: answers should be a LOT easier to find from the desktop [01:34] SteveA: that's cool. status updates are great, btw. [01:34] mrevell: great :) i'd figured there was, from lurking in here [01:34] which status updates are great? [01:34] Fujitsu: remind me to vote on saturday, will you? [01:34] popey: You could raise a blueprint :) [01:34] SteveA: as in, that you're working on it, and that you'd like to test it out in a few days [01:35] ah, right [01:35] mrevell: I have "learn how to write specs and blueprints" on my to do list [01:35] status update: we're working on it and would like to test some stuff out next week ;-) === Hobbsee wonders when we vote for the CC, too... [01:35] SteveA: sounds good to me :P === salgado is now known as salgado-afk [01:35] Hobbsee: Wasn't the CC stuff going to be decided after MTV? [01:35] popey: mate, they're really easy. [01:35] popey: A man of your stature and knowledge... [01:36] and lack of command of the english language :( [01:36] popey: Think of the karma it could bring though. [01:36] popey: :) But you're Elvis, nothing else necessary. [01:36] mmmmm [01:36] karma [01:36] http://drool.popey.com/ [01:36] Fujitsu: dunno. but i'm *definetly* going to vote for it, with more attention than i do for the state election on saturday [01:36] oojah: Nothing brings more karma than support requests. [01:36] Fujitsu: Fair enough. [01:37] Hobbsee: Your vote might actually make a slight difference to how things go in Ubuntu, whereas in NSW it won't have chance... So that's a good policy. [01:37] Right, I've got to shoot off. I'll catch you later. [01:37] ttfn [01:37] Bye mrevel. [01:37] +l [01:40] Fujitsu: hehe, true [01:40] bye mrevell! === glatzor [n=sebi@p57aed962.dip.t-dialin.net] has joined #launchpad [01:54] hi carlos. could you raise the translation importance of python-apt? [01:54] glatzor: sure [01:54] carlos: we moved some code from software-properties to python-apt. [01:55] carlos: it contains e.g. the name of the Ubuntu components that are displayed in software-properties [01:55] carlos: thanks a lot [01:55] should I do it just for Feisty? [01:56] hmm, there are no translations available... let me check if it's one of the pending templates... [01:57] ok, I see it as pending to be approved for Feisty [01:59] glatzor: done, it should appear later today === niemeyer [n=niemeyer@modemcable178.77-70-69.static.videotron.ca] has joined #launchpad [01:59] I gave it the same priority as update-manager [01:59] http://www.shutdownday.org/ [01:59] lol [02:00] carlos: cool. === jkakar [n=jkakar@modemcable178.77-70-69.static.videotron.ca] has joined #launchpad === flacoste [n=francis@modemcable252.1-202-24.mc.videotron.ca] has joined #launchpad === niemeyer [n=niemeyer@modemcable178.77-70-69.static.videotron.ca] has joined #launchpad === alex_muntada [n=alexm@gnu/translator/alex-muntada] has joined #launchpad === carlos -> lunch === schwuk_ [n=dave@82-133-115-213.dyn.gotadsl.co.uk] has joined #launchpad === ddaa [n=david@nor75-18-82-241-238-155.fbx.proxad.net] has joined #launchpad [02:23] Hello here [02:24] hello ddaa [02:29] how reverted beta code? now there isn't first, previous, next and last in the bottom of the page [02:29] in translation === LarstiQ [n=larstiq@cust.7.157.adsl.cistron.nl] has joined #launchpad [02:31] carlos: gnomebaker is translatable although it is part of universe [02:31] https://translations.beta.launchpad.net/gnomebaker/main/+pots/gnomebaker/de/+translate [02:32] glatzor: that URL is not an Ubuntu one [02:32] ah, I see [02:33] sorry for bothering you. I am quite in a hurry, but perhaps I should pay more attention :) [02:33] spiv: ping [02:34] glatzor: np === AlinuxOS [n=vsichi@host118-134-dynamic.3-87-r.retail.telecomitalia.it] has joined #launchpad [02:41] Wasn't there talk about redirecting non-beta users to the normal lp if they tried to access a beta url? [02:42] shawarma: i'ts a bug, yes. [02:42] shawarma: it just ahsnt been fixed yet [02:42] Clearly. :-) [02:42] I just remember someone spoke about making it so. === Rinchen [n=Joey@ubuntu/member/rinchen] has joined #launchpad === salgado-afk is now known as salgado === AlexLatchford [n=alex@82-44-193-109.cable.ubr07.haye.blueyonder.co.uk] has joined #launchpad === sinzui [n=Curtis@pool-70-17-122-50.res.east.verizon.net] has joined #launchpad === schwuk [n=dave@82-133-115-213.dyn.gotadsl.co.uk] has joined #launchpad [02:58] carlos: may I ask you a question concerning po file handling: how can I remove obsolete messages from the po files automatically? [02:58] carlos: I moved the old translation from software-properties to my python-apt source repository [02:59] and now there are plenty of old and obsolete messages in the po file === Prognatus [n=btj@127.84-48-229.nextgentel.com] has joined #launchpad [02:59] glatzor: msgattrib --no-obsolete [03:00] glatzor: though, if it's just a different branch, you want to let translators handle that themselves === salgado envisions kiko shouting "me!" [03:00] Welcome to the weekly Launchpad Development meeting! [03:00] at the new time of 1400 UTC === Rinchen [n=Joey@ubuntu/member/rinchen] has joined #launchpad [03:00] salgado: you think he already set the new meeting time in his script? :) [03:00] For the next 45 minutes, we'll be coordinating about Launchpad development activities. [03:00] New bug: #94755 in blueprint "Clicking on star in blueprint subscribers lead to an oops" [Undecided,Confirmed] https://launchpad.net/bugs/94755 [03:00] good point. maybe he forgot [03:00] Who is here today? [03:00] me [03:00] here [03:00] me [03:00] me [03:00] me [03:00] me [03:00] me [03:00] here [03:00] me [03:00] me [03:00] here [03:00] thumper not here but ddaa is acting envoy [03:00] jml not here but ddaa is acting envoy [03:00] me [03:01] me [03:01] me [03:01] me [03:01] ddaa: and spiv? [03:01] me [03:01] SteveA: I have nothing from spiv. [03:02] or it's in my junkbox... [03:02] nah, nothing from spiv in the junkbox [03:02] ddaa: part of the job of the envoy is getting status updates etc. from spiv [03:02] here [03:02] me [03:02] hi spiv [03:02] ddaa: ... unless he's here ;-) [03:02] (surprisingly!) [03:02] hu... I did not realise I was supposed to hunt spiv down for meeting notes... [03:03] ddaa: I think the role of "envoy between bzr-launchpad and the rest of launchpad" should be an active one, not a passive one. [03:03] == Agenda == [03:03] * Roll call [03:03] * Agenda [03:03] * Next meeting [03:03] * Activity reports [03:03] * Actions from last meeting [03:03] * Oops report (Matsubara) [03:03] * Bug report (mpt) [03:03] * Bug tags [03:03] * Production and staging (Stuart) [03:03] * Launchpad 1.0 status reports [03:03] * Sysadmin requests [03:03] ---- [03:03] * New code baseline for scripts (ddaa) [03:03] * A top user-affecting issue (mrevell) [03:03] * Launchpad buzz report (mrevell) [03:03] * (other items) [03:04] ---- [03:04] * Three sentences [03:04] [03:04] next meeting: same time next week [03:04] * Activity reports [03:04] who is up to date, and who is not? [03:04] up to date [03:04] me === SteveA is not. [03:04] up to date [03:04] up to date [03:04] up to date [03:04] up to date [03:04] up to date [03:04] I'm not :-( [03:04] up to date [03:04] I am not [03:04] up to date [03:04] up to date [03:04] sent some, missed some [03:04] up to date [03:04] up to date [03:04] up to date [03:04] not up to date [03:04] up to date via Steve and Kiko [03:04] I have no idea... [03:05] sent some, missed some [03:05] up to date (in 10 secs when I send mondays) [03:06] thanks [03:06] up to date [03:06] * Actions from last meeting [03:06] * E-mail to be sent describing agreed fix to the problem of unregistered subscribers to imported bug reports [03:06] this action is unattributed [03:06] I did not see that happen [03:06] so I have no idea who was responsible for it [03:06] jamesh and BjornT, I think [03:06] anyone remember? [03:06] it was for jamesh [03:06] and it hasn't been done === schwuk [n=schwuk@www.schwuk.com] has joined #launchpad [03:07] I'm sending it right now [03:07] thanks jamesh === seb128 [n=seb128@ubuntu/member/seb128] has joined #launchpad [03:08] * Oops report (Matsubara) [03:08] Today's oops report is about bug 94755 [03:08] Malone bug 94755 in blueprint "Clicking on star in blueprint subscribers lead to an oops" [Undecided,Confirmed] https://launchpad.net/bugs/94755 [03:08] I can take that one if no one wants it. :) [03:08] when you click upon a star... [03:08] I clicked on it yesterday [03:08] groan [03:08] makes no difference who you are === SteveA stops there [03:09] Equal-opportunity oopses! [03:09] is that all matsubara ? [03:09] that's it then SteveA. The other issue I priv msg you and I'll follow up in the mailing list [03:09] thanks [03:09] * Bug report (mpt) [03:10] There are 2216 known bugs in Launchpad without released fixes. The first eight of these, by importance, are: [03:10] * Bug #30602 (Timeout errors in +translate), Critical, In Progress, kiko [03:10] Malone bug 30602 in rosetta "Timeout errors in +translate" [Critical,In progress] https://launchpad.net/bugs/30602 - Assigned to Christian Reis (kiko) [03:10] kiko, have you had time for any of the small improvements you talked about last week? [03:10] * Bug #46982 (Need to support KDE like plural forms), Critical, Confirmed, danilos [03:10] Malone bug 46982 in rosetta "Need to support KDE like plural forms" [Critical,Confirmed] https://launchpad.net/bugs/46982 - Assigned to (danilo) [03:10] not really. [03:10] sorry, 1.0 is upon us [03:10] mpt: no progress on 46982 [03:10] mpt: #46982 is still blocked by me [03:10] danilos, you are still blocked on carlos? [03:10] ok [03:10] mpt: yes [03:10] kiko, fair enough [03:10] * Bug #84326 (/+search, /products, /people, etc obscure search field and should have tabs), Critical, In Progress, mpt [03:10] I'm still working on this. [03:10] carlos, get going man [03:10] Malone bug 84326 in launchpad "/+search, /products, /people, etc obscure search field and should have tabs" [Critical,In progress] https://launchpad.net/bugs/84326 - Assigned to Matthew Paul Thomas (mpt) [03:10] * Bug #86171 (private), Critical, In Progress, spiv [03:11] spiv, this bug report's gone a bit quiet in the past couple of weeks. Are you making progress? [03:11] Bug 86171 on http://launchpad.net/bugs/86171 is private [03:11] * Bug #90384 (private), Critical, Confirmed, jamesh [03:11] Bug 90384 on http://launchpad.net/bugs/90384 is private [03:11] jamesh, you said you'd look at this bug this week. Did you have time? [03:11] no, I didn't. [03:11] mpt: I haven't done anything on that since the last meeting :( [03:12] ok, consider yourself gently reminded ;-) [03:12] * Bug #92484 (Support for Branch Format 6), Critical, In Progress, jml [03:12] Malone bug 92484 in launchpad-bazaar "Support for Branch Format 6" [Critical,In progress] https://launchpad.net/bugs/92484 - Assigned to Jonathan Lange (jml) [03:12] jml, thanks for keeping the bug report up to date. Do you think you'll finish this in the coming week? [03:12] Bug 92484: Support for Branch Format 6 [03:12] - Launchpad's bzr-related tests now pass w/ bzr 0.15rc2. [03:12] - make importdcheck passes in my local working copy. It requires some changes to cscvs, which I've made, but not in a cscvs branch. Will do so tomorrow. [03:12] - The cscvs tests don't pass w/ bzr 0.11 and still don't pass w/ bzr 0.15rc2 [03:12] wow cool, canned responses to canned questions [03:12] * Bug #44 (Translations should be searchable), High, Confirmed, danilos [03:12] Malone bug 44 in rosetta "Translations should be searchable" [High,Confirmed] https://launchpad.net/bugs/44 - Assigned to (danilo) [03:12] thanks ddaa [03:12] danilos, is this still blocked on stub experimenting with the tsearch? [03:13] * Bug #46 ("special symbols" when people copy-paste text from original to translation), High, In Progress, carlos [03:13] Malone bug 46 in rosetta ""special symbols" when people copy-paste text from original to translation" [High,In progress] https://launchpad.net/bugs/46 - Assigned to Carlos Perell Marn (carlos) [03:13] carlos, converting old symbols seems like it should be a separate bug report, maybe with lower Importance. What do you think? How common are the symbols in the database now? [03:13] mpt: no, I haven't looked into it, I am not sure it should be blocked on stub at all [03:13] mpt: well, the problem is that we didn't cleanup the database once we prevented it to happen again [03:13] mpt: we may need to check with stub if 8.2 is here to stay first, though [03:13] I imagine so unless somebody else wants to dig into ensuring unicode queries work for our install [03:13] mpt: and it's affecting Feisty language packs (because we copy from previous releases) [03:14] mpt: anyway, I have the script more or less done, I'm in testing phase [03:14] carlos, ok [03:14] mpt: It should be on review queue today [03:14] that's all, thanks SteveA [03:14] thanks danilos [03:14] thank you mpt [03:14] I have an announcement [03:14] from Monday, we'll have a new member of the Rosetta development team === Rinchen cheers. [03:14] Yay! [03:14] he's not here today, but I want to let y'all know aobut it [03:15] * Production and staging (Stuart) [03:15] cool, happy to hear that! :) [03:15] hooray! [03:15] SteveA: any hint on who that is? [03:15] Go team bangkok! [03:15] stub: you are not alone anymore! :-P [03:15] barry: Read your all hands email :) Jeroen vanderwhatisname [03:16] Production db crashed for the third time causing a short Launchpad outage. I need to do testing on Carbon to try and find the trigger so a bug report can be made. [03:16] Staging is currently not being automatically updated. Tom is going to rebuild the staging environment as it is a) a good learning excersise and b) lets him determine best practice our installs should be following and c) it is our oldest live launchpad install and is thus the cruftiest. [03:16] Nobody cares if edge lives or dies at the moment. But it is still running happily at the moment. [03:16] One of betas app servers failed to start after log file rotation (most likely Launchpad was still shutting down when logrotate tried to restart it). I don't think anyone noticed but the admins who got the nagios alert. [03:16] The hit graphs showed that Pound's load balancing does not do what we want though, as all the traffic that would normally go to the down was all sent to production #1 instead of evenly distributed over the three remaining live systems. [03:16] For a moment there I thought stub was joining the Rosetta team [03:16] stub: +1 :) [03:17] mpt: ;-) [03:17] mpt: and you can be the new DBA :P [03:17] Jeroen Vermeulen [03:17] I don't think the PG crashes are frequent enough to warrent a downgrade, answering Carlos' earlier statement. [03:17] stub: s/carlos/danilo/ [03:17] stub: ok, thanks === alex_muntada knows Jeroen, he's a very nice guy :) [03:17] All these europeans type the same [03:18] stub: okay. we should ask tom to investigate the new apache clustering for load balancing [03:18] stub: ;-) [03:18] stub: would you ask tom if he can attend these meetings? [03:18] ok [03:18] stub: maybe we could trick pound by getting the two app server processes on each server to bind to different IP addresses? [03:19] what about getting a database interruption to cause a Retry in the app servers [03:19] we discussed that on the list a bit [03:19] is that something we want for short term, medium term or long term? [03:19] in the short term [03:20] to avoid all the app servers failing at the same time [03:20] and needing to be restarted manually [03:20] okay. Because it is the sort of thing that will need to be redone for the $NEW_ORM migration [03:20] jamesh: can I give this to you, for discussion in our call with joey? [03:20] jamesh: We no longer have any need to keep pound, so I'd rather not trick it to do anything. I want to replace it with apache anyway to remove one unnecessary variable in our install. === AlinuxOS [n=vsichi@host118-134-dynamic.3-87-r.retail.telecomitalia.it] has joined #launchpad [03:21] stub: fair enough [03:21] SteveA: okay [03:21] SteveA: there is a bug open on getting launchpad to reconnect. Just needs prioritization and an assignee [03:21] stub: is it up to date wrt recent discussion on the mailing list? [03:21] what's the bug number? [03:21] we need to handle both the session and main DB connections [03:21] true [03:22] bug 31369, afaict [03:22] Malone bug 31369 in launchpad "Launchpad should handle database outages" [Low,Confirmed] https://launchpad.net/bugs/31369 - Assigned to Stuart Bishop (stub) [03:22] thanks mpt :) [03:22] thanks for the production systems report stub [03:22] * Launchpad 1.0 status reports [03:22] bug 77950 [03:22] Malone bug 77950 in kvpnc "kvpnc crashes with SIGSEGV when trying to import a Cisco .pcf file" [Undecided,Fix released] https://launchpad.net/bugs/77950 [03:23] AnswerTracker 1.0 Summary: nothing new to report. [03:23] UI 1.0: Nothing major this week; some new graphics and bug fixes. [03:23] Soyuz 1.0: general bug fixing only [03:23] Code 1.0: still broken link for "import your project" on the front page. [03:23] Malone 1.0: [03:23] malone-essential-docs: No progress since last week. bjornt still to send an e-mail to matthew r describing what information the different sections should contain in more detail. [03:23] Rosetta 1.0 weekly report: firefox import/export: no progress, oo import/exportnot started, essential docs not started, TranslationImportContinuityThreshold not started, UI stuff: bug 79674 (no progress), helptexts (in progress, https://launchpad.canonical.com/RosettaTemplatesThatNeedHelp) [03:23] Malone bug 79674 in rosetta "List translatable upstreams on separate page, sample on front page" [High,In progress] https://launchpad.net/bugs/79674 - Assigned to (danilo) [03:24] * Sysadmin requests [03:25] moving on? [03:25] I mailed elmo about the request for weblog software [03:25] anything else? [03:25] SteveA: I filed RT #27270; Some people reported that launchpad mails aren't reaching them, so I asked admins to take a look. No answers so far. [03:25] I did that too for one email [03:25] no answer back yet [03:25] RT #27263 [03:26] SteveA, the one about the brilliant server [03:26] which is "Please redirect https://codebrowse.launchpad.net/ to http://codebrowse.launchpad.net/" [03:26] mpt: thanks for the reminder. I also emailed elmo about that. [03:26] thanks [03:26] Rinchen: I'd like you to help out with chasing up these requests [03:27] roger that [03:27] I'll talk with you about that after the meeting [03:27] * New code baseline for scripts (ddaa) [03:27] Launchpad-bazaar has two new major features nearing landing: email notifications for branches, and automatic bug-branch linking. And also many small scripts improvements either landed or in the pipe. [03:27] I am concerned that when we release 1.0, we release at the same time many code changes to the scripts which had not been used live. [03:27] Since production has been frozen for so long, cherrypicking is becoming increasingly difficult. [03:27] Since the database patch embargo is in effect, it should be possible to make a new baseline rollout for all the scripts without breaking production. [03:27] Should we do it? [03:27] yes. [03:27] I think so. And particularly if we can get the "monitoring table in the database for scripts" thing done. [03:29] All the scripts or just the ones recently modified? [03:29] so that we get an instant warning if something isn't working properly [03:29] SteveA: that's a db patch embargo exception, a bit out of scope for this item. But I agree. [03:29] at first, just ones recently modified. although, the scripts do use other database code [03:29] stub: well, it would be nice to know that they all work with a newer launchpad tree [03:29] ddaa: I think it's a prerequisite to knowing whether there are problems with scripts [03:29] stub: really, I just care about launchpad-bazaar stuff, but the same problem probably applies to all the rest. [03:29] BjornT made some changes to the bug mail notification code that'd benefit from a newer codebase too [03:29] It would be trivial for me to run the scripts out of the beta tree instead of the production tree - beta and production are on the same physical servers now [03:29] SteveA: so... you mean we have this running for a while before 1.0 to assess our QoS? [03:30] stub, that's an interesting idea [03:30] I'd rather not run scripts from head. [03:30] makes me feel unsafe [03:30] I don't want to run scripts from head either [03:30] it changes too often [03:31] and particularly without the decent "success reporting" stuff for scripts [03:35] So, I'm glad everybody thinks a good idea. [03:35] SteveA: who should keep the ball rolling? [03:35] In particular regarding your request to get the script monitoring out soon? [03:35] so, another thing to discuss in the joey-stevea-jamesh call [03:35] got it [03:35] ok. So I should setup a fresh tree to run the scripts from that won't be automatically updated every three hours. Anyone want to nominate a revision, or should I just go with whatever HEAD happens to be? === ddaa high-fives jamesh [03:35] ddaa: next step is we find out whether we can get this "success reporting" stuff done very soon [03:35] and then plan for shifting over to the tree stub just mentioned [03:35] stub: HEAD is good [03:35] thanks for bringing this up in the meeting, ddaa [03:35] * A top user-affecting issue (mrevell) [03:35] Yesterday's Launchpad users' meeting raised this issue: [03:35] English is always implicitly set as a preferred language. This means that support contacts receive support notifications in English, even if they don't want them. [03:35] mpt said that this could become more of a problem, as Ubuntu and other hosted projects become more popular, and suggested that it might discourage people from volunteering as support contacts. [03:35] Bug 81369 is also regularly raised as an annoyance, and interestingly has encouraged some people to sign up for the beta. I think we should make the "access denied" message more explicit in telling people that they need to join the beta team or remove "beta" from the URL. [03:35] Malone bug 81369 in launchpad-answers "support contact in preferred languages only" [High,Confirmed] https://launchpad.net/bugs/81369 [03:35] mrevell: that's the previous bug [03:35] by "remove beta from the URL" I mean we should explain what they need to do to get the page they expected, but on production [03:35] flacoste: apologies, yes. [03:35] Or make those URLs Just Work [03:35] cant you just have a link on the login page to the same page minus the beta. bit? [03:35] bug 89183 [03:35] Malone bug 89183 in launchpad "beta URLs don't redirect to production if person is not in beta team" [High,Confirmed] https://launchpad.net/bugs/89183 [03:35] " if you don't want to take part in the beta, click here to go to your regularly scheduled page" [03:35] mpt: That's the other option, of course, but I assumed we hadn't done it because of limited resource [03:36] due to work on 1.0 [03:36] I'm completely guessing here, but it doesn't seem like it would be much harder to set up a redirect than to add "here's how to hack URLs because we're too busy" text to the login page [03:36] popey: that is an option. [03:37] would require very little effort [03:37] mpt: Fair enough. Obviously, that'd be my preferred option. [03:37] (except that I'd know how to do the latter but not the former) [03:37] we should add a helpful redirection-to-main-site message to the beta login page [03:37] mpt: adding a corrected link to the login page is relatively easy. automatic redirection of non beta-testers is problematic [03:37] mrevell: please ensure that the bug has that as the course of action that we should take [03:40] SteveA: will do [03:40] mrevell: and together with Rinchen, see if someone wants to do it on FiF === mholthaus [n=mholthau@223.174.79.83.cust.bluewin.ch] has joined #launchpad [03:40] SteveA: Ok [03:40] * Launchpad buzz report (mrevell) [03:40] The buzz and usage report will be on the launchpad mailing list later today. [03:40] Apologies for the delay. [03:40] ok, thanks [03:40] what about bug 81369? [03:40] Malone bug 81369 in launchpad-answers "support contact in preferred languages only" [High,Confirmed] https://launchpad.net/bugs/81369 [03:40] alex_muntada: I've raised it here to make sure the guys know it's an issue. We can then discuss it on the mailing list, as time is limited in this meeting. [03:40] * Three sentences [03:40] DONE: Landed Brilliant fixes, fixed bugs, hacked page layout [03:40] TODO: finish page layout, tour [03:40] BLOCKED: no [03:40] mrevell: i see, thanks [03:40] DONE: ooo migration script, chat with Rinchen on status/wip, some looking into search stuff [03:40] TODO: ooo migration script, translation search, lots of bugfixing, licensing, helptexts [03:40] BLOCKED: no [03:40] DONE: checked oops reports, filed bugs, triage, support requests, fixed small bugs [03:40] TODO: more of the same, wiki gardening, fix oops bugs. [03:40] BLOCKED: no [03:40] DONE: Shipit, fixed bug #2982 (which included some sqlobject hacking), code review, more structural-object-refactoring and some OpenID research [03:40] DONE: design UI changes for file mgmt, convert BugMessageFormView to LPFormView [03:40] TODO: Finish with shipit stuff, land pending branches, code review and random fixes. [03:40] BLOCKED: No [03:40] TODO: prepare for london sprint, finish bug attachment work, file mgmt [03:40] BLOCKED: No [03:40] DONE: OneZero microsite, work towards public beta media activity, user meeting. [03:40] TODO: User meeting, OneZero microsite, public beta media activity. [03:40] BLOCKED: No [03:40] Malone bug 2982 in launchpad "A person's Bugs page should show all bugs they are involved with" [Medium,In progress] https://launchpad.net/bugs/2982 - Assigned to Guilherme Salgado (salgado) [03:40] DONE: working with customers, working on filedownloads, partial sprint agenda [03:40] TODO: design audit table, post filedownload DB branch for review, more sprint preparations [03:40] Blocked: no [03:40] DONE: sprint, code reviews [03:40] TODO: reviews, write spec, bug fixes [03:40] BLOCKED: no [03:40] Done: lots of process items, securing status for Steve & Kiko, and related such as my tidbits list of developer pain points. Thanks to everyone for helping. [03:40] DONE: code reviews. various bug fixes. finished implemented InitialUbuntuCVETracking. landed a few reviewed branches. [03:40] Todo: Draft up RCA items for OOPS and send out for review. Chase RT requests. Barry and Bjorn have signed up for Fix-it-Friday. :-) [03:40] Blocked: nothing [03:40] DONE: bug-42480 review, updated bug-90118 fix branch, lots of mm/lp spec'ing & importing, mbox mailer branch [03:40] TODO: figure out source layout for mm in lp, work on db changes and xmlrpc for mm/lp [03:40] BLOCKED: waiting for mbox mailer branch approval (blocks bug-90118 too) [03:40] TODO: code reviews. land more reviewed branches. make it possible to file security bugs via the normal +filebug page. tag support for apport bugs. [03:40] DONE: management, recruiting, ui code [03:40] TODO: management, recruiting, ui code [03:40] BLOCKED: no [03:40] BLOCKED: no [03:40] DONE: code review, pending-reviews script tweaks, Silva bug import prep, answer bug-import review comments [03:40] TODO: code review, script monitoring, bug 90384, bug import [03:40] BLOCKED: no [03:40] DONE: Answer sprint [03:40] TODO: Revise lp-bugs (65945, 75485, 76434) for PQM. Start lp-bug 34050 "Unable to retarget support request" [03:40] BLOCKED: No [03:40] Bug 90384 on http://launchpad.net/bugs/90384 is private [03:40] Malone bug 34050 in launchpad-answers "Unable to retarget support request" [Medium,Confirmed] https://launchpad.net/bugs/34050 - Assigned to Curtis Hovey (sinzui-is) [03:40] DONE: 33141, 39739 and 67014 fixed and landed. [03:40] TODO: 56595 and 38129 [03:40] BLOCKED: no [03:40] TODO: OpenID, get Tom up to speed, maybe get Jeroen up to speed [03:40] DONE: OpenID [03:40] BLOCKED: No [03:40] DONE: Feisty imports, rosetta data cleanup, firefox imports, user support [03:40] TODO: Finish rosetta data cleanup, finish firefox imports and write a spec about the new POImport process discussed with danilo [03:40] BLOCKED: no [03:40] DONE: reworked the projects with code page, finalised (hopefully) the proprietary branch database patch, worked on the dbschema refactoring, merged rocketfuel into the branch email notification work and put it back up for review. [03:40] DONE: fixes for malone bugs, reviews, catch up on email, 1.0 blockers [03:40] TODO: more work on private branches and dbschema work, and of course FIF [03:40] BLOCKED: no [03:40] DONE: Improved error msgs for unscanned branches (FIF, bug 81542), more informative response for failed SFTP auth (bug 85392), updating LP to use bzr 0.15rc2 (bug 92484). [03:40] TODO: more of this, maybe an interview or two [03:40] BLOCKED: no [03:40] Malone bug 81542 in launchpad-bazaar "this branch was not scanned yet, or no revision were found on the last scan" [High,In progress] https://launchpad.net/bugs/81542 - Assigned to Jonathan Lange (jml) [03:40] TODO: Finish updating LP to use bzr 0.15rc2 [03:40] Malone bug 85392 in launchpad-bazaar "better sftp server error reporting" [High,In progress] https://launchpad.net/bugs/85392 - Assigned to Jonathan Lange (jml) [03:41] BLOCKED: cscvs tests are failing w/ RF for me, so I can't reliably test upgrading bzr. Have spoken to ddaa about this, and been told that he will help me out. [03:41] Malone bug 92484 in launchpad-bazaar "Support for Branch Format 6" [Critical,In progress] https://launchpad.net/bugs/92484 - Assigned to Jonathan Lange (jml) [03:41] DONE: landed complete-revisions and branch-puller-oops (improvement), finished branch-puller-badurls and productseries-source (pending review), zeoraid import, packed python import branch. [03:41] TODO: land pending branches, fix cscvs tests, clean up cvs.gnome.org imports, import roadmap discussion with stevea and sabdfl [03:41] BLOCKED: supermirror test suite crashes for me, have told jml about it and he said he'll look at it. [03:41] DONE: reviews, bzr smart server [03:41] TODO: bzr smart server [03:41] BLOCKED: no [03:45] DONE: customupload-consolidation, storing upload siginingkey, warty/hoary archive removal, helping Julian. [03:45] TODO: cherrypick stuff on drescher and dogfood PPA [03:45] BLOCKED: no [03:45] barry: I think you can assume your branch will land so it shouldn't block you working on stuff that needs its features. [03:45] stub: cool [03:45] barry: who is the reviewer for your branch? [03:45] I am === AlinuxOS [n=vsichi@host118-134-dynamic.3-87-r.retail.telecomitalia.it] has joined #launchpad [03:45] I need to do a follow-up review on it. [03:45] ok [03:45] ddaa, was JML planning on that bug for FiF? === bigjools would like to publicly thank cprov for lots of help :) [03:45] Rinchen: hu... [03:45] I'm not tracking the FiF plans of jml and thumper [03:45] should I? [03:45] ddaa: no [03:45] no. I had not received anything from them but the paste indicated a FIF bug [03:45] I'll add that one to the "maybe" list :-) [03:45] I feel like we're just FiFing whatever comes up when the day comes... [03:45] there's several fif-tagged bugs in launchpad-bazaar [03:45] ok, that's all folks [03:45] thanks for being here [03:45] MEETING ENDS [03:45] and sometimes we just do something else entirely because we think it's a good idea [03:45] thanks SteveA === kiko is now known as kiko-afk [03:45] Thanks all! [03:45] Rinchen: note that branch-puller-badurls and productseries-source, I both did on FiF time. [03:45] mrevell: thanks [03:46] ddaa, ok, I'll go back and add them to the historical list. Please keep me in the loop so I can track all of these for the management types. :-) [03:46] actually no [03:46] alex_muntada: No probs. I'll keep you informed. [03:46] :) [03:46] just productseries-source [03:46] the branch-puller-badurl was finished on thursday [03:47] the fix to productseries/+source was a left over from a previous FiF [03:47] I think it was a leftover from hct-cleanup [03:47] Why " first, previous, next and last " in the bottom of translation page disappear ? [03:47] or maybe vcs-import-status... === ddaa waves hands === ddaa workraves [03:48] ddaa, this one? [r=flacoste] Branch-puller sets the oops URL to the canonical URL of the branch. [03:48] Rinchen: that's the fix in my branch-puller-oops yes [03:48] I can't seem to find the productseries-source in my new list [03:48] not FiF [03:48] Rinchen: that one had no bug [03:49] it just that the ugliness occured to me when doing some other work [03:49] ah, ok. Roughly when did you merge? I'll just do a quick tag. [03:49] it's in review queue [03:49] "quick tag" = write it down quickly [03:49] ah! right. thanks. === phanatic [n=phanatic@ubuntu/member/phanatic] has joined #launchpad [03:54] SteveA: next meeting? :) [03:54] Kmos: same time next week, as announced at the start of this meeting === ..[topic/#launchpad:stub] : Launchpad users and developers | Next user meeting: Wed 28 March 2007, 0900UTC | Next developer meeting: Thu 29 Mar 2007, 1400UTC (wiki:MeetingAgenda) | launchpad-users@lists.canonical.com (wiki:MailingLists) | Channel logs: http://tinyurl.com/72w39 [03:55] :) [03:55] SteveA & stub: thanks === mthaddon [n=mthaddon@c-69-181-42-225.hsd1.ca.comcast.net] has joined #launchpad === AlinuxOS [n=vsichi@host118-134-dynamic.3-87-r.retail.telecomitalia.it] has joined #launchpad === alex_muntada [n=alexm@gnu/translator/alex-muntada] has left #launchpad [] === cprov is now known as cprov-lunch [04:11] hello people, I've filed bug #94784 as the quanity of beta.launchpad.net URLs in global circulation is getting inconvient. [04:11] Malone bug 94784 in launchpad "URL clobbering: Redirect beta.lp.net/* -> lp.net/* if user not beta tester" [Undecided,Unconfirmed] https://launchpad.net/bugs/94784 [04:11] sladen, that sounds like a dupe of bug 89183 [04:11] Malone bug 89183 in launchpad "beta URLs don't redirect to production if person is not in beta team" [High,Confirmed] https://launchpad.net/bugs/89183 [04:11] bargin [04:13] dup'ed and pasted across [04:16] New bug: #94785 in launchpad "Need to somehow cache the +countrymirrors-archive page" [Low,Confirmed] https://launchpad.net/bugs/94785 [04:21] New bug: #94784 in launchpad "URL clobbering: Redirect beta.lp.net/* -> lp.net/* if user not beta tester (dup-of: 89183)" [Undecided,Unconfirmed] https://launchpad.net/bugs/94784 === AlinuxOS [n=vsichi@host118-134-dynamic.3-87-r.retail.telecomitalia.it] has joined #launchpad [04:27] sladen: wouldn't it be easier to edit the wiki page to remove beta.? [04:28] Lumiere: I've already done that for a dozen links. However keeping are going to continue with pasting in the contents of their browser URL bar, right? [04:31] Lumiere: cf. 'kludge' vs. 'solution' [04:31] Lumiere: people are receiving beta links in Launchpad-generated emails too. So, it's something we're looking at and hope to fix ASAP. [04:31] Rinchen: I've tagged bug 89183 for FiF, as Steve suggested. [04:31] Malone bug 89183 in launchpad "beta URLs don't redirect to production if person is not in beta team" [High,Confirmed] https://launchpad.net/bugs/89183 === jinty [n=jinty@247.Red-83-49-51.dynamicIP.rima-tde.net] has joined #launchpad [04:31] mrevell, thanks === beuno [n=martin@ubuntu/member/beuno] has joined #launchpad === beuno [n=martin@ubuntu/member/beuno] has joined #launchpad [04:37] mrevell: ah === mholthaus__ [n=mholthau@243.129.78.83.cust.bluewin.ch] has joined #launchpad === barry [n=barry@216-15-33-253.c3-0.slvr-ubr2.lnh-slvr.md.static.cable.rcn.com] has left #launchpad [] === barry [n=barry@216-15-33-253.c3-0.slvr-ubr2.lnh-slvr.md.static.cable.rcn.com] has joined #launchpad === Gwaihir [n=Gwaihir@mail.foredil.it] has joined #launchpad === AlinuxOS [n=vsichi@host118-134-dynamic.3-87-r.retail.telecomitalia.it] has joined #launchpad === lukketto [n=lukketto@82.59.103.134] has joined #launchpad === slacker_nl [n=slakkie@slakkie.euronet.nl] has joined #launchpad [05:04] hello [05:04] small question - how is the karma calculated on launchpad? === zaheed [n=chatzill@81-234-151-227-no94.business.telia.com] has joined #launchpad === Starting logfile irclogs/launchpad.log === ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #launchpad === Topic for #launchpad: Launchpad users and developers | Next user meeting: Wed 28 March 2007, 0900UTC | Next developer meeting: Thu 29 Mar 2007, 1400UTC (wiki:MeetingAgenda) | launchpad-users@lists.canonical.com (wiki:MailingLists) | Channel logs: http://tinyurl.com/72w39 === Topic (#launchpad): set by stub at Thu Mar 22 15:55:01 2007 [05:07] slacker_nl: https://help.launchpad.net/KarmaCalculation [05:08] Lumiere: thnx, could not find it in the FAQ [05:10] it's actually linked off the front page of launchpad atm [05:11] ahhh, didn't look there === jamesh [n=james@203-59-195-215.dyn.iinet.net.au] has joined #launchpad === beuno [n=martin@ubuntu/member/beuno] has joined #launchpad === flacoste is now known as flacoste_lunch [05:25] New bug: #94808 in launchpad-answers "Pillars need a 'Latest questions asked' portlet" [High,Confirmed] https://launchpad.net/bugs/94808 === juliux [n=Julius@ubuntu/member/juliux] has joined #launchpad [05:29] hi [05:29] it is possible to open a bug report against a team which has no product on launchpad ? [05:32] juliux: what package? [05:32] gnomefreak, the team has no packages [05:32] juliux: it has to do with the packages in repos not teams [05:32] juliux: if its not supported by ubuntu you can not file a bug on it [05:33] gnomefreak, we have a team for events in germany and it would be cool if users can open a bug report against the team if something was not ok on the event where ubuntu was presented === Spads_ [n=spacehob@217.205.109.249] has joined #launchpad === kiko-afk is now known as kiko === cprov-lunch is now known as cprov === Spads [n=spacehob@217.205.109.249] has joined #launchpad === matsubara is now known as matsubara-lunch === kiko is now known as kiko-fud === phanatic [n=phanatic@ubuntu/member/phanatic] has joined #launchpad === flacoste_lunch is now known as flacoste === matsubara-lunch is now known as matsubara === salgado is now known as salgado-afk === AlexLatchford [n=alex@82-44-193-109.cable.ubr07.haye.blueyonder.co.uk] has joined #launchpad === kiko-fud is now known as kiko === jelmer [n=jelmer@230pc197.sshunet.nl] has joined #launchpad === leoquant [n=leoquant@g234019.upc-g.chello.nl] has joined #launchpad === leoquant [n=leoquant@g234019.upc-g.chello.nl] has joined #launchpad [07:27] juliux, no, bugs are not fileable against teams. [07:27] kiko, thanks === leoquant [n=leoquant@g234019.upc-g.chello.nl] has joined #launchpad [07:30] heh, that'd be funny [07:30] "team X doesn't work hard enough" [07:37] LaserJock, for teams who have no packages could it be a good thing === doko__ [n=doko@dslb-088-074-005-234.pools.arcor-ip.net] has joined #launchpad [07:38] juliux: the bugs should go against a product? [07:39] LaserJock, i think a team which presents ubuntu on a expo has no real product;9 [07:39] I don't think a team, by itself, could really have bugs [07:40] hmm [07:40] perhaps you are right, the team cann t have bugs [07:41] the team would work on something that had bugs [07:43] yes you are right === guerby [n=guerby@gut75-4-82-235-162-148.fbx.proxad.net] has joined #launchpad === doko [n=doko@dslb-088-074-005-234.pools.arcor-ip.net] has joined #launchpad === phanatic_ [n=phanatic@ubuntu/member/phanatic] has joined #launchpad === phanatic_ is now known as phanatic === salgado-afk is now known as salgado [09:01] New bug: #94884 in malone "you have chosen to open 37910 which is a BIN file" [Undecided,Unconfirmed] https://launchpad.net/bugs/94884 === kiko [n=kiko@200-171-140-32.dsl.telesp.net.br] has joined #launchpad === carlos__ [n=carlos@163.pool85-48-166.static.orange.es] has joined #launchpad === jkakar [n=jkakar@modemcable178.77-70-69.static.videotron.ca] has joined #launchpad [09:15] New bug: #94887 in launchpad-answers "'Also notified' should only include people who will really be notified" [Undecided,Unconfirmed] https://launchpad.net/bugs/94887 === tokj [n=tokj@151.82.2.5] has joined #launchpad === Spads [n=spacehob@host-84-9-50-36.bulldogdsl.com] has joined #launchpad === lukketto [n=lukketto@82.59.103.134] has joined #launchpad === carlos__ is now known as carlos === barry [n=barry@static-138-88-163-79.res.east.verizon.net] has joined #launchpad === xerosis [n=kieran@87-194-21-125.bethere.co.uk] has joined #launchpad === sfllaw [i=sfllaw@debian/developer/coleSLAW] has joined #launchpad === neversfelde [n=chrman@nrbg-4db4422b.pool.einsundeins.de] has joined #launchpad === caravena [n=caravena@82-65-112.adsl.terra.cl] has joined #launchpad === tiagoboldt [n=tiagobol@87-196-82-56.net.novis.pt] has joined #launchpad === nixternal [n=nixterna@ubuntu/member/nixternal] has joined #launchpad === Mez [n=Mez@ubuntu/member/mez] has joined #launchpad === Mez [n=Mez@ubuntu/member/mez] has joined #launchpad === barr1 [n=barry@216-15-33-253.c3-0.slvr-ubr2.lnh-slvr.md.static.cable.rcn.com] has joined #launchpad === Fujitsu_ [n=Fujitsu@c220-239-104-84.eburwd7.vic.optusnet.com.au] has joined #launchpad === _mholthaus [n=mholthau@johnny33.dersbach.ch] has joined #launchpad === Fujitsu_ is now known as Fujitsu === barry [n=barry@static-138-88-163-79.res.east.verizon.net] has joined #launchpad === tiagoboldt [n=tiagobol@87-196-82-56.net.novis.pt] has joined #launchpad === mdke [n=matt@ubuntu/member/mdke] has joined #launchpad === jml [n=jml@220-253-107-135.TAS.netspace.net.au] has joined #launchpad === tiagoboldt [n=tiagobol@87-196-117-174.net.novis.pt] has joined #launchpad === Nafallo [n=nafallo@ubuntu/member/nafallo] has joined #launchpad === Seveas [n=seveas@ubuntu/member/seveas] has joined #launchpad