[12:47] night all [12:48] night [01:15] kiko? [01:16] nite me too [01:24] night sabdfl [01:24] sabdfl: see you tomorrow === camilotelles [n=Camilo@20132139198.user.veloxzone.com.br] has joined #launchpad [01:43] jordi, darn. wanted to talk to you === bradb [n=bradb@modemcable033.209-70-69.mc.videotron.ca] has left #launchpad [] === stub [n=stub@203-214-4-72.dyn.iinet.net.au] has joined #launchpad === Nafallo_ [i=nafallo@unaffiliated/nafallo] has joined #launchpad === salgado [n=salgado@201-1-132-73.dsl.telesp.net.br] has joined #launchpad === Nafallo_ is now known as Nafallo [04:25] spiv: I've added a branch to your queue, If you can, I'd appreciate a first review of the two so-far unreviewed branches I have in your queue [04:26] Ok. [04:26] spiv: thanks dude, you're a star [04:26] it's now 03:26 and I need to be up at 06:45 so I'm off to bed [04:26] ciao [04:26] Ouch. [04:26] Sleep well (and fast!) [04:26] thanks dude [04:26] ciao === stub [n=stub@203-214-4-72.dyn.iinet.net.au] has joined #launchpad [05:16] Merge to rocketfuel@canonical.com/launchpad--devel--0: Lots of small fixes suggested by people who tried shipit since it reached staging. r=kiko (patch-2413: guilherme.salgado@canonical.com) === robitaille [n=robitail@d154-5-117-228.bchsia.telus.net] has joined #launchpad === tiago_ [n=TiagoBug@201008224067.user.veloxzone.com.br] has joined #launchpad [06:45] hello people. i have just joined launchpad.net to help with brazilian portuguese translation. but how can i do this gpg thing?? can someone help me? [06:46] tiago_: You don't need to worry about gpg to do the translation; if you've got that far you've signed up. [06:47] well, ok then. I will start some work by now. [06:47] thanks spiv! :) === Znarl [i=karl@bb-82-108-14-161.ukonline.co.uk] has joined #launchpad === interalia [n=interali@adsl-60-232.swiftdsl.com.au] has joined #launchpad [08:33] Merge to rocketfuel@canonical.com/launchpad--production--1.32: Cherry pick patch-2413 into production (patch-4: guilherme.salgado@canonical.com, stuart.bishop@canonical.com, rocketfuel@canonical.com) [08:40] morning [08:41] yo [08:54] did you try out the new servertest code? [08:55] Morning all [08:58] Nope [09:00] if it doesn't work this time, i'll have to actually stop the socket from listening altogether when there's too many tasks pending. [09:00] right now, it accepts then immediately rejects before any writes or reads [09:00] that might be not good enough [09:06] Server value [09:06] Specify for how long Pound will wait for a server response. [09:06] After this long has passed without the server sending any data [09:06] Pound will consider the response finished and abort the connec [09:06] tion. A value of 0 (default) implies waiting forever. Set it [09:06] higher if your server(s) occasionally time-out on a slow network [09:06] or are over-loaded. [09:07] hmmm... but will launchpad still try to do the work? [09:07] perhaps not, if pound's end of the connection is broken [09:07] I suspect it will - Z3 won't notice the connection was dropped until it tries to send the reply. [09:08] Argh - you are distracting me! [09:08] from? === sabdfl [n=mark@217.205.109.249] has joined #launchpad [09:20] howdy all [09:21] hey [09:21] jamesh: ping [09:22] SteveA: Research on table statistics [09:22] morning [09:24] sabdfl: pong. [09:24] I'm looking at your branch (among other things) [09:24] jamesh: cool, thanks, am hoping to land today with your comments === Keybuk [n=scott@217.205.109.249] has joined #launchpad [10:07] SteveA: With the server test, Pound reports a (customizable) 500 error to the client when your server drops the connection. [10:08] is that good enough? [10:08] SteveA: Which is exactly the same as your first test server ;) [10:08] oh [10:08] darn [10:08] so, i think i'll have to make it actually stop the socket listening. [10:08] i'll do some more experimentation later on today. [10:09] Yes. Otherwise Pound won't flag the server as down and will keep sending requests to it. [10:09] ok [10:09] jamesh: how's the max request length thing going? [10:09] I'm not sure if it is really worth spending too much time on - so far, if one of our servers has locked like this the otherone does the same shortly afterwards. So the 500 could be fine for the time being. [10:13] i think i know where to hook this in now [10:13] so, let's have one more try, and then use the best approach so far === dand [n=dand@gw.datagroup.ro] has joined #launchpad [10:43] jordi, ping === mdke [n=matt@unaffiliated/mdke] has joined #launchpad [10:48] Burgundavia: pong [10:49] jordi, do you have any ideas about translating screenshots and how to make that easy? [10:50] Burgundavia: yeah [10:50] http://live.gnome.org/ReleaseNotes_2fTranslating [10:55] Morning all [10:56] jordi, I have another quick question for you if you dont mind :/ sorry to bug you all the time [10:56] mdke: no probs [10:57] jordi, i've had an email from a persian guy who says in order to translate his language properly he needs to set the document as "rtl" [10:57] jordi, he wants to have the document as html directly so that he can do this, do you know if there is another solution so that he can translate in rosetta and we can still get xml back at the end of it? [10:58] mdke: I can't see why he'd need to do this. Why can't he do po->xml and then let xml renderers do the rtl thing? [10:58] i don't know how it works [10:58] jordi, is it ok if I cc: you into the email correspondence? [10:58] he basically wants text to flow from right to left, like in hebrew, arabic... [10:58] mdke: sure [11:00] Kinnison: hey daniel , 'sup? [11:00] hey sivang. Not much, working hard on 2h30m of sleep :-) [11:01] jordi, thanks yet again === WaterSevenUb [n=WaterSev@azevedo.astro.up.pt] has joined #launchpad [11:02] spiv: What is the rationale for __metaclass__ = type vs. inherit-from-object ? [11:06] Kinnison: One is consistency with all our other code. The other is that this way you can't accidentally forget to inherit from object, then spend an hour wondering why @property silently doesn't work. [11:06] hmm [11:06] doesn't forgetting that __metaclass__ declaration have the same problem? [11:06] spiv: I see [11:07] spiv: It's just the most confusing of the coding requirements we have from my PoV :-) [11:08] bob2: Yes, but that shouldn't happen, because all new python files should start their life with the contents of standard_template.py ;) [11:08] bob2: And it's only one line to remember, rather than on every single class declaration. [11:08] ah, heh [11:08] true [11:09] Kinnison: There are arguments the other way, but the main thing at this stage is that we've made that decision, it's worked well for us so far, and consistency is important :) === Kinnison nods === Kinnison will try and remember it [11:10] is there a test for this? ;) [11:10] I'm just an object-pascal programmer at heart, so the idea that you always need something to inherit from makes sense to me, and that if you have nothing better you inherit from object makes sense to me [11:10] Just try to get in the habit of doing :r standard_template.py when you start a new python file ;) [11:10] spiv: -ESYNTAX [11:11] Or whatever the elisp equivalent may be. [11:11] Kinnison: read a file into the current buffer [11:11] lifeless: aah, gotcha [11:11] without changing the buffers identity [11:12] :help :r ;) [11:12] M-x insert-file RET /path/to/standard_template.py RET [11:12] :-) [11:12] Or C-x i /path/to/standard_template.py RET [11:12] see, emacs is easier [11:12] honest [11:12] kiko-zzz: whenever you're up, I'm around === lifeless uncrosses his fingers === Kinnison slowly uncrosses his eyes === Virtuall[BZA] [n=virtuall@off.lv] has joined #launchpad [12:22] lifeless: ipython is love , I'm now using it solely to workout and self explore the core api and selected sysprogramming modules :=) === Kinnison sighs === Kinnison can no longer type 'slave' without typing 'shave^Wsha^H^Hlave' :-( [12:22] my body is rebelling against my unruly facial hair === camilotelles [n=Camilo@20132139198.user.veloxzone.com.br] has joined #launchpad [12:22] what time is today's meeting? [12:22] /topic | espgrep meeting [12:22] Developers' meeting, Thursday 15 Sep, 12:00 UTC [12:24] err, woops. Thanks === Seveas [n=seveas@ksl403-uva-132.wireless.uva.nl] has joined #launchpad === terrex [n=terrex@84-122-83-29.onocable.ono.com] has joined #launchpad [01:00] spiv: Any word on the Release stuff? === ddaa [n=ddaa@marvin.xlii.org] has joined #launchpad === Kinnison hopes it was an easy review to do === Kinnison even remembered to under_scrot his variables [01:00] Kinnison: Just got back from dinner, doing it now. [01:01] spiv: oh right, sorry, didn't mean to interrupt your food === Kinnison reliably forgets timezones :-) [01:06] is LP completely written in python? [01:07] The main app is, yes [01:07] Some bits of the subsystems are in shell [01:08] Plus a makefile ;) [01:08] If you want to be really complete. [01:09] segfault: LP uses various libraries and infrastructure that is mostly python. there is some C. === niemeyer [n=niemeyer@217.205.109.249] has joined #launchpad === stub [n=stub@203-214-4-72.dyn.iinet.net.au] has joined #launchpad === stub [n=stub@203-214-4-72.dyn.iinet.net.au] has joined #launchpad [01:27] for making the web interface, what does it use? i mean, what python libs [01:28] lots of them really [01:28] Erm, pytz, pyme, zope, pygettextpo, and more [01:28] Bom dia! :) [01:28] oi niemeyer. [01:31] SteveA: should I post my time notes as separate days, or all in one? [01:31] activity reporting? [01:31] separate days [01:31] aye [01:31] okies [01:31] launchpad meeting in about half an hour [01:31] /msg me items [01:32] so, it mainly uses zope for presentation stuff. [01:33] it uses zope3 for the web application [01:33] the security infrastructure, and the component architecture === jinty [n=jinty@205.134.224.215] has joined #launchpad [01:36] Kinnison: do you use the Zope auto presentation capabilites or control yourselfs how LP displays data, fields, classes ? [01:36] I don't have a clue === Kinnison is a backend person [01:36] we use the zope widget and forms stuff quite a bit [01:36] Publisher Release file support, spotted and fixed Source related bug [01:36] so that Release files build properly. Successfully build an archive [01:36] with proper Source and Release files (alongside correct Packages and [01:36] correct d-i files) against the entire dogfood archive. [01:36] 8h + 3h after pub [01:36] oh pants [01:36] sorry === Kinnison kicks shift+insert [01:36] hehe [01:37] pity it wasn't 3h at pub [01:37] bob2: pub didn't have wireless [01:37] bob2: plus, pub had beer, which was infinitely more inviting than three hours of coding in python [01:37] true, true [01:37] There was a beer called "Holy Bones" [01:38] so I had a half-pint of it and the barman handed me the drink and said "One holy metatarsal" === Kinnison hugs geeky pubs [01:38] haha [01:38] ely or cambridge? [01:38] Kinnison: are you sure? =) [01:38] bob2: cambridge [01:39] sivang: sure about what? [01:39] Kinnison: 13:37 < Kinnison> bob2: plus, pub had beer, which was infinitely more inviting than three hours of coding in python [01:39] sivang: quite sure. Beer == nice comfortable mental state. Python == headaches [01:40] Kinnison: hehe [01:40] python + beer = fun [01:40] lua vs beer would be a tougher one, i'd bet [01:40] segfault: https://wiki.launchpad.canonical.com/LaunchpadTechnologyOverview <== maybe this will help you [01:40] SteveA: python + beer = System error :) [01:40] jordi: AH AH [01:41] you need to get some eggs in there somehow [01:41] launchpad meeting in 20 mins, /msg me special agenda items. [01:41] maybe floating in the beer [01:41] bob2: what a repellant thought [01:41] Merge to rocketfuel@canonical.com/launchpad--devel--0: Buildd slave chroot tool. r=spiv (patch-2414: daniel.silverstone@canonical.com) [01:42] bob2: why eggs? [01:42] sivang: nice, thanks. [01:42] eggs have a long and fabled history [01:42] as well as being zope hacking fuel [01:43] bob2: couldn't be worse than a pie floater [01:43] bob2: the way I was feeling last night, beer won over lua [01:43] http://www.lard.net/pie1.jpg [01:43] Kinnison: ah :/ [01:43] bob2: Of course, my idea of beer is one half-pint over three hours [01:44] bob2: and then some ginger beer afterwards === Kinnison isn't a big drinker [01:44] jamesh: I've always said WA should just secede [01:44] Kinnison: yummay [01:44] bob2: pie floaters aren't western australian [01:44] quokka floater! [01:44] I think they're south australian [01:49] T-10 minutes. take a workrave now. [01:49] jamesh: what is this pie floater? what is it made of? === mpt [n=mpt@201-1-132-73.dsl.telesp.net.br] has joined #launchpad === cprov [n=cprov@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [01:57] hi mpt, cprov. /msg me agenda items. === bradb [n=bradb@modemcable033.209-70-69.mc.videotron.ca] has joined #launchpad [01:57] sivang: (1) take a bowl of green pea soup, (2) float a meat pie in it and (3) add tomato sauce [01:58] SteveA: ok === salgado [n=salgado@200-171-140-32.dsl.telesp.net.br] has joined #launchpad === kiko-zzz knocks off some zs [02:00] Whoop! Meeting time! [02:00] he said it [02:00] how is everyone? [02:01] kiko! [02:01] it is time indeed [02:01] awake [02:01] let's go === Kinnison waves his hands in the air like he just don't care [02:01] I've had 8 cups of coffee in the last hour. [02:01] kiko: How're you doing? [02:01] MEETING STARTED [02:01] i.e., same old smae old. [02:01] who's present? [02:01] hey gustavo [02:01] not too bad [02:01] me [02:01] me [02:01] me [02:01] me [02:01] me [02:01] my present! [02:01] me === Kinnison is present [02:01] I'm not [02:01] awl [02:01] me [02:01] Keybuk: bloody induhviduals [02:01] me [02:01] me [02:02] apologies / absences: [02:02] morgs on vacation [02:02] daf, sick leave [02:02] Yo [02:02] debonzi, at university [02:02] carlos, on vacation [02:02] coucou [02:02] did i miss anyone? [02:03] == Agenda == [02:03] - roll call [02:03] - agenda [02:03] - next meeting [02:03] - activity reports [02:03] - morgs, debonzi (steve, kiko) [02:03] - jordi's rosetta advocacy meeting (jordi) [02:03] - production / staging (stub) [02:03] - switching to breezy (steve) [02:03] - shipit (salgado, kiko) [02:03] - rosetta / breezy language packs (kiko) [02:03] - launchpad on bazng pie status (lifeless) [02:03] - sysadmin requests outstanding (steve) [02:03] - three sentences [02:03] [02:03] same time next week? [02:03] ouais [02:03] Aye [02:03] Sure. [02:03] anyone who won't be here on the 22nd, say now [02:03] sr [02:03] ok === ..[topic/#launchpad:SteveA] : Discussion with Launchpad users and developers. || https://launchpad.net/ || Includes Rosetta and Malone. || Developers' meeting, Thursday 22 Sep, 12:00 UTC [02:04] great [02:04] i won't [02:04] yer [02:04] I will [02:04] sabdfl: we can have a call beforehand, if necessary [02:04] next, morgs and debonzi [02:05] morgs has decided to stop working on launchpad, and to persue other things. he said to me: [02:05] I have really enjoyed working with you guys and the whole team, and I've [02:05] learned a lot about a lot of things. Thanks for the opportunity! [02:05] [02:06] he also mentioned the company he's starting, www.penguinlabs.net, offering Ubuntu hardware compatibility testing [02:06] to the South African IT channel for distributers and retailers interested in offering Ubuntu preloaded on PCs but lacking the skills to [02:06] sorry, I'm present [02:06] was called by boss at office [02:06] manage the testing / certification themselves [02:06] [02:06] i hope he'll pop in on irc once he's back from vacation. [02:06] to say hi and stuff. [02:06] and debonzi's decided to move on to university, waves bye to us, and also said great things about the team. he's been on IRC on and off and this month has helped celso with some soyuz UI work, but that was his last month [02:06] :'( [02:07] really? oh :/ === mpool [n=mbp@cor6-ppp1537.for.dsl.connect.net.au] has joined #launchpad [02:07] hi martin [02:07] moving on... [02:07] - jordi's rosetta advocacy meeting (jordi) [02:07] on a more positive note we have one QA intern who started this monday, and a new full-timer starting next week -- Steve, you have a phone call with him today or tomorrow [02:07] jordi wants to organize a meeting to talk about rosetta advocacy for upstreams [02:08] kiko: sure, tomorrow is best for me [02:08] sounds good [02:08] jordi: want to say a few words? [02:08] ok, so I want to see when to have a short meeting to discuss how to promote lp/rosetta. I'm going to start mailing people about the existance of rosetta and inviting them to join [02:08] spam! :) [02:08] anyone interested or with ideas on how to do this/who to focus on first welcom [02:08] niemeyer: TOTALLY [02:08] jordi: When & where? [02:09] niemeyer: see, that's one of my concerns. That it doesn't look like spam :) [02:09] jordi, question for you: how have the current upstreams been enjoying rosetta? [02:09] jordi: I think it might be a good idea to contact translators with recent contributions.. [02:09] are you going to target individuals or existing translation groups? [02:09] are there any showstoppers we might want to address before doing this, to avoid any bad PR (I tried Rosetta nad it sukced!1!) [02:09] jblack: any weekday evening (for europe) would suit me. [02:09] jordi: So that you're 100% sure that the person is interested. [02:09] jordi: Rosetta handles translation teams really well [02:09] as carlos might be good to have in, that needs to be starting next week [02:09] for example, we could create a team for "Arabeyes" [02:10] Ok. any day but lp meeting day can work for me. [02:10] jordi: Even if he's not the upstream, he'll pursue the adoption. [02:10] then they can be added to specific projects very easily [02:10] kiko: that's the kind of stuff we need to talk about too [02:10] right [02:10] even if just one or two translators from the team are using it, the others will then become familiar with it [02:10] right, agree with mark [02:10] kiko: there maybe be a few rough edges here and there, most involving perms stuff. [02:10] we have lots of items in this meeting. this item is about organising a rosetta advocacy meeting, rather than discussing rosetta advocacy right now. [02:10] however, I want to make sure it's a positive experience for the majority [02:10] jordi: i wrote most of the tgroups and perms stuff, so you can sent those issues to me [02:11] sabdfl: great [02:11] exports should improve a lot over this next week === sivang is also here , btw [02:11] improve? or happen at all *duck* [02:11] hi sivang [02:11] heh [02:11] so, jordi, when's the meeting? [02:11] ok, so say tuesday 20:00 UTC? [02:11] sabdfl, well, it's really a ratio thing -- we used to fail 6 out of 10, we now fail 1 or 2 [02:12] (which isn't beautiful but.. better) [02:12] SteveA, move on [02:12] sounds good jordi [02:12] I'll be around [02:12] - activity reports [02:12] k, Sept 20, 20.00 UTC [02:12] I AM THE DUDE [02:12] who is up to date, and who's living in the past ? [02:12] up to date === SteveA slips in a jethro tull reference... === BjornT is up to date === SteveA is up to date all this week [02:13] kiko: we should explore the idea of generating a base langpack from the package tarballs themselves [02:13] I'm missing the last few days.. I'm planning a single "sprint" entry. [02:13] uptodate [02:13] I'm in the past, and probably need to reset :( [02:13] up to date [02:13] I think I'm err, totally living in the past wrt activity reports === salgado 's living in the past (for the first time) === jamesh restarted, but hasn't sent in ones for this week [02:13] up to date === Kinnison is the dude [02:13] kiko: congrats [02:13] Kinnison, just because you chided me [02:13] up todate [02:13] event managed to tell the whole world torday [02:14] uptodate [02:14] and for lifeless' next magical spelling trip of doom... [02:14] up to date (if I didn't bounce my mails -- again) [02:14] anyone didn't say yet? [02:14] i'll follow up on people who are not up to date after the meeting [02:14] sabdfl, can you elaborate? [02:14] ot up [02:14] - production / staging (stub) [02:15] next production rollout, status of staging please [02:15] Staging is getting code updates daily as usual, but db syncs are disabled for whitespace fixup testing [02:16] Production will be tagged from soon (I have something I want to land this time ;)), and rolled out Tuesday unless someone requests otherwise [02:16] All producction systems are now running on Gangotri [02:16] erm, moduo import [02:16] Although Gina will need to still run on Macquarie when we switch her on (because that is where the archive mirror is) [02:16] importd [02:17] erm... and librarian and authserver... [02:17] has the authserver moved ? [02:17] but apart from that! [02:17] haha [02:17] so what you mean is 'the web ui is on gangotri' :) [02:17] is there a doc somewhere that says where things are running? [02:17] All the stuff runing as launchpad@macquarie has moved to launchpad@gangotri [02:17] yeah, there are wikipages on the servers [02:17] anybody tried to shut down macquarie will have to justify breaking 3 days of python import processing... [02:17] ddaa: wheres it t ? [02:18] up to I mean === SteveA plans to move on... [02:18] - switching to breezy (steve) [02:18] lifeless: I told in the baz meeting, not yet quite at 50% === stub is on breezy now [02:18] i'm going to be switching my workstation to breezy over the weekend [02:18] I'll switch monday, no earlier === jblack breezy since the beginning [02:18] i strongly urge all of you to switch soon [02:18] to help out the distro team on testing, and to make sure that breezy works well on your hardware [02:18] Blergh, okay === cprov will switch tomorrow or over the weekend [02:19] I switched on the weekend, no major dramas. === Kinnison ponders when he next has free time to switch [02:19] November? === niemeyer is on breezy.. [02:19] - shipit (salgado, kiko) [02:19] if you switch to breezy, install the "python2.4-dbg" package [02:19] detached symbols? [02:20] jamesh: Oh, that actually has useful debug symbols? [02:20] yeah [02:20] Nice. [02:20] ok, will switch tomorrow [02:20] shipit is ready. we should be opening it today [02:20] fun [02:20] i asked stephane to test it [02:20] spiv: yeah. both a debug interpreter and debug symbols for the standard interpreter [02:20] salgado, you need the latest sexiness cherry-picked [02:20] kiko, stub already did that [02:20] so, as i understand it, the idea is to get shipit running on shipitng.ubuntu.com (production database) [02:20] salgado: Is shipit giving an estimated shipdate a reasonable possibility? [02:21] test it out a bit, and then get elmo to switch over the old shipit holding page for the real shipit [02:21] stub is the dead kennedy [02:21] jblack, not yet [02:21] kiko, salgado, stub: am i right? [02:22] do we need to get elmo more closely involved in making this happen? [02:22] jblack, it will be possible to inform people when their orders are sent to the shipping companies. but from there it's not easy to predict the shipdate, AIUI [02:22] we need to make sure it happens [02:22] you requested it from elmo, SteveA, but... it's our funeral [02:22] more importantly, though [02:22] sabdfl, is tomorrow a good public launch day for shipit? [02:23] or mdz the undead [02:23] kiko: make sure production has the shipit code, and i'll deal with the elmo side of it. [02:23] SteveA, production has all the necessary code [02:24] SteveA, production is shiny [02:24] cool. so, i'll call elmo after the meeting. [02:24] - rosetta / breezy language packs (kiko) [02:24] I generated a new set of language packs with stub's excellent help [02:25] they are in pitti's hands for testing and diff-generation [02:25] I'm praying they look better [02:25] I can explain the dynamics of the whitespace issue [02:25] we ran the whitespace fix (a set of fixes actually) on staging [02:25] this is why the db updates are frozen [02:25] I've generated packs [02:26] if pitti likes them, the plan should be run script on production, and that's it [02:26] anything else, or move on? [02:26] - launchpad on bazng pie status (lifeless) [02:27] no pie [02:27] pie will be going sao carlosward [02:27] says you! :) [02:27] hey, I have launchpad in bzr, with history, right now :) [02:27] it won't be the last, anyway [02:27] way to go [02:27] how far off are we from doing our launchpad things using shiny bzr goodness? [02:27] lifeless, that's not the same as having the team on bzr :-P [02:28] anyone who wants to play, its in /home/warthogs/rocketfuel-bzr-demo [02:28] PQM for bzr? [02:28] kiko: done already [02:28] and merging? [02:28] lifeless: does it exec it, or does it import it? [02:28] kiko: done [02:28] mirroring to chinstrap? [02:28] kiko: imports [02:28] lifeless: The official move will probably happen on weave already, right? [02:28] SteveA: mirroring - a push - is in the pipeline still [02:28] okay [02:28] lifeless: /home/warthogs/archives/rocketfuel-bzr-demo/ you mean [02:28] looking good [02:29] weave is orthogonal [02:29] http://people.ubuntu.com/~robertc/baz2.0/bzr-baz2bzr/ <- the bzr tree needed to access rocketfuel in bzr [02:29] - sysadmin requests outstanding (steve) [02:29] What's the ETA for that getting merged to mainline bzr? [02:29] this is not the final import, as it doesn't have 'x' bit support, nor gpg. [02:29] spiv: close. [02:29] other than the shipit related stuff, anything else that the sysadmins need to get to soon? [02:30] anyway, see my wiki page for status :) [02:30] SteveA: planet.bazaar.c.c [02:30] stevea: I'd like planet.bazaar.canonical.com going [02:30] lifeless: i'd like to get my format change in before people switch [02:30] is that what you were saying about "one week of us testing it first"? [02:30] jbailey: are the necessary issues in RT ? [02:30] do you mean this jbailey? :) [02:30] mpool: mmm, people cannot switch to bzr for lp until we have x bit support and gpg signing [02:31] um, yeah [02:31] mpool: That was my question, thanks [02:31] mpool: but people can _play_ with it now. [02:31] ECOMPLETION [02:31] Yes, its in RT as #23, from sept 6. [02:31] I haven't heard any RFIs on it [02:31] okay, i'll follow that up [02:31] lifeless: i know, my question was if our completion is [02:32] - launchpad-users (kiko) [02:32] xbit and gpg and symlinks and weaves [02:32] right? [02:32] and dependencies of them [02:32] mpool: lets pick this up post meeting [02:33] yes [02:33] we have a launchpad-users mailing list [02:33] yep [02:33] it should be publically announced and open [02:33] question is: how do we want to use it? [02:33] I am hoping I, jordi and bradb have a good idea of how to move foward [02:34] how does it relate to rosetta-users ? [02:34] of course anyone who has opinions is more than welcome -- #launchpad non-canonicals included [02:34] kiko: I'm planning on announcing malone-users around the same time as 1.0. [02:34] SteveA, I don't know -- do you? [02:34] bradb, does it exist yet? [02:34] yes [02:34] do we need malone-users as well as launchpad-users? [02:34] SteveA: =) [02:34] kiko: Having it configurable inside launchpad itself would be interesting, if that's not what you were thinking about already [02:35] that's not what I was thinking :) [02:35] SteveA: we might not need launchpad-users [02:35] we could always wait and see and, if needed, create a launchpad-users list later. [02:35] where do people discuss launchpad itself? [02:35] i usually talk about "the launchpad bug tracker" rather than "malone" [02:35] we have a #launchpad [02:35] me too [02:35] but no #malone [02:36] so, i say, let's use launchpad-users [02:36] and not use malone-users [02:36] kiko: IME people don't know where to draw the line between "Malone" and "Launchpad"; it's all Malone to them. [02:36] malone and rosetta are only really known to the inner circle [02:36] kiko: Even if just for startup, to get some quorum [02:36] kiko: for example, tseng thanked me yesterday for the enhancements to the team page which, of course, has zero to do with malone :) [02:36] niemeyer, it's a mailman list.. are you volunteering to do a proxy-controller for it? :-) [02:37] bradb, tseng is inner circle [02:37] the domain is launchpad.net [02:37] soon you'll have upstreams and maintainers you never heard of [02:37] then what? [02:37] not malone.net or malone.launchpad.net [02:37] kiko: It's just a matter of sending a message to the -request pretending to be the user [02:37] so, we'll use launchpad-users as the mailing list, and not malone-users. let's not have too many mailing lists. [02:37] kiko: I may certainly help with something fancier, if needed [02:37] niemeyer, hmmm. but who would I spam^H^H^H^Hsubscribe? [02:37] in any case, i'm only speaking from my experience. [02:37] we need to build a community, not fragment a community. [02:37] The current website emphasises the "launchpad" name much more than "malone" or "rosetta". [02:38] imho, unless malone is going to be a seperable item in the future, it doesn't make sense to have unique branding. [02:38] bradb, yeah, I know, but don't you think that your experience is biased towards motu? :) [02:38] kiko: Whoever clicks on "Subscribe the shiny new launchpad-users list now!" [02:38] kiko: tomorrow's good, yes [02:38] kiko: yes. [02:38] sabdfl, wondy [02:38] niemeyer, on the homepage? :-) [02:38] there should be a launchpad/+gethelp page, but mpt knows that :) [02:38] kiko: On login, for instance [02:39] I do? [02:39] I do. [02:39] lifeless: remember, they need your spethial bzr branch for symlink support [02:39] kiko: anything more on this item? [02:39] are we going to keep rosetta-users running then? [02:39] yes [02:39] i don't see why it makes sense to have rosetta-users, but not malone-users :) [02:39] sabdfl: yes, I told them :) [02:39] i do. we can talk about it later. [02:39] ok [02:39] kiko: anything more on this item? [02:40] SteveA, nope. [02:40] okay [02:40] three sentences. send them now! [02:40] PAST: advocacy [02:40] FUTURE: advocacy [02:40] DONE: Sprinted more, recovered from sprint. Buildd slave chroot tools done. Publisher now fully operational including Source generation, d-i support and Release file generation [02:40] DONE: ShipitNG, some basicvoting, training the new intern [02:40] TODO: ShipItNG: exports, allow admins to place orders in behalf of other people, more training [02:40] BLOCKED: No [02:40] TODO: Upload handler UI contract finalisation and then more work on process-upload.py [02:40] BLOCKED: Nothing currently (yay) [02:40] DONE: Got the URL branch into code review queue. Wrote some code to de-robotize form error messages in pages linked to from the bug page. [02:40] BLOCKERS: already listed [02:40] DONE: made the bug search form use new listing style. reviews. some [02:40] DONE: back from UK local setup after two week away, review builddUI and buildd-scoring [02:40] work on predefined bug reports. [02:40] TODO: last touches of MaloneSearchResult. PreDefinedBugReports. reviews. [02:40] BLOCKED: no [02:40] TODO: missed bits for builddUI (context_menu and reasonable content) buildd/uploader integration. [02:40] BLOCKED: none [02:40] TODO: Nag BjornT. Land the URL branch. See what the status of LP menus is; get back into finishing that for Malone. Stealt UI improvements, time permitting. [02:40] BLOCKED: URL changes review. (BjornT) [02:40] DONE: put gpg keyring trust analyser up for review, fix timing issues with some DB tests, implement the database side of the LP request timeout code. [02:40] TODO: specs scheduling thing, get lifeless's bzr changes rolled out to pending-reviews page, code reviews [02:40] BLOCKED: no [02:40] DONE: Started new rpm sourcerer backend, pair programming with Scott on HCT. [02:40] TODO: More pair programming, start work on bzr next week. [02:40] BLOCKED: Nope [02:40] DONE: LaunchpadIntegration cleanup, bug fixing and reporting, ticket system cleanup [02:40] TODO: finish ticket system cleanup, Rosetta dehorkage, LaunchpadMenus, more bug fixes [02:40] DONE: BranchDataStorage London sprint [02:40] TODO: samba SVN import, jamesh races review, lifeless pybaz review, finish importd-archivelocation, finish sprint work [02:40] BLOCKED: no [02:40] HINDRANCES: baz slow as ever, looking forward to bzr [02:41] DONE: reviews, email crackin, shipit and rosetta-langpacks [02:41] TODO: more reviews, get shipit out the door and the specs in the wiki [02:41] BLOCKED: just too many damned things thrown at me at once [02:41] baz goes uberquick if you put the effort into flcow [02:41] DONE: reviews, management, started publisher refactoring, menus delivery work, launchpad availability work [02:41] TODO: menus delivery, finish publisher refactoring, more launchpad availability work [02:41] BLOCKED: no [02:41] [02:41] (where uberquick is approx 10s for a diff on a launchpad tree) [02:41] DONE: BrowserNotificationMessages, script logging stuff [02:41] TODO: BrowserNotificationMessages [02:41] BLOCKED: Nothing [02:41] stub, is that what you're wanting in production next week? :) [02:41] DONE: 9/12 test suites passing with weave [02:42] TODO: rest of fetch, merge, & upgrade [02:42] BLOCKED: no [02:42] DONE: baz2bzr, bzr symlink support, bzr integration of patches, sprinting [02:42] TODO: x bit support, upgrade to breezy, gpg signing, async demo for bzr developers. [02:42] PAST: email processing, helping ubuntu-doc with their xml > po stuff, other templates [02:42] BLOCKED: nope [02:42] TODO: advocacy, email processing [02:42] bradb: when can people start using BrowserNotificationMessages ? [02:42] mpool: sure thats not 9/1 ? :) [02:42] BLOCKED: nothing new [02:42] bahm 9/11 [02:42] kiko: I'd like to land the script logging stuff - I just need to repair some tests I broke, hopefully without too many changes requiring rereview [02:42] SteveA: I don't know what that is. [02:42] jblack: can you organize getting schooltool imported into bzr sometime? [02:42] 9/1? [02:43] oh [02:43] DONE: reviewing, some work on rosetta export issues, caught up with some old branches and merged them. [02:43] TODO: Finish of rosetta export debugging! Reviews. AuthServerCaching. [02:43] BLOCKED: No. [02:43] fairly sure :) [02:43] stub: when can people start using BrowserNotificationMessages ? [02:43] bradb: i was meaning to ask stub. [02:43] When I finished it? [02:43] Sure. Do you have a contact you'd like to suggest? [02:43] jbailey: #schooltool [02:43] jbailey: sorry [02:43] jblack: #schooltool, talk to one of the lithuanians [02:44] He needs a new nick. [02:44] no, stevea just needs to pay more attention [02:44] Nah. Everyone does it. :) [02:44] I've needed to divert from the spec design somewhat which has slowed things down somewhat [02:44] okay... anyone blocked and not been dealt with? [02:44] No, SteveA just needs a smarter IRC client [02:44] stub: i'd be interested to hear about the changes sometime [02:45] we have time for a short "countdown of doom" [02:45] 6 [02:45] 5 [02:45] DOOM [02:45] 4 [02:45] 3 [02:45] d00m [02:45] 2 [02:45] 1 [02:45] DooM [02:45] oom [02:45] END OF MEETING [02:45] Ahhhhhhhh [02:45] thanks everyone [02:45] [02:45] mpool: so, what were you asking ? === sivang notes to self that launchpad meeting are distinctly different then distro team ones. [02:46] short and sweet, baby [02:46] yeah, something like it =_ [02:46] === bradb goes to finish waking up [02:46] Keybuk: screw you, XML hippie [02:46] jblack: At this rate, I'll never beleive you're mark shuttleworth, clearly noone else does. Perhaps you could come with ID saying that you're Jeff Bailey? [02:46] LOL [02:46] LOL!! [02:47] Keybuk: IIRC namespace of attributes default to namespace of elements :P [02:47] I mean of containing element [02:47] ddaa: no, namespace attributes default to no namespace which the parsing application may construde to be the namespace of the element if they wish [02:47] ddaa: basically, XML namespaces on attributes sucks... [02:48] it's generally considered bad style to write formal XML without a namespace on the attribute if the attribute is selected from a particular schema [02:48] all the xslt I have seen use xsl:element but never xsl:attribute... [02:49] bradb, that bug I asked you about, it's been reported as https://launchpad.net/malone/bugs/2291 [02:49] you realise you're pedanting a joke? [02:49] Yes :) [02:50] salgado, did you see marilize's email? :-( [02:51] kiko, I'm reading it now [02:51] kiko, seems like she wasn't following previous discussions? [02:52] sorta, but she's pointed out two pretty silly bugs we kept [02:52] kiko: hold on for breezy upgrade, I'm finishing the mirror, ok ? [02:53] bradb: apparently I'm supposed to beat you up to find out what the hell bug-release-targeting-pages.txt is doing [02:53] kiko, the first two items? [02:53] return plural.split(';', 1)[1] .split('=',1)[1] .split(';', 1)[0] .strip() [02:53] CRAAAAAAAAACK [02:53] how can anyone expect that is going to work? [02:53] [reliably] [02:54] stub: w.r.t. landing, i have a branch, currently under review by jamesh, that i hope to land today, that needs to be in the production rollout [02:54] um [02:54] kiko: that looks like it would be better expressed as a regex [02:54] sabdfl, I can't be trusted with >2K diffs, I simply don't have more than two hours of uninterrupted time [02:54] kiko! [02:54] kiko: np, jamesh is on it [02:55] kiko, what descriptions are we going to use for the standard options? [02:55] stub: will you ping me when you are planning to branch? i will merge up to that point of rf, and then only merge from the branch, so that mine can land directly on what will go to production [02:55] tomorrow, if needed [02:56] sabdfl: ok. Please let me know the rf patch number when it lands and I'll tag that (assuming it lands today or tomorrow) [02:56] salgado, uh, hmmm? [02:56] jamesh: how is that "max request time" work going? === gneuman [n=guest@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [02:57] stub: we can do it differently [02:57] let me know when *you* branch, and i won't merge in rf past that point [02:57] then mine should land cleanly on yours [02:58] sabdfl: ok. [03:03] I'm leaving office [03:03] laters [03:04] bradb, BjornT? [03:04] PATH_INFO : /++vh++https:launchpad.net:443/++/malone/bugs/308/people/268/+edit [03:04] see anything wrong with that? [03:04] is it +people? [03:05] kiko: It looks like you can no longer "edit" subscribers [03:06] no [03:06] well [03:06] kiko: That would probably be something from what I believe was sabdfl's change to the subscription fu [03:06] the /people/ traversal is busted [03:06] https://launchpad.net/errors/showEntry.html?id=1126786415.860.140780313203 [03:06] kiko, expired [03:07] why do these errors expire so quicky? [03:07] kiko: It doesn't look "busted" to me. It just looks like a 404. [03:07] * Module canonical.launchpad.webapp.metazcml, line 445, in publishTraverse [03:07] raise NotFound(self.context, name) [03:07] NotFound: Object: , name: u'people' [03:07] okay [03:07] kiko: yup [03:07] just wanted to know [03:07] so you can't edit subscribers [03:07] only subscribe or unsubscribe? [03:07] yes, by the looks of it [03:08] jordi: i'm forwarding you a message sent to the error reports list [03:08] yeah, there's only one kind of subscription now [03:08] and there's a separate page to confirm subscribing? craaack [03:08] jordi: it is from someone who wants to use rosetta, and is confused about the apparrent "GPG keys" requirement when getting a launchpad account [03:09] SteveA, I filed that bug, let me fix that today with mpt [03:09] cool === kiko hates the person's homepage [03:09] I would not use launchpad if I landed there first thing [03:09] kiko: the actions portlet, you mean? [03:09] Merge to rocketfuel@canonical.com/launchpad--devel--0: [trivial] db tables for sprints (patch-2415: mark.shuttleworth@canonical.com) [03:09] stub, I need help :-( [03:09] kiko: btw, i'm working on the person / team actions portlet in a branch [03:09] can you assist me quickly? [03:09] kiko: it uses menus now ;-) [03:10] SteveA, ah, thanks for the heads-up, we'll leave that alone [03:10] eh? [03:10] BjornT: Do you think you'll finish the URL changes review today, btw? === bradb & # coffee, bbiab [03:11] bradb: probably tomorrow, don't feel like dedicating the rest of the day for reviewing. [03:12] ok, thanks [03:13] stub, can you run two selects on production for me? [03:14] ? [03:14] stub, https://chinstrap.ubuntu.com/~dsilvers/paste/filebffHDd.html [03:15] stub, kiko gave me a traceback, and I think these two queries will help me to find what the problem was [03:17] sabdfl, ping -> privmsg [03:18] He's in a meeting in the meeting room [03:19] salgado: Both of those queries returned 0 rows [03:21] hmm [03:21] Running FUNCTIONAL tests from /home/scott/co/canonical/launchpad/launchpad/lib [03:21] Parsing ftesting.zcml [03:21] HELP I'M STUCK IN A DOC TEST AND I CAN'T GET OUT! [03:21] stub, ta === gneuman [n=guest@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [03:34] Kinnison, cprov: help [03:34] Buildd slave chroot tool. r=spiv [03:35] kiko: tool for managing chroots for buildd slaves [03:35] kiko: a tool for creating chroots automatically [03:35] kiko: basically an automated debootstrap+fixup+mkdirs+apt-get+usermods+stuff+tidyup+tar [03:37] SteveA: sorry. was getting some food. the canonical.database.adapter part of the request timeout stuff is on the pending reviews page [03:37] ok [03:37] i'll look [03:38] the translation-karma was never nuked? :-) [03:40] The fix for stopping the karma explosion hasn't landed yet, so no point [03:41] kiko: claro? [03:41] ah, oki. carlos promised me this would be done tuesday or something ;-) [03:41] Kinnison, sim, a explicao do cprov ficou melhor. [03:41] last tuesday that is. [03:42] Kinnison: kiko: what ?! ehe are you switching languages ? === cprov is confuse [03:43] kiko: desculpe === sivang wished he could hear kiko brazillian protuguese not just read [03:43] kiko: in fact, it is a very handy tool for creating or modifying chroots === bradb returns [03:44] Kinnison started it! [03:44] I said that cprov's explanation was clearer :) === bradb spotted a web usability shop right next to the cafe this morning [03:44] Kinnison: no worries, later we will extend you vocabulary for aranha fancy features naming ;) === Kinnison grins [03:45] kiko: I'm improving :-) === sabdfl whistles..... [03:48] sabdfl: so noone will know you're afraid? [03:48] jamesh: reviewing now [03:49] so, can someone confirm that upgrading to breezy via dist-upgrade isn't very painful? [03:50] Nafallo: Hmm... I could be wrong. Maybe the fix did land and nobody told me ;) [03:50] kiko: Do you know if Carlos landed this? === stub wouldn't mind deleting 17 million odd spurious Karma entries [03:51] stub, let me check. [03:51] spiv: ping [03:51] stub, not yet. === WaterSevenUb_ [n=WaterSev@azevedo.astro.up.pt] has joined #launchpad [03:51] Nafallo, I'm reviewing the patch, but it's unfortunately long :-/ [03:52] cprov: ping [03:52] lifeless: pong [03:52] dang. I thought the nuke was withdrawn or something :-P [03:52] Kinnison: says something about a tac-test-handler [03:52] does it import anything from twisted ? [03:52] cprov: basically, does anything, to your knowledge import twisted into the test processes? [03:53] lifeless: don;t precisely remember, but I think it doesn't, just wrap .tac files throught popen [03:53] cprov: can you check for us? [03:53] Kinnison: yes [03:54] salgado: will those mass-import karma entries be disregarded after three months, as spec'd? [03:54] or should we delete them? [03:54] stub: ^? [03:55] thanks [03:55] We should delete them, because the table has 18million rows for no good reason [03:55] sabdfl, (oldpoints * 0.2) [03:55] sabdfl, that's what we use for actions older than 3 months [03:56] salgado: we should totally ignore anything older than 1 yr [03:56] lifeless: the TacTestSetup class does not require twisted [03:56] stub: is there any way to see which points are from translations imported, and which from translations done through rosetta? [03:56] cprov: good. we're searching for something incorrectly importing twisted, which is breaking a merge test [03:57] sabdfl: I don't think so (and neither did Carlos when I asked) [03:57] sabdfl, that's easy to do. I'll file a bug about it, so I won't forget [03:57] lifeless: yeah, I'm related, PQM simply forgets my last 3 trial === WaterSevenUb_ is now known as WaterSevenUb [03:58] stub: but you can identify the ones for translations, right? [03:59] Yes - there are two karma action types we need to strip out. [03:59] mpt not around? [03:59] spiv: ping? [03:59] stub: what are they? [04:02] sabdfl: 13 & 14 === lamont__ [n=lamont@15.238.5.82] has joined #launchpad [04:02] kiko: where's mpt? [04:03] upstairs [04:07] could you ask him to hop online please? === ddaa [n=ddaa@marvin.xlii.org] has left #launchpad [] === ddaa [n=ddaa@marvin.xlii.org] has joined #launchpad [04:09] ddaa: ping [04:09] yeah? [04:09] ddaa: can you dig up the patch you did to hct to make it force pybaz to non-twisted mode ? [04:11] import pybaz [04:11] import pybaz.backends.forkexec [04:11] pybaz.backend.spawning_strategy = pybaz.backends.forkexec.PyArchSpawningStrategy [04:11] Is that what you are asking? [04:12] thanks [04:14] lifeless: I saw your ping in #bzr, but I was out to lunch and just came back. [04:17] jamesh: reviewed, approved with comments. mailed to you. [04:18] ddaa: no probs, was this [04:19] BTW, this API sucks. Next time I have a strategy selection knob, I think I'll make it something like pybaz.backend.set_spawning_strategy('forkexec') [04:19] lifeless: what do you think? [04:20] ddaa: thats the registry pattern, and its good [04:20] I was uncertain at the time, but I think a registry is what's needed in such cases. [04:23] kiko: mpt? [04:24] sorry, was upstairs -- he attended meeting from home, should be in shortly [04:27] kiko: what time is it over there? [04:28] 11:28 [04:28] I'll talk to him. [04:29] we have too many fricken underlines on our pages [04:30] there's a reason the plone guys do not underline links in portlets [04:30] http://localhost:8086/malone/bugs/1 [04:30] yeah [04:30] i can describe what happened === ddaa filed a bug on it already [04:30] first, no links in portlets were underlined [04:30] the correct strting point [04:30] i pointed out that this is fine when the links are all uniformly there, like in the actions portlet [04:30] what's the way to turn off link underlining on a specific but, when there's an informational portlet with a single link in it [04:31] it is hard to see that there is a link there [04:31] not really [04:31] it's a different colour [04:31] sabdfl: I asked mpt about that the other day too. Amazingly, he said all those underlines were /intended/ ;) [04:31] and this is a problem when that's the only link to the functionality [04:31] sabdfl: class, id, anything usable by a css selector [04:31] i missed that link when i was trying to do stuff in launchpad [04:31] i'm not colour blind [04:31] i vaguely know what launchpad is meant to do [04:32] so, i think the answer is to not have any links underlined in portlets, as the rule [04:32] and to underline easily-missed links in informational portlets [04:32] and why did lists suddenly get so much more separation? [04:33] they need to be more compact [04:33] https://launchpad.net/malone/bugs/2140 [04:34] sabdfl, it's hard to see -- SteveA is right. [04:35] sabdfl, style="text-decoration: none" === mpt [n=mpt@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [04:36] style attributes are bad style :) [04:38] They're ok if you really only want to style one element in a specific way. [04:38] lifeless: got a sec? [04:38] sure [04:38] just upgrading anyway [04:39] kiko: i had this fight a long time ago with mpt, but let him go ahead anyway and introduce the underlines [04:39] sabdfl: ready for the hct assembly conversation? [04:39] Kinnison: just about [04:40] I wonder what UI experts say about many links put together [04:40] SteveA: ... ? [04:41] privmessage [04:41] kiko: we had this discussion, with ui experts and testing on zope3-dev years ago. [04:41] erm.... someone decided it would be a good idea to put our closed automatic error report mailing list as our contact address on https://launchpad.net/feedback :-/ [04:42] kiko: came to exactly the conclusion i said above. [04:42] So people will have been emailing and getting their messages bounced [04:43] um, no [04:43] eaten [04:43] discarded [04:49] stub, SteveA: aren't they just held? [04:49] no [04:49] stub: Does the offline error message use lib/canonical/launchpad/offline.html directly, or do I need to ping you if I change it? [04:49] error reports that aren't from one of our systems, that don't contain the word "Bug" (case insensitively) in the subject line, go to /dev/null [04:50] SteveA, stub: well, I just gome some email through it, and I often do.. [04:50] kiko: I just manually processed that one === zyga [n=zyga@2-mi2-1.acn.waw.pl] has joined #launchpad [04:50] ah.. [04:51] hello :) [04:51] so they aren't discarded, as I said [04:51] i'm thinking of the externally published "system error, mail this address" address [04:51] :-P [04:51] Anyway - it is broken! [04:51] not the actualy mailing list address [04:51] kiko: They are. I have discarded a number [04:51] the address for external use has that "bug" in the subject thing on it [04:52] stub, manually. [04:52] I'm setting it to automatic [04:53] sabdfl: I think I may have found an ordering problem in xx-specs-07-dependencies.txt. [04:53] sabdfl: expected output shows: [04:53] - ...Support Native SVG Objects... [04:53] - ...Support E4X in EcmaScript... [04:53] - ...This specification... [04:53] - ...Support <canvas> Objects... [04:53] But in actual, E4X comes before Native [04:54] stub, well, then we need to change launchpad -- don't do that before, or we will throw away user's email. === bradb takes a quick look at the template/view [04:55] users' [04:58] SteveA, don't you agree? [05:01] i think it is okay for users to get bounces from that after we've changed the advertised email address. [05:01] right [05:01] but we haven't changed it yet. === kiko sighs [05:02] riht. so as you said. [05:04] mpt: ping [05:06] SteveA: pong [05:07] mpt: do you have any menus work i should merge from? [05:08] SteveA: Not yet [05:08] mpt: okay. i'll proceed with app menus along the lines we discussed last night. [05:08] Sorry, I've been waiting for baz for the last 29 minutes [05:08] gah [05:09] things will be better under our new bazng overlords [05:09] it finished! [05:10] SteveA: ok, so which ones would you like me to do? [05:10] what tree do you have? [05:10] baz tree-id please [05:11] mpt@canonical.com/launchpad--menus--0509--base-0 [05:11] and what was it branched off? [05:12] mpt@canonical.com/launchpad--devel--0 [05:12] really? [05:12] not from my menus branch? [05:12] I'm merging in from that now [05:12] steve.alexander@canonical.com/launchpad--Menus--0--patch-81 [05:13] you'll want to make sure you get up to that patch level [05:13] ok [05:18] brb [05:25] While I'm waiting for baz branch...has anyone ever mentioned the idea of LP developer blogs? [05:26] BjornT, SteveA, might you guys have some time today for us to sort out the pending questions re: basicvoting--1's review? [05:26] salgado: i have 1.5 hours more before i go to the gym [05:27] BjornT: seeing you at pov tomorrow? [05:27] SteveA: sure, 10am? [05:27] ok [05:28] SteveA, let's do it now, then? [05:29] okay, shortly [05:29] i'll ping [05:29] okay [05:30] So, one thing I think we could do more of is focussing on Launchpad users. Not just at a software development/UI level, but at a user experience level. [05:30] I think developer blogs might be able to help in that direction. Previewing new features, teaching users how to use existing features. Helping users kick ass, basically. [05:31] People like to kick ass. Kicking ass is fun. [05:32] There are various examples of people doing this with great success, e.g. 37signals, makers of Basecamp, the hugely popular project management software built with Ruby on Rails. [05:33] 37signals has 1. a developer blog: http://www.37signals.com/svn/ and 2. product forums, like: http://www.backpackit.com/forum/ [05:34] salgado: i'm going to take a workrave for a few mins, then i'll ping about the voting diffs [05:35] okay [05:37] SteveA: but AFAIK, there's no need for a gpg key to use lp, right? [05:38] jordi, right [05:38] ok [05:38] I'll reply. [05:38] jordi, I'm going to fix that TODAY [05:38] jordi: yep. it is a matter of confusing workflow on joining [05:38] jordi: so, we i to reply, i'd apologise for the confusing workflow, check if they have a launchpad account set up properly, and welcome them to rosetta [05:39] in some order or other [05:39] kiko: oh so there's a bug about lp currently requiring it, or it's just appearing to require it? [05:39] right [05:39] yeah, I filed it IIRC [05:39] NO WONDER IT'S KIKOS FAULT [05:40] kiko: did you want anything for me yesterday night, way too late? :) [05:40] yes [05:41] good that you reminded me [05:41] bradb: I think, first get a top-quality product (like Basecamp), *then* start writing about it [05:41] Fixing bugs (and implementing missing features) is probably a greater return on investment at the moment :-) [05:42] mpt: LP development is, generally speaking, pretty disconnected from the people using the software, IMHO. It would be interesting to consider ways of focussing more on the users, IMHO. [05:43] mpt: Basecamp, for example: "top-quality"? ish. But then, they've kept things ridiculously simple, and they keep in constant contact with their users. [05:45] There's a really interesting person in the blogosphere who focusses more in-depth on "creating passionate users" (and why that's so important): http://headrush.typepad.com/creating_passionate_users/ [05:47] She also advocates "teaching" users as one of the best ways to help create passionate users. Passionate users evangelize. Passionate users sell your product for you. Sure, we're not selling inflatable plastic japanese furniture here, but then, she's not talking about those kinds of products either. [05:47] Anyway, that's my $0.02 to how we can help get people excited about LP. baz switch just finished. === ddaa [n=ddaa@marvin.xlii.org] has left #launchpad [] === ddaa [n=ddaa@marvin.xlii.org] has joined #launchpad [05:50] bradb: But they didn't start until February, long after they already had a good product. [05:50] (37 Signals, I mean) [05:51] jordi, here: [05:51] https://launchpad.net/malone/bugs/1545 [05:51] jordi, do I need to do anything to help this guy out [05:54] or are you okay? [05:55] kiko: as for now he's the only one, he'll have to join Ubuntu translators without creating a team. [05:55] When there's more, we'll create the team [05:55] so, in short, and him to the group [05:56] add him to which group? ubuntu translators? [05:56] mpt: I don't know for certain one way or the other if Feb was the first time they ever started running a blog, nor if it was an intentional delay. The CUP blog above (seriously fanboyed by 37signals, btw) mentions that "teaching" users is more important than, yes, usability even. :) [05:56] kiko: yes [05:58] jamesh: [05:58] * Module zope.interface.adapter, line 461, in queryMultiAdapter [05:58] return factory(*objects) [05:58] * Module canonical.launchpad.browser.cal, line 763, in __init__ [05:58] self._subscriptions = ICalendarSubscriptionSubset(user) [05:58] * Module zope.interface.interface, line 698, in __call__ [05:58] raise TypeError("Could not adapt", obj, self) [05:58] TypeError: ('Could not adapt', None, ) === cprov -> lunch [05:59] bradb, I just saw an error with +upstreamtask generating some invalid SQL, but lost it [05:59] kiko: How do I reproduce it? [06:00] kiko, is that when you try to subscribe to a calendar? [06:00] salgado, not sure, let me check. [06:01] salgado, /++vh++https:launchpad.net:443/++/products/newton/+calendar/+subscribe [06:01] maybe it's the same problem described in https://launchpad.net/malone/bugs/2166 [06:01] yes, it probably is [06:01] cool [06:01] bradb, no clue, picked it up in /errors, but it said +upstreamtask [06:02] salgado: https://launchpad.net/people/ubuntu-translators/ isn't listing the members -- is that the bug you fixed? [06:02] kiko: Hm, sorry, not much I can do without knowing what error occurred or how to reproduce it. [06:03] bradb, pester people for access to the logs [06:03] kiko: Why are error messages being removed so quickly? [06:03] no clue [06:03] SteveA and stub would know, though [06:03] kiko, yes, all members are deactivated [06:03] wow, true [06:03] how did that happen [06:04] jordi, why are all ubuntu translators.. oh. [06:04] jordi, do I need to add him to the ubuntu translation team? === bradb fetches mail to see if he can find the error in the Rosetta error^W^WLaunchpad error report. [06:04] salgado, yeah, but it still includes a header, which is weird, right? [06:04] kiko, right. I forgot to check when there's no members [06:04] bradb: errors are removed from /errors on restart. and also, there are two production servers. [06:05] so, one /errors for each. [06:05] kiko: yes, for the "sa" team. [06:05] kiko: ie, instead of adding ubuntu-l10n-sa, you add him directly. [06:05] when he successfully creates a more than 1 person team, we'll switch that to a team, not a person, [06:06] yep [06:07] jordi@canonical.com? [06:07] Merge to rocketfuel@canonical.com/launchpad--devel--0: [trivial] launchpad-error-reports is a CLOSED mailing list (and always has been!) (patch-2416: stuart.bishop@canonical.com) [06:08] kiko: what for? [06:08] SteveA: In what way is /errors affected by their being two production servers? [06:08] that's my address [06:08] there, even [06:08] jordi, CC: [06:08] thanks. [06:08] but oh :D [06:08] ok [06:08] you never emailed me :-P [06:09] NO WAY [06:09] bradb: you'll see randomly one of the /errors on each request [06:09] or something like that [06:09] what does "fud" mean anyway [06:09] depending on affinity settings [06:09] SteveA: How hard would it be to fix that? [06:09] fear [06:09] uncertainty [06:09] fix what? [06:09] doubt [06:09] in other words [06:09] LUNCH [06:09] SteveA, stop losing errors, or post the logs publically (PLEASE, FOR THE 10000th TIME :) [06:10] the logs are supposed to be public to us [06:10] SteveA: /errors randomly switching between servers, when all I really want is to see the error messages [06:10] kiko-fud: lol, I see. [06:10] the /errors should go away totally [06:10] oh [06:10] happy hacking on lunchpad then. [06:10] yeah, we should write code that has no errors [06:14] Hm, I don't yet see any mention of +upstreamtask in the error logs that were mailed to me. [06:14] Maybe the next report (which should be along any minute now) will include them. [06:28] BjornT: How much feedback have you gotten from mdz re: pre-defined bug reports? [06:28] bradb: one relatively short email [06:28] pqm going down [06:29] bradb: enough to get started at least. i've sent a mail to ubuntu-devel too [06:29] BjornT: cool [06:31] can i see the default plural form for a language in rosetta/ [06:31] mdz: ok, thanks. If you have any ideas for more reports (or complaints about usability), feel free to let me know. [06:31] lifeless: reviewed your pybaz patch [06:31] lifeless: you are free to hate me for that review :) [06:31] there's a po file with a broken plural form (extra \n in the middle) and i'm looking for the source of that (https://launchpad.net/distros/ubuntu/breezy/+sources/ubuntu-docs/+pots/aboutubuntu/ro/+translate) [06:33] dand, better ping jordi about it [06:33] bradb: I'm not using malone on a regular basis, so I don't have much to say at the moment [06:33] mdz: fair enough [06:33] mdke: is it ok if i mail him about that and send you a fixed version? [06:34] dand, yes, best to mail rosetta-users@lists [06:34] mdke: ok, will do that [06:34] thanks [06:35] mdke: we should thank you, really :) [06:35] we'll thank each other then [06:35] lemme know when the new po is on its way [06:35] ddaa: I hope it boils down to 'no tests, oh well pybaz is dying' [06:35] dand: I don't think there's anywhere Rosetta will show this info [06:36] ok, i'll first do a review of the translation [06:36] lifeless: not quite [06:36] dand: it's only in the database afaik. [06:36] there's at least one place where you breaking the API and one coding style violation. [06:36] jordi: could anyone check the plural form for Romanian (ro)? [06:36] ddaa: where di dyou mail the rview ? [06:36] Reviews mailing list, you in cc [06:38] jordi: if it helps, a simplified form is: "Plural-Forms: nplurals=3;plural=(n==1?0:(n==0||((n%100)>0&&(n%100)<20))?1:2)\n" [06:39] lifeless: besides, pybaz is still going to be around for a while, the fact it has gone into maintenance mode is not a reason to save writing tests or avoid existing patterns. It's just a reason to stop trying to refactor it into something sane. [06:39] at least, in my understandnig [06:40] I'd expect that a few people people are going keep using baz for some time, and pybaz would be useful to them. [06:42] dand: I think we have (n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1)) [06:42] but not sure [06:43] SteveA: is anyone available to have a look in the database? [06:43] no, only certain special people [06:43] jordi: yeah, we've received the simplified version from bruno haible of gettext [06:43] SteveA: I can't help with the SQL statement because I don't know at all where it is. [06:43] dand: great. [06:43] jordi: i don't know what you're talking about [06:44] dand: Please e-mail rosetta@canonical.com, I'll resend to stub when he's available. [06:44] SteveA: we need to change the Romanian plural forms [06:44] jordi: will do. any ideas regarding the extra newline in the plural form? [06:45] what extra newline? [06:45] jordi: easiest is to do it next week, when carlos is back [06:45] jordi: see https://launchpad.net/distros/ubuntu/breezy/+sources/ubuntu-docs/+pots/aboutubuntu/ro/+translate [06:45] SteveA: yeah. We'll have the email [06:46] dand: hrm, I can't paste. My mouse just died. [06:46] jordi: the exported po has the plural form splitted on two lines === salgado [n=salgado@201-1-132-73.dsl.telesp.net.br] has joined #launchpad === salgado [n=salgado@201-1-132-73.dsl.telesp.net.br] has left #launchpad ["I] [06:47] dand: I requested a download. [06:48] jordi: thanks [06:48] jordi, you can see it at https://docteam.ubuntu.com/branches/breezy/gnome/aboutubuntu/ro/ [06:48] ah, better [06:49] dand, have you still got the link to the pastebin of the error? [06:49] mdke: http://pastebin.com/364648 , but jordi can't paste :) [06:50] oh [06:50] I'm copying by hand :) [06:50] mdke: your url is broken for me [06:50] jordi: xchat has a "open in firefox tab" context menu, you know :) [06:50] jordi, damn sorry, put a /repos/ before /branches/ [06:50] no mouse, no paste, no context menu :D [06:51] bad mouse [06:51] dand: every file exported from rosetta results in this Plural-Forms? [06:51] even if the submitted file was ok? [06:52] heh, it's cool to be able to read romanian almost perfectly. [06:53] wow [06:53] i've gtg now [06:53] laters [06:53] jordi: gnome-app-install looks ok in rosetta (aboutubuntu has the form broken in the interface, too), i'll try an export... [06:56] dand: I do't see anything broken in the interfac,e, what exactly? [06:57] Plural Expression: [06:57] (n == 1 ? 0: (((n % [06:57] that's where the \n comes into place [06:58] dand: oh, I see it now, sorry. [06:59] for some reason rosetta isn't liking % in there. [06:59] This is a bug. [06:59] dand: can you file one? [06:59] jordi: sure [06:59] many thanks [06:59] wtf, its 7PM? [06:59] damn it [06:59] i'll then postpone sending the new plural form on rosetta, since it's not critical and it could affect reproducing this bug [06:59] dand: good [07:00] or, add a comment about a better expression being in your bug report. [07:00] mpt: further thoughts on bug-headline-tasks [07:01] or send the email, and say that fixing the plural expression would hide bug #foo in rosetta [07:01] jordi: ok [07:01] how about a little icon to indicate that there is text in the whiteboard for that task, with the text in the title="" attribute [07:01] hey, you've got a nice list of translators in the team [07:01] ? [07:01] that's great. [07:01] jordi: better left it unchanged :) [07:01] jordi: yeah, that's due to the translation marathons [07:02] kiko-fud: is anyone working/has worked on improving that "Not Malone official" string? [07:02] sabdfl: re ^^, I suggest we show when it is, not when it's not. [07:02] jordi: I can probably get to that today, if noone else does it. === SteveA --> evening of exercise [07:04] bradb: nice, let's see what the others say [07:04] SteveA: have a nice evening [07:04] thanks jamesh [07:04] um, thanks jordi [07:05] jordi, mpt, I believe [07:06] sabdfl: Where would you put the icon? I don't think that would be very discoverable [07:07] sabdfl: Under the new URL scheme, if you're really keen on in some way exposing something about the whiteboard on the bug page, we could even just put that message somewhere on the bug page. [07:08] >>> d = {"foo": "this is foo", "bar": "this is bar", "baz": "this is baz"} [07:08] >>> dict((v, k) for (k,v) in d.items()) [07:08] {'this is baz': 'baz', 'this is bar': 'bar', 'this is foo': 'foo'} [07:08] bradb: no thanks, i'd like the bug page to stay neutral [07:08] Keybuk: gotcha, ta [07:09] suffixpockets = dict((v,k) for (k,v) in pocketsuffix.items()) [07:09] comme a ? [07:09] mpt: also, i'll leave the little man on the bugtask if there is an assignee even though it's linked to another bug tracker [07:09] sabdfl: I gave SteveA a diff to re-remove the underlining from portlets and to remove the underlining from the fix requests table, since baz is working much faster on his machine [07:09] use .iteritems() for added not-making-temporary-lists-ness [07:09] mpt: please discuss further changes to this widget with me [07:09] mpt: rock, thanks [07:09] Keybuk: screw that, it's done once on module import [07:09] stubplease could you get that fix ^^^ into the rollout? [07:09] sabdfl: It seems to already been slightly biased for the sake of usability. e.g. highlighting the current ask and a "Edit Assignee/Status Details" link in the actions portlet. [07:09] does anyone know if stub tagged off yet? [07:10] s/ask/task/ [07:10] lifeless: er, was pqm still dead? [07:10] Edit Assignee doesn't appear in my actions portlet on the bug, and i would delete it if it did [07:10] bradb: ^ [07:10] bradb: 'pqm is going down' [07:11] lifeless: "still dead?" :) [07:11] for how long? [07:11] sabdfl, one day you need to explain to me why the bug page profits from being neutral.. [07:12] kiko: you have so little faith [07:12] sabdfl: Just curious: in what way does it help the user to not have a discoverable way of assigning/editing the task details? (particularly because this is among the more common points of confusion reported from people that use malone, even after they've already been *shown* how to do it! :) [07:12] think back to cape town, and the things we were fighting about back then ;-) [07:12] bradb: how are we doing on MaloneOneDotZero? [07:12] bradb: magic marker time [07:12] sabdfl: (btw, that link is part of the URL changes branch.) [07:13] bradb: not dead, down. [07:13] sabdfl, /we/ were fighting for hanging bugs on contexts, you were against it, I recall well [07:13] bradb: drop that change please [07:13] err.. you were fighting for moving the bugtask page INTO the bug page on the context [07:13] that was the difference, not the location of the bug page [07:13] you may have misunderstood [07:14] sabdfl: blocked on URL changes review. other than that, I have no idea, because the requirements haven't been confirmed to me. If it were up to me, we'd roll out right after the URL change lands and we ensure that the system is still rock solid. [07:14] but there is little difference between the two situations [07:14] bradb, that's what I'm also tending towards [07:14] s/roll out/roll out 1.0/ [07:14] bradb: please create a malone1.0 milestone in LP [07:14] ok [07:14] please assign to it the specs and bugs that you believe should be 1.0 material [07:14] i asked for that two weeks ago [07:16] bradb: it's YOUR job to manage the scope of 1.0. if there are changes, you should always, always know where we stand [07:16] Merge to rocketfuel@canonical.com/launchpad--devel--0: r=bjornt merge support for hints and ancestry of manifests. (patch-2417: scott@canonical.com) [07:16] we had an agreed list in UDU, and there have been changes, but there's no reason for you not to have a page that lists the spec requirements of 1.0 [07:16] sabdfl: I've done a heck of a lot of work in the wiki to provide an accurate picture of what I understand Malone 1.0 to be, FWIW. (LaunchpadOneDotZero is also up-to-date, to the best of my knowledge.) [07:16] ok [07:17] bradb: could you capture that in the spec tracker please? [07:17] yes, doing that now [07:17] coolio [07:17] as far as i'm concerned malone is looking very good [07:17] so we should be converging on 1.0 at this point [07:17] i'm very pleased with bradb and bjornt's work since sao carlos [07:18] i'm happy to hear that you're happy with how it's coming along === rbelem [n=rodrigo@200.246.97.164] has joined #launchpad [07:18] bradb: i'm landing a bug-headline-tasks shortly, could you ensure that you branches do not change it before 1.0 please? [07:19] Merge to rocketfuel@canonical.com/hct--devel--1: magic marker upgrade from scotts hct branch (patch-18: scott@canonical.com) [07:19] sabdfl: yes, i'll make sure [07:19] Merge to rocketfuel@canonical.com/sourcerer--devel--0: magic marker upgrade from scotts sourcerer branch (patch-28: scott@canonical.com) === bradb ponders the spec tracker... [07:20] name, title, and summary required. hm. [07:22] the URL field is also pretty tiny [07:22] geez you guys are impatient [07:22] pqm open again [07:23] "Constraint not satisfied"!!!!! [07:23] I bet the spec name has to be all lower-case [07:23] s/-// [07:23] You're reporting all these as bugs, right? :-) [07:24] i will, yeah [07:24] i need the karma, badly [07:34] bugs #2320, #2321 and #2323 filed, and given to the sab [07:39] bradb: is there a way to make the field convert to lowercase, and submit lowercase? [07:40] sabdfl, yes -- in your form handler do a .lower() and then save it. [07:40] sabdfl: If you want to do that everywhere that a name is entered, and in the same way, then I'd imagine that a custom widget is the way to do that. [07:40] oh [07:40] in javascript, it is possible -- but you don't really want JS for that. [07:40] the best is to use a text-transform and then a backend transform too. [07:41] we went through this in March-April [07:41] you have to handle it in the back end regardless of what you do in the front end [07:41] because you can't trust the world's population of Web browsers to give you only valid data. [07:44] Keybuk, sabdfl: should I include HCT in the launchpad reports? [07:50] kiko: yes please! [07:50] bradb: ok. the new form machinery that's landing shortly makes this easy [07:51] anyone available for a drive-by review? [07:51] sabdfl: To do it world-wide I think you want a custom widget. [07:51] (should be pretty easy to review, it's one method and its doctest) [07:52] sabdfl: If you only want it done in one form, all you have to do currently is override .create in your view class. [07:54] sabdfl: I was going to ask: should URL be required for specification? What if the spec doesn't yet exist at a URL? [07:54] bradb: a custom widget would probably be a good idea [07:55] bradb: hmm... good point, pls file a bug and assign to me [07:55] will do [07:55] https://chinstrap.ubuntu.com/~dsilvers/paste/file88bpWi.html [07:55] Scott kinda wants this functionality :-) [07:57] sabdfl: bug #2324 [07:57] (assigned to you) [08:11] To sort a list of strings in descending order of length: foo.sort(lambda a,b: len(a) > len(b)) yes? [08:19] kiko: what's you reaction to the latest langpack feedback from pitti? === Seveas [n=seveas@seveas.demon.nl] has joined #launchpad [08:23] ecstasy, mdz [08:23] s/you/your/ [08:23] sabdfl: Is there any way to batch target specs to a milestone? [08:23] I'm getting a bit carsick from all this data entry [08:24] But the specs that I understand to be part of (or, at least, need consideration for being part of) Malone 1.0 are all there: https://launchpad.net/products/malone/+specs [08:26] right, I need food, bbiab === bradb & # lunch [08:36] why does PQM does this with my branch ? it simply disapeared, not even the email, saying : YOU'VE CRASHED PQM, GO AWAY ;) [08:36] lifeless: ping [08:37] Kinnison, sort and then .reverse() [08:37] Kinnison, using sort functions is very slow [08:37] # Sort it longest string first [08:37] suffixes.sort(lambda a,b: cmp(len(b), len(a))) [08:37] bad [08:37] it's a short list (about four entries usually) [08:37] suffixes.sort() [08:37] mark seemed to like it :-( [08:37] suffixes.reverse() [08:37] sort() is an alphanum sort [08:37] does that say much? [08:37] yes? === kiko runs [08:37] yes [08:37] right [08:37] well [08:37] that's not what I want [08:37] it uses cmp() [08:38] I want it sorted Longest string first [08:38] what are you comparing? [08:38] okay [08:38] as per the comment [08:38] the correct way to do this [08:38] cunningly placed above the sort [08:38] is to use a DSU [08:38] or use the key argument to sort [08:38] help(sort) for information [08:39] for yet more information look at the python documentation [08:39] the latter is more compact [08:39] but python2.4-only [08:39] LP needs 2.4 [08:39] sort(...) [08:39] L.sort(cmp=None, key=None, reverse=False) -- stable sort *IN PLACE*; [08:39] cmp(x, y) -> -1, 0, 1 [08:39] gotta love python docs [08:40] Kinnison, key=len should work [08:41] so suffixes.sort(key=len) [08:41] suffixes.reverse() [08:41] >>> a = ["a", "bbb", "zz", "oooo"] [08:41] >>> a.sort() [08:41] >>> a [08:41] ['a', 'bbb', 'oooo', 'zz'] [08:41] >>> a.sort(key=len) [08:41] >>> a [08:41] ['a', 'zz', 'bbb', 'oooo'] [08:41] Kinnison: [08:41] and you prefer that to my lambda? [08:41] :-( [08:41] L.sort(cmp=None, key=None, reverse=False) -- stable sort *IN PLACE*; [08:41] okay [08:41] a.sort(key=len, reverse=True) [08:41] okay [08:42] I think the key=len idiom is more readable once you are used to the idiom [08:43] (it's also faster for unsorted input, not that this matters in this case) [08:44] kiko: may I check the PQM errolog before it's late ? it did the same weird thing again, abort my request after long time processing ... [08:46] cprov, sorry? [08:47] kiko: ok, PQM is refusing my request, as I said before, in a "never seen" manner, the job simply disapear after long time processing, no result email. [08:48] cprov, probably hung and somebody killed it [08:48] just resend [08:48] kiko: we should look at PQM log before it gets too late and investigate this error, it was already the third time today [08:49] kiko: It'd be probably worth to figure out what is going on, my tree presents the "importd/Taxi" error when running check_merge [08:50] cprov, just insist, is the only thing I can suggest [08:50] kiko: yup, thanks === cprov keep trying and freezes when thinking about the conflicts again ... === cprov [n=cprov@200-171-140-32.dsl.telesp.net.br] has joined #launchpad === cprov starring "Living a bad day" [09:03] cprov, failed again? [09:04] kiko: no no, I'd be totally happy if it produces responses fast like that, we'll know in 1,5 hours (3 jobs before mine) [09:05] kiko: currently if fighting with an unhappy "refuel" of 20 min and still running [09:06] ffs [09:09] kiko: no tears, but I/O kills me on hillary (network & HD) even using FL_COW [09:11] same here, cprov -- it's a fucker [09:11] kiko: indeed [09:12] missing a desktop? :) [09:17] 2x 19'' inches LCD screen, SCSI disks, almost like anthem would make me happy ;) (keep inside my log dream ...) [09:17] hiya [09:18] aw shite. mpt: that merge failed. [09:19] and it failed because of hct errors [09:19] Keybuk: you still on the launchpad list? === SteveA forwards pqm failure to launchpad list and Keybuk [09:20] SteveA: yup, why? [09:20] blame lifeless [09:20] he force-landed the merge ;) === SteveA submits the merge again [09:21] what was the failure? [09:21] Keybuk: what merge is that you are talking about? [09:21] hct manifest hints and ancestry [09:21] as well as bring the hct and sourcerer branches up to date [09:22] ERROR: testCreatesLoggingInstance (hct.cli.tests.test_command.CommandManager_InitLogging) [09:22] SteveA, aparently submitting it again won't work. cprov's merge failed, then your's failed, then bradb's and now it's going to be my turn to receive a failure [09:22] that's the first failure [09:22] the point of test suites is that we don't get into this state === bradb returns, crushed at the pqm news [09:23] you got a failure, right bradb ? [09:23] checking mail right now to find out [09:23] Seriously latency with my provider in Asia [09:23] s/ly// [09:23] bradb: dude, want a gmail account? [09:23] i have one [09:24] bradb: you probably didn't receive it, like me [09:24] i sent my failure from pqm on to the launchpad list [09:24] the change i'm trying to get pqm to land is the UI stuff from mpt that sabdfl wanted cherrypicked [09:24] SteveA: ok, I'll arrive "someday" here :( [09:25] "it'll", i think you mean [09:25] otherwise, i'm confused [09:25] Keybuk: who can fix this? [09:25] Keybuk: can you fix it by disabling those tests or reverting the screwed changes? [09:26] there aren't any screwed changes that I know of [09:26] today is "tag for production day" [09:26] lifeless ran the test suite before he merged [09:26] and pqm ran it again [09:26] if the tests are failing and they weren't earlier, then there must be some screwed changes, by definition [09:26] is lifeless in the uk still? [09:26] he's in the pub [09:27] SteveA: you start get my typos and I'll kick "gaim" definetly of my life ASAP. [09:29] SteveA: FTR, the failure I got is my own fault. [09:29] (it was a failure in person-pages.txt for me) [09:30] SteveA, Keybuk: could they be intermittent changes? [09:30] okay, i chatted with lifeless on the phone [09:30] he's going to look into it first thing tomorrow uk time, when he has bandwidth at the canonical office [09:30] oh, wow, that's kind of interesting [09:31] lifeless must have not actually run the test cases after all [09:31] and just "assumed it all worked" [09:31] stub can still cherrypick the change i have from mpt into production separately if necessary === SteveA mails stub, cc list [09:33] Keybuk: okay, so it will be obvious to lifeless what needs doing tomorrow? [09:34] I think I can fix it with a well-placed merge [09:34] that would be nice. [09:34] i'm off to get food and sleep. can you send a message to the list / lifeless if you get it fixed? [09:36] yeah [09:37] somebody should blow up pqm [09:37] declare a national holiday === bradb hires Uma Thurman to Kill pqm [09:39] dude === cprov just wondering if it's not his nasty branch doing shits inside PQM [09:39] if i hired uma thurman [09:39] it wouldn't be for stopping some process on a linux box [09:39] no, it was kinda my fault [09:39] heh [09:39] I hadn't done an archive-mirror before lifeless spammed the changes on [09:39] but then he didn't actually do make check_merge either [09:41] PEBKAPQM [09:41] Keybuk: could be but why every one has received email about the failure and I'm not ? do you have a clue or the results are unpredictable at all and I can sleep in peace today [09:41] no clue about that, pqm probably ate your branch [09:41] maybe yours was the one lifeless killed [09:42] Keybuk: maybe, but 3 times ?! how odd am I today ;) [09:42] cprov: You can at least sleep well knowing that your request FAILED. [09:42] Even if they don't find the body. [09:42] mpt: please send me an email at the end of the day telling me what i can merge from and summarizing what's done on menus. i want to continue the work tomorrow morning. === SteveA goes home [09:43] good night, lunchpadders [09:43] whereever you are [09:43] SteveA: night [09:44] bradb: I'm not sure if it helps in this circunstancies, but I'd be much happier with a BIG failure email :( [09:45] heh heh heeeeh [09:47] cprov: btw, it's a longshot, but did you try checking on chinstrap if you had mail there? [09:47] s/if/to see if/ [09:48] bradb: not yet , good idea === camilotelles [n=Camilo@200.128.80.250] has joined #launchpad [09:50] bradb: no access to email locally in chinstrap it's forward to my real one, gave up, let's sort it out tomorrow, will work in other branches of mine [09:50] cprov: Hm, strange, when I type "mail", I see things. [09:51] Things that look like mail messages, more specifically. [09:52] bradb: eheh "i see things like dead people ?!", me too, not helpfull at all, it's ok for today [09:52] ok === jordi [n=jordi@115.Red-213-96-69.pooles.rima-tde.net] has joined #launchpad [10:00] bradb, found the bug [10:00] https://launchpad.net/errors/showEntry.html?id=1126810820.20.867802577266 === bradb looks [10:00] ERROR: invalid input syntax for integer: "+distrotask" SELECT BugWatch.id, BugWatch.remotebug, BugWatch.datecreated, BugWatch.lastchanged, BugWatch.lastchecked, BugWatch.bug, BugWatch.owner, BugWatch.remotestatus, BugWatch.bugtracker FROM BugWatch WHERE (BugWatch.id = '+distrotask') [10:00] a broken link, but it should be a 404, not that. [10:01] bradb, leave this to gneuman, he can do it. [10:01] (he's the intern) [10:01] I thought the bug you found was in +upstreamtask? [10:03] probably happens there as well [10:04] broken links [10:04] linking to /++vh++https:launchpad.net:443/++/malone/bugs/1108/watches/+distrotask [10:05] no clue who's linking there though [10:09] hm, me neither. oh well, gneuman'll find out. [10:09] heh [10:10] maybe the googlebot tries to traverse to watches on its own? [10:11] if it traverses to watches, it lands on the bug page again. it might store the URL that it's currently traversing to and append the relative links to that that it finds in the page, which could cause this error. [10:13] perhaps [10:13] that would be a bug in googlebot though [10:13] yup [10:19] i doubt its googlebot [10:19] i fixed a bug recently where $bug_url was not being used properly [10:19] and i might have introduced a new bug in the process [10:19] find it, and we'll see [10:19] grep for +distrotask [10:19] yeah [10:19] could be a portlet [10:20] i bet its a portlet on a bug, and it's being displayed on a watch page [10:20] funny though, that bug doesn't have any watches === zyga [n=zyga@2-mi2-1.acn.waw.pl] has joined #launchpad [10:37] "* Applying 40 revisions .." [10:37] mpt: showoff === mpt cries [10:40] kiko: should we at least ask elm to bounce pqm? [10:45] ah, looks like cprov's merge request has been processed (though it looks like failure) [10:46] bradb: yes, this time I have an email ;) [10:47] cool [10:48] bradb: and finally the expected error: missing '/home/pqm/.hct/log' [10:48] lol === bradb laughs, tearfully [10:51] mpt: Any news on the menu tabs bug? I can't find the bug report, searching for "menu" or "tab". [10:52] bradb: No news [10:52] I keep getting more urgent things to do [10:53] like application menus [10:53] and desuckifying the person page [10:53] and making Rosetta readable === Burgundavia [n=corey@S0106000000cc07fc.gv.shawcable.net] has joined #launchpad [11:08] bradb: suddenly getting a lot more bugs filed in malone [11:08] it's that good UI, plus Launchpadintegration i think [11:10] sabdfl, I have a problem that I want your advice on [11:11] have 2 minutes? [11:11] sabdfl: could be. I'm looking forward to getting the menus sorted out, among other things. [11:12] gotta be somewhere in 50 minutes, later dudes === bradb & # out [11:19] kiko: will call [11:19] actually, let's go by privmsg [11:24] stepping afk, back online in 20 [11:24] kiko: ^ [11:46] oki === camilotelles [n=Camilo@20132139198.user.veloxzone.com.br] has joined #launchpad === sabdfl [n=mark@host217-37-231-22.in-addr.btopenworld.com] has joined #launchpad [11:52] hi [11:53] hi sabdfl [11:57] hi rbelem [11:58] =)