/srv/irclogs.ubuntu.com/2005/08/08/#launchpad.txt

=== Luciph3r [~Luciph3r@xd-85-20-0-162.rm2.albacom.net] has joined #launchpad
salgadocarlos, yes, I fixed. we only need to worry about it with security proxied objects. otherwise it won't break because int(NotSecurityProxiedPersonInstance) works12:19
carlossalgado, well, at least I'm happy that the tests raised that error, did they?12:20
SteveAcasting an sqlobject instance to an int is kinda gross12:20
SteveAwe should not do that12:21
jordicarlos, mpt: https://wiki.ubuntu.com/RosettaFAQ?action=diff&rev2=5&rev1=4 12:21
lifelessdefine __int___ on the class. because the class sin't the object that will be ok.12:21
lifeless;)12:21
SteveAit already is defined on the class12:21
SteveAit isn't defined on the interface12:21
salgadolifeless, I agree with SteveA that we shouldn't be doing this, that's why I not even suggested adding __int__ to the interface12:23
lifelessscore 1 successful troll12:23
salgadocarlos, yes, I found the problem because the test failed. otherwise I would never find it12:25
carlosSteveA, I don't remember the details about that code being that way but I think I had problems getting it as a SQLObject12:27
carlosjordi, good stuff. thanks12:29
SteveAexpicitly use obj.id, not int(obj)12:29
jordicarlos: sorery, I think liblaunchpad-integratiopn is GPL, but could not remember exactly12:31
jordiis it?12:31
dilysMerge to rocketfuel@canonical.com/launchpad--devel--0: [trivial]  i18n Launchpad front page as an example (patch-2211: stuart.bishop@canonical.com)12:32
lifelessjordi: it has to be - it ships on the CD's :)12:37
jordilifeless: could be LGPL, I mean12:37
jordiis it exactly the GPL?12:37
lifelessdunno, ask #ubuntu-devel I think12:37
lifelessall I know is 'open source'12:37
jordifree software! :)12:37
=== lifeless avoids the trap
=== jordi smirks.
ddaaopen sores12:38
lifelessdude, after the drop-dead sprint we've had ... erk12:39
ddaalifeless: any objection against rm'ing JobSourcerer?12:39
carlosjordi, liblaunchpad-integration? what's that?12:39
lifelessddaa: none12:39
jordicarlos: I thought it was the first bit of LP that was released12:40
lifelessjordi: no, its entirely separate code12:40
carlosjordi, not really12:40
lifelessjordi: its written in C.12:40
lifelessby the distro team12:41
carlosjordi, I think the code we already released is related to the libraries we are using12:41
jordirighto12:41
jordiwhat got released then?12:41
jordicarlos: what licence? :)12:41
lifelessjordi - under the licence the project uses.12:42
lifelessjordi - i.e. we've release zope changes, sqlobject, pqm, 12:42
carlosjordi, also, I need to request to Mark the python bindings for gettext to be released also as GPL, he agreed on that, I just need to request it by email so he sends me the approval signed with GPG 12:42
jordilifeless: oh, I thought it was actual launchpad code12:43
carlosjordi, the problem with releasing launchpad code as you think on it is that it's useless without the other parts of launchpad12:45
jordicarlos: no, no12:47
jordiI know that12:47
jordiI just thought something had been released as Mark told me in London one day12:48
jordiI was surprised that it had happened so early12:48
jordiI probably missunderstood12:48
dilysMerge to thelove@canonical.com/dists--bazaar--1.5: new build (patch-73)12:48
carlosjordi, well, our changes to zope, sqlobject and others are part of launchpad, I suppose he was refering to it12:49
carlosjordi, but perhaps I'm missing something12:49
dilysMerge to thelove@canonical.com/bazaar--devo--1.5: reverse out ARCH_LOG in hooks - it is not an appropriate method for transferring such large amounts of data (patch-59: robert.collins@canonical.com)12:50
carlosjordi, check it with mark12:50
ddaacarlos: actually releasing rocketfuel would be meaningful imho, as it would address the "non-free infrastructure" issue, and would enable the community to actually make meaningful contributions.12:51
jordicalnod12:51
jordiin any case, that part of the FAQ needs to be corrected now12:51
mptjordi: looks fine, except (as I've already changed) it's https, not http12:52
jordihmm.12:52
jordiI didn't write any URL, so I guess it was already there12:52
carlosddaa, I'm not arguing against it I want it released as free software too, it's just that it should be released all it at the same time or modify it to work without the other parts of launchpad12:52
jordimpt: thanks mate12:53
ddaacarlos: ack, I must have missed the bit where you mentioned the specific bit you are talking about.12:53
jordicarlos: that's mark's plan according to what he said12:53
jordi(modifying it)12:53
carlosI know12:53
ddaaliblaunchpad... gettext bindings... zope changes, etc... all of that meaningful to realease alone...12:54
ddaacertainly a "liblaunchpad" would not be useful without launchpad, in a practical sense, but it would certainly be necessary for things like integration in bazaar.12:55
elmoboggle, we should certainly release zope changes  we make12:56
lifelessddaa - its not xmlrpc stuff, its fire a web browser at a url12:59
lifelesselmo we have.,12:59
mptjordi: did you get the photo?01:00
ddaa*shrug* I think I'm hopelessly out of sync. I'll just wait for the dust to settle a bit.01:00
jordimpt: yeah, thanks!01:00
jordiAlthough I got all of them from you when we were at the sprint01:00
jordiprobably the others didn't01:00
Mezwhy was my CoC sig modified?01:01
Mezoh. nvm01:01
MezI'm etting old miail marked as read01:01
Mezunread*01:01
ddaalifeless: what are the following statements in ImportDBuild for?01:16
ddaa            try:01:16
ddaa                getTxnManager().abort()01:16
ddaa            except psycopg.Error:01:16
ddaa                pass01:16
carlossivang, team created01:16
ddaaAs I understand the importd code, we should never be in a transaction there01:16
ddaa(maybe it would be worth to be a bit more careful with that, to abort() in case of unhandled exception, but except for that issue)01:17
ddaaThere are couple of them, and I guess they might be related to db reconnection, but the justification eludes me...01:18
dilysMerge to rocketfuel@canonical.com/launchpad--devel--0: [trivial]  cleanups to malone home page, and relabeling the post comment button (patch-2212: christian.reis@canonical.com)01:19
ddaaokay... that's exactly what this code is about :)01:21
philiKONhow long does it usually take for a newly uploaded POT file to appear in rosetta as translatable messages?01:44
stubI understand it is a bit backed logged at the moment as the next Ubuntu release is being imported. Unfortunately Carlos has just left so I can't give you any firm answer :-/01:47
=== stub makes a note to order the import queue better
philiKONhey stub 01:49
philiKONlong time no see01:49
stubyo ;)01:49
philiKONi see you're with the canonical guys now :)01:49
philiKONso, are we talking minutes, hours or days?01:49
stubYup. Didn't get to Europython this year unfortunately.01:49
philiKONyeah, too bad01:49
philiKONstayin' at the sgs again was fun :)01:50
ddaaHe's been here for a long time, he's our resident DB fascist^W admin^W magician.01:50
=== philiKON has a slight feeling that DB doesn't necessarily mean ZODB *grin*
ddaapostgres01:51
stubI started about a two months after last years Europython01:51
philiKONcool01:53
=== stub kicks off a production update, wondering if the load balancer will work as expected ;)
philiKONstub, so, uploads to the database are queued and taken care of asynchronously?01:59
stubYes. Parsing it all and inserting it into the right data structures takes too much time to do otherwise.02:01
philiKONright02:01
philiKONso, your restarting the app won't affect my upload i guess02:02
stubduplicate matching on a few multi-million row tables is rather expensive ;)02:02
stubNope02:02
philiKONhehe02:02
philiKONso, i presume we're rather talking hours then minutes here before the queue is processed, eh?02:02
ddaait's not like zodb is not a big enough hammer for our nails, but like... it's maybe a bit too small ;)02:03
philiKONi know. RDBMS definitely have their uses02:04
ddaabah, we really, really, could have had a use for a proper object db. It's an issue of raw performance.02:05
stubYay bed time02:15
philiKONg'night02:15
philiKONddaa, do you happen to know if anyone can translate things even though they're not in the team that owns the project template?02:35
ddaaI'm deifinitely not the guy to give a definitive answer, but expect there would be at least some provision for that.02:36
ddaaHaving translations restricted by default would be against the whole community-building idea behind launchpad.02:36
ddaa(but I'm really not into these things)02:36
philiKONok02:37
philiKONthanks02:37
Luciph3rraga .. notte a tutti !02:57
dilysMerge to rocketfuel@canonical.com/launchpad--devel--0: [trivial, rs=kiko for the bits I understand]  Bugtask constraint improvements: disallow multiple tasks for the same bug with same product. Also adds a valid_branch_name constraint for Branches. Other little bits of fluff. Original patch by stuart.bishop@canonical.com, test fixed up by me. (patch-2213: christian.reis@canonical.com, stuart.bishop@canonical.com)03:42
=== Keybuk [~scott@rjo-lmn-svr.kerntec.com.br] has joined #launchpad
=== sm [~simon@pool-71-107-252-117.lsanca.dsl-w.verizon.net] has joined #launchpad
=== robitaille [~daniel@d154-5-117-228.bchsia.telus.net] has joined #launchpad
robitailleis it a known problem that a system error occurs when trying to display a bug report in Malone?04:42
=== mdz_ [~mdz@ca-studio-bsr1o-251.vnnyca.adelphia.net] has joined #launchpad
kikorobitaille, nope, it's not. where?04:49
robitailleany buga i have tried...https://launchpad.net/malone/bugs/162504:49
robitaillefoe example04:49
robitailles/foe/for04:50
=== kiko sighs
kikosounds like we fucked up the update04:50
kikosorry, robitaille -- will be fixed in about 10h :-(04:51
robitailleno problem.  I guess it is a known problem now :)04:51
elmoreport a bug!04:51
elmo[SCNR] 04:51
kikoelmo, don't you ever sleep?04:53
elmonot tonight it seems04:53
jameshhi kiko04:59
jamesh'ERROR: column "bug" does not exist SELECT id FROM BugAttachment WHERE bug = 1625'05:00
kikojamesh, I know. something went wrong with the update, but I'm not waking anybody up05:02
kikostub did a last-minute cycle to get carlos' fix for rosetta imports05:02
kikoI suspect that's what cracked it05:02
kikoah well05:02
kikojamesh, did you have a good flight back home?05:03
kikoand did everything work out in rio?05:03
jameshkiko: they didn't know about the reservation, but sold me a ticket anyway05:03
kikohow odd.05:04
jameshkiko: the flight got delayed by about an hour, which caused a bit of confusion since there was supposed to be another flight to Sao Paulo leaving from the same gate an hour after05:04
kikowell, good that they sold you the ticket, then.05:04
jamesh(that other flight got delayed half an hour)05:04
kikohah05:04
kikoand you caught your flight on-time just fine?05:04
jameshyeah05:04
jameshVarig lost my bag going to Sao Paulo, but managed to find them before I left05:05
jameshso everything worked out fine05:05
kikolost your bag?!05:05
kikoman, you seem to have been the luckiest unlucky person in Rio on that day05:05
kikono reservation05:05
kikovarig has ticket05:06
kikolose bag05:06
kikofind it before flight leaves05:06
kikoall in all pretty good 05:06
jameshthey served chocolate fondue on the flight, which was nice05:06
kikowow05:07
kikogood for people with tim-tam deprivation symptoms05:07
dilysMerge to rocketfuel@canonical.com/launchpad--devel--0: [trivial]  lint.sh shouldn't complain about unused arguments in interfaces (patch-2214: christian.reis@canonical.com)05:42
=== robitaille [~daniel@d154-5-117-228.bchsia.telus.net] has joined #launchpad
=== mexiKON [~philipp@G00e8.g.pppool.de] has joined #launchpad
=== Burgundavia [~corey@S0106000000cc07fc.gv.shawcable.net] has joined #launchpad
=== _Raptor_ [~KillerApp@dsl-253-122.monet.no] has joined #launchpad
sivangjamesh: ping08:05
jameshsivang: hey08:07
sivangjamesh: hi, what's up? chocolate fondue ;-) Which flight was it?08:07
jameshsivang: Rio to Sao Paulo (this was in the economy section too)08:08
=== _Raptor_ is now known as _Rappy_
sivangjamesh: cool , Sao Paulo sounds fun08:14
=== Burgundavia [~corey@S0106000000cc07fc.gv.shawcable.net] has joined #launchpad
sivangjamesh: I am thinking of creating a helper function in the library to add the menu items to bonnobo ui apps as well - I realized that the translation overhead would be that big, that it would be worthwhile to create such a function08:15
sivangjamesh: It supports the same funcitonality of merging items, and there's some skeleton code in gedit that pbor so kindly showed me at which I can borrow08:15
jameshsivang: okay.08:16
sivangjamesh: so, even though bonnobo ui would be dropped at some point int he future, to save the translation overhead and gain centerlized control, this is still beneficial08:16
jameshsivang: I wonder if it is worth putting that in a separate helper library08:17
jameshsivang: given shared library dependencies, etc08:17
sivangjamesh: might be so, so it would be trivial to drop that later ?08:17
jameshsince currently the library just links to GTK (+deps)08:17
jameshbonoboui brings in ORBit, libgnome, libbonobo, gnome-vfs, etc08:17
sivangbah08:18
sivangok, looks like it would be good to toss in an another lib08:18
jameshmaybe ask seb128 for his opinion (from a packager's point of view)08:19
sivangjamesh: sure, I will08:19
sivangjamesh: I'll also ask pitti , he's also knowledgeable about this08:20
jameshsivang: how many bonoboui apps are we looking at, btw?08:21
sivangjamesh: applets count as well?08:21
sivangjamesh: (most of the bonnobo clients are actually applets, but there is quite some of them )08:22
jameshI suppose so.  Hadn't thought of them08:22
sivangjamesh: they have a drop down which I thought of intercepting for the menu items , usually and "About" drop down08:22
sivangjamesh: sorry, not an "About" drop down, but a right clickable one08:22
jameshsivang: hopefully we'll have some good info up on the +gethelp and +translate pages the LaunchpadIntegration stuff points at soon08:26
jameshthere was some discussion of it at the sprint08:26
jamesh(probably continuing this week, with the rosetta guys arriving)08:26
=== Amaranth [~travis@amaranth.user] has joined #launchpad
Amaranthsivang: who is stub? :P08:28
sivangah he's not here.08:29
sivangAmaranth: maybe describe your problem and let's see if someone helps08:29
Amarantherr, i'd need a server administrator for this one08:29
sivangjamesh: cool, so we can start looking at real pages instead of the placeholders?08:29
Amaranthlaunchpad-integration sends people to launchpad.ubuntu.com but the cert is for launchpad.net so firefox flips out and puts up a nice scary warning dialog08:30
sivangjamesh: should we change the pointing link to launchpad.net ? (thinking maybe this will solve Amaranth's problem )08:31
jameshsivang: yeah it should change08:32
jameshI don't think launchpad.net was working last week08:32
sivangjamesh: it wasn't, but it started working about 2 days ago 08:33
sivangjamesh: I can send you a patch against your arch, would that be ok?08:33
jameshsure.08:33
sivangAmaranth: thanks for pointing that out, silly me I acutally can fix that :)08:33
=== Amaranth bows
Amaranthso, how do i get this into smeg?08:34
Burgundaviathat doesn't solve the general issue of old links causing the flipout08:35
sivangAmaranth: I can get it in for you, lemme check08:35
Burgundaviacan you do the redirect with http and then change to https when you hit launchpad.net?08:35
sivangAmaranth: is it in universe?08:35
sivangAmaranth: (smeg)08:36
jameshwow.  we've even got a real certificate for launchpad.net08:36
Amaranthsivang: yeah, but not for long i don't think08:36
sivangAmaranth: let me know when it's in main , and I will take care for it :)08:36
Amaranthjamesh: yeah, from that crappy thawte company :P08:36
sivanglol08:36
sivangAmaranth: don't let Mark hear you :)08:36
Amaranthas long as he doesn't read the logs i'm ok :)08:37
sivangBurgundavia: doesn't ffox do that ?08:37
Burgundaviasivang, no08:37
Burgundaviahmm08:37
Burgundaviamy link is a https one08:37
Amaranthlinks pointing to https://launchpad.ubuntu.com will still be a problem08:37
Burgundaviayes08:37
Amaranthbecause you need to have a cert for that08:37
sivangAmaranth: we change the links centerally08:37
Amaranthsivang: what?08:38
sivangAmaranth: so all launchpadized apps get the change in url when we do it08:38
Amaranthsivang: that's nice, what about the rest of the world's links?08:38
sivangAmaranth: universe stuff will have a picker application that you point on an app08:38
Amarantherr, what?08:39
jameshAmaranth: the launchpad-integration stuff launches the web browser using a helper app08:39
sivangAmaranth: meun integration is just for desktop seed08:39
Amaranthi'm talking about outside of ubuntu08:39
jameshAmaranth: so fixing the helper app fixes the URLs08:39
jameshAmaranth: the helper app is responsible for identifying the (distro, release, source package) triple used in the URL too08:39
Amaranthwebsites that link to launchpad.ubuntu.com08:39
Amaranththe helper app doesn't rewrite the world wide web08:40
jameshlaunchpad.ubuntu.com had a self signed cert beforehand anyway, so popped up a warning dialog ...08:40
Amaranthbtw, launchpad looks a lot less like plone now, good job08:40
Amaranthjamesh: that needed to be fixed too08:40
jameshAmaranth: the various launchpad 1.0 announcements will go out with the right URL08:45
Amaranththat changes future references, not a link from a thread on a forum 2 months ago that someone finds in a search08:46
sivangjamesh: http://muse.19inch.net/~sivan/lpint/new_domain.patch08:46
Amaranthit gives people a bad first impression08:48
jameshcommitted08:48
sivangjamesh: thanks :)08:48
=== jamesh looks forward to the wiki returning from brazil ...
sivangjamesh: wiki ?08:51
jameshsivang: wiki.launchpad.canonical.com is read only right now, because they took a copy to Brazil to edit08:51
jameshsince the internet connection dropped a few times08:52
jameshand the wiki was necessary to do the spec writing08:52
sivangjamesh: ah nice, so now you can't see all the specs until the wiki actually retunrs from brazil :)08:53
Amaranthholy shit08:54
Amaranthis soyuz even doable? :P08:54
jameshdoable?08:54
sivangAmaranth: I think it's already operating in some way08:54
Amarantherr, that's a spaceship08:56
Amaranthoh, i see08:56
sivangjamesh: I'm assuming bonnobo ui supports placeholder just as UIManager does , right?09:01
jameshsivang: yeah.09:03
jameshsivang: although it doesn't have as nice an API for programatically adding UI09:03
jameshyou end up needing to construct XML fragments to send to the bonoboui code09:03
sivangjamesh: yes, I am looking at such code at the moment :) I guess that's basically the way to do dynamic construction in bonnobo. I also see there bonobo_ui_component_set_translate, should I be worried about that or will you take care of the localization ?09:05
sivangjamesh: (does bonnobo presents different API for translation and does not use getttext ??)09:06
jameshsivang: I never really learnt much about the bonobo-ui internals09:06
sivangjamesh: k, I will hit docs while I work :)09:06
=== jamesh [~james@203-59-251-126.dyn.iinet.net.au] has joined #launchpad
=== robitaille [~daniel@d154-5-117-228.bchsia.telus.net] has joined #launchpad
=== Virtuall [~virtuall@blackbox.enio.lv] has joined #launchpad
=== nakeee [~nakee@barak013-104-186.dialin.huji.ac.il] has joined #launchpad
nakeeesivang: any news?10:51
sivangnakeee: working on it, will update you when I have settled it down. (it's already open)10:55
sivangnakeee: (created, even)10:55
=== Luciph3r [~Luciph3r@xd-85-20-0-162.rm2.albacom.net] has joined #launchpad
nakeeesivang: just be careful when you approve translations so you won't break the guides of the projects you submit them to11:02
nakeeesivang: btw I think we should use some test/mentoring trick on new translators and not just giev access11:02
sivangnakeee: we can continue this in ubuntu-il , btw11:07
Luciph3rsalve a tutti11:07
=== mexiKON is now known as philiKON
nakeeesivang: yea, but I need to go:) ttyl:)11:14
=== nakeee [~nakee@barak013-104-186.dialin.huji.ac.il] has left #launchpad ["Client]
=== mvo [~egon@ip181.135.1511I-CUD12K-01.ish.de] has joined #launchpad
=== Mez [~Mez@cpc2-lich4-3-0-cust115.brhm.cable.ntl.com] has joined #launchpad
=== mdke [~matt@mdke.user] has joined #launchpad
mvocould someone of the more experienced python guys have a look at the new pyhton-apt apt interface please? baz get http://people.ubuntu.com/~mvo/arch/ubuntu/python-apt--mvo--012:40
jameshmvo: any particular parts to look at?12:47
mvojamesh: the apt/ dir please12:53
mvojamesh: it's a wrapper around the old "apt_{pkg,inst}" modules12:54
mvojamesh: the interface is what I'm most concerned about (if they are clean/pythonic enough)12:54
=== cprov [~cprov@200-171-140-32.dsl.telesp.net.br] has joined #launchpad
jameshmvo: is there any reason why the Package class has name, id, etc as methods rather than attributes?01:08
jameshmvo: for the idempotent no argument methods, I'd make them properties01:10
mvojamesh: I made it methods because of my old C++ habits. I'll change them to properties (I guess I can't make description() a property because of the "Formated" argument?)01:12
jameshmvo: either that or provide two properties ...01:13
=== carlos [~carlos@200-171-140-32.dsl.telesp.net.br] has joined #launchpad
carlosmorning01:14
mvojamesh: thanks! let me know if you find more :) 01:15
=== mpt [~mpt@200-171-140-32.dsl.telesp.net.br] has joined #launchpad
cprovjamesh: morning, did you review the last gpg patches ?01:21
jameshcprov: not yet.  I'm still catching up on things after the flight01:31
cprovjamesh: I understand,  but dedicate some love to it asap, it's blocking a lot of people to add their keys.01:33
jameshyeah.  I'll look at it tonight01:34
cprovjamesh: thanks01:36
=== SteveA [~steve@200-171-140-32.dsl.telesp.net.br] has joined #launchpad
=== stub [~stub@200-171-140-32.dsl.telesp.net.br] has joined #launchpad
=== spiv [~andrew@200-171-140-32.dsl.telesp.net.br] has joined #launchpad
kiko-zzzahoy hacker babes02:05
=== BjornT [~bjorn@200-171-140-32.dsl.telesp.net.br] has joined #launchpad
=== salgado [~salgado@200-171-140-32.dsl.telesp.net.br] has joined #launchpad
mvojamesh: do you have more comments on the pyhton-apt interface? if not, I'm going to change it now :)02:21
jameshmvo: nothing right now02:21
jameshhaven't really looked at it in depth though02:22
mvojamesh: ok, thanks so far!02:22
kiko-zzzamoogly02:25
philiKONhow long does PO export via email usually take?02:31
kikophiliKON, the interval between runs is in the half-hour range IIRC02:32
kikoyou and I will get an email notification when it's done02:32
kikothis is of zope3 I imagine?02:32
philiKONindeed02:32
philiKONkiko, launchpad sez: you will receive an email "shortly"02:33
philiKONmaybe that could be clarified02:33
kikoI am not sure we have enough information currently to give QoS on the response02:34
kikocarlos is telling me the script interval is 10 minutes02:34
kikoI don't know how many are queued currently though02:34
philiKONhang on, just received the email02:35
philiKONi tested it since i heard some "complaints" from volunteers02:35
philiKONthere was also the problem of https://launchpad.net/malone/bugs/1558/02:35
kikois that happening for you?02:38
philiKONit happened for one of our newly signed up volunteers02:38
philiKONand the trick at the bottom supposedly solved it for him02:39
=== niemeyer [~niemeyer@brutus.conectiva.com.br] has joined #launchpad
niemeyerMorning!02:49
kikomorning niemeyer02:51
SteveAhi02:52
kikoniemeyer, I need to call my agent back today02:53
niemeyerkiko: Has he mentioned anything interesting yesterday?02:55
kikohe said that interviews were indeed being done02:58
kikobut that a month sounded crazy02:58
=== morgs [~morgan@wblv-146-198-162.telkomadsl.co.za] has joined #launchpad
dilysMerge to rocketfuel@canonical.com/launchpad--devel--0: [trivial]  More lint updats: turn off more warnings in non-verbose mode (patch-2215: christian.reis@canonical.com)03:01
niemeyerkiko: Indeed03:03
niemeyerkiko: I hope he's right :)03:03
=== morgs [~morgan@wblv-146-198-162.telkomadsl.co.za] has joined #launchpad
=== morgs [~morgan@wblv-146-198-162.telkomadsl.co.za] has joined #launchpad
=== bradb [~bradb@200-171-140-32.dsl.telesp.net.br] has joined #launchpad
lifelessddaa - we are definately in db connections03:11
lifelessand yes, reconnections R us03:12
=== mvo [~egon@ip181.135.1511I-CUD12K-01.ish.de] has joined #launchpad
lifelesselmo - ping03:36
lifelessthe importd machines need to be able to talk to https://docteam.ubuntu.com please03:37
kikoniemeyer, interesting -- he says we can't do anything from brasilia. snif03:42
niemeyerkiko: No problems..03:44
niemeyerkiko: Thanks for trying03:44
niemeyerkiko: I'll just go through the normal procedure..03:44
elmocrap, all of them?03:46
elmolifeless: ^--03:47
lifelesselmo: please, I don't know which one the job will land on :)03:49
elmohum, I need a better way to handling this routing crap03:50
elmodoing nayway03:51
niemeyermvo: Greetings!03:51
niemeyerlifeless: Have we met at Laura's place during EuroPython, or perhaps was someone else?03:52
mvohey niemeyer 03:52
lifelesssomeone else I think03:52
lifelessI'm Robert Collins fwiw03:52
niemeyerYes, I thought that was the name of the guy, but I'm pretty bad at names, so that's expected. :))03:53
niemeyerlifeless: Nice to meet you, anyway.. ;)03:53
kikoniemeyer, you /did/ meet him last week but whatever ;-)03:54
niemeyerkiko: Ah, so I'm even worse than I thought.03:54
niemeyerI think the guy is "Rob Collins" as well..03:57
SteveAthere was another "rob collins" at europython03:57
niemeyerSteveA: Ah, good.. so I'm not that crazy :)03:58
kikoniemeyer, I'd suggest going to get your visa asap from what my agent is telling me :-(04:01
elmolifeless: done04:01
lifelesselmo: thanks, now it barfs on the server cert04:02
lifelessddaa - what did you come up with that04:02
niemeyerkiko: What is he telling you?04:02
niemeyer*fear*04:02
elmolifeless: err, seriously? it's valid, just self-signed04:03
lifelesselmo: bah, can we *please* have en_AU.UTF-8 on the machines, its such a nuisance having to keep setting LANG on machine*04:03
kikothat they are only booking visa interviews for late-september :-(04:03
elmolifeless: dude, you can fix your .ssh/config not send LANG :P04:03
lifelesselmo: yes, svn complains and we need to accept it outside the cscvs code04:03
elmoI can't imagine it'll be the only self-signed svn repo tho?04:04
lifelessits not, we've hit this before04:04
lifelessssh in, svn ls it, accept permanently.04:04
kikoniemeyer, sorry for not having better news04:06
niemeyerkiko: No problems.. and thanks for checking it. It's just unfortunate that I won't be able to attend what was planned, but we may certainly rearrange it for later on.04:07
kikoyeah.04:08
kikoI'm talking to mdz, so get the visa interview booked and meanwhile we'll work on dates04:08
=== hno73 [~henrik@henrik.gotadsl.co.uk] has joined #launchpad
niemeyerkiko: Will do that04:08
salgadompt, ping04:12
sivangguys, you've proably thought about it04:12
sivanglaunchpad so totally could be used to manage documentation :)04:13
sivangare there any takes in that direction?04:13
sivangniemeyer: lifeless has a french dictionary dedicated to him :)04:14
morgsheh, I read that as "launchpad so totally could use some manageable documentation"...04:14
lifelessddping04:14
sivangmorgs: that as well :)04:18
lifelesselmo - thanks04:20
carlosjordi, did you see your email already?04:24
carlosjordi, I think you will need to update your filters :-)04:24
=== sabdfl [~mark@200-171-140-32.dsl.telesp.net.br] has joined #launchpad
morgsSteveA, thanks for your mail, but it's not the filename that's the problem, it's unicode text in the actual RDF content. I've mailed you a better traceback...04:32
sivangcarlos: now that I am the admin, can I make others admin, or demote them?04:35
sivangcarlos: (for the hebrew translation team)04:36
sabdfljamesh: ping!04:36
sivanghey sabdfl , what's up?04:36
sabdflsivang: i'm lovin brazil04:36
kikoheh04:37
sabdflthe sunshine and the work... very few distractions in sao carlos ;-)04:37
sivangsabdfl: yeah, you told me. to be frank, if to judge by what my brazillian freinds tell me (one of them in Sao Paolo) I'd love it too :)04:37
sabdflsivang: do you like the way LP is coming along?04:37
sivangsabdfl: very very much04:37
carlossivang, yes, that's why I set you as an admin04:38
sivangsabdfl: it's has become blazingly fast, and very sexy UI wise04:38
sabdflwe're very close to a rosetta 1.0 now04:38
carlossabdfl, near 10000 pofiles to go04:38
carlos;-)04:38
sivangsabdfl: however, I feel like I can't grasp all of it's capabilites. I think some documentation would be in place :)04:39
sivangsabdfl: when you see how many subsections and optins is presents, you might get the feeling "Hmmm, I wonder what I'm missing here and there" 04:39
jameshsabdfl: pong04:40
sabdfljamesh: can you see http://lpwiki.async.com.br/TranslationCoverageMap from there?04:40
jameshsabdfl: nope.  that URL doesn't work outside of Async04:40
sabdflok04:41
sabdfli'll mail it to you04:41
sabdflit's just for fun04:42
sivangsabdfl: sorry if this sounds a bit ungreatful ;-) , but it would be pitty to have people use only half of it's capabilities out of plain unawareness04:42
sabdflthe short-short version is that someone who knows LP and SVG could do cool world maps showing translation coverage of anything that supports rosettastats...04:42
sabdflsivang: that's what TotalExposure is about (spec in LP wiki)04:42
sabdflto make sure that you can see and manipulate everything that is actually in LP04:43
sabdflwe aren't quite there yet04:43
sabdflbut it's improved a lot in the last month04:43
sabdflthere are links to most of the things you can currently do04:43
mdkespiv, around?04:43
=== lamont [~lamont@15.238.5.30] has joined #launchpad
jameshsabdfl: probably wouldn't be too difficult -- it could be done with an essentially static SVG, and substituting in a few values04:44
spivmdke: Yeah.04:44
sabdfljamesh: that's the sort of thing that you might know that I certainly wouldn't ;-)04:45
mdkespiv, i wanted to ask a few questions about how launchpad autentication works... have you got time?04:45
jameshsabdfl: it might even be possible to do it with TAL :)04:45
spivSure.04:45
sabdfljamesh: i'll put it in your queue, feel free to ignore it unless you have a moment of inspiration04:45
sabdflTAL ???04:45
jameshSVG is XML04:45
sabdflholy shit, you could, couldn't you04:46
spivjamesh: You're a bad man :)04:46
mdkespiv, would you join #miz?04:46
sabdflIRosettaStats/@@+worldmap04:46
jameshwe generate the registry RDF using TAL04:46
morgswe do indeed :)04:46
SteveAmorgs: okay, look forward to receiving the email04:47
=== Virtuall [~virtuall@who.is.virtuall.info] has joined #launchpad
sivangRDF is resource description framework by w3c?04:48
jameshyes04:48
sivangjamesh: thx04:48
jameshsivang: e.g. https://launchpad.net/products/launchpad/+rdf04:49
sivangjamesh: 500 Internal Server Error04:50
jameshlooks broken :(04:50
morgssivang, yes, working on that one.04:50
morgsUnicode problems.04:50
sivangjamesh: products is for packages right? or for upstream projects?04:51
morgsTry https://launchpad.net/products/apt/+rdf04:51
sivangmorgs: got an XML file04:51
morgssivang, we have all three...04:51
morgssivang, it's based on DOAP (description of a project).04:51
sivangmorgs: nice, so that's an export of a piece of info launchpad has04:52
sivangmorgs: yes, I've used it already :)04:52
jameshmorgs: is there a plan to provide real DOAP files too?04:52
jamesh(I realise that they wouldn't contain all the info found in the existing RDF)04:52
morgsjamesh, we could certainly do that. However we would want to encourage our format...04:53
salgadojamesh, I wonder if you'll have some time to review my foaf-menus branch today. it should be pretty easy to review, and that changes are kind of blocking me.04:54
morgsperhaps we would allow easy importing of Launchpad RDF so people could suck entire projects into Launchpad, but provide some sort of DOAP-to-LP RDF translation thing...04:54
jameshsalgado: probably not today (it's almost 11pm).  I'll get onto it tomorrow morning though.04:55
salgadojamesh, cool. thanks04:56
jameshI don't want to stay on Brazil time ...04:56
SteveAmorgs: ping05:01
morgsSteveA, hi05:02
SteveAmorgs: try adding request.response.setCharset('utf-8')05:02
morgsSteveA, ok, I'll try that now05:02
morgsSteveA, nope, still get the error05:05
SteveAok05:05
SteveAmorgs: i will debug further05:06
morgsSteveA, thanks.05:07
salgadompt, ping, ping!05:19
morgsSteveA, if I *remove* the request.response.setHeader('content-type', 'application/rdf+xml') then the RDF dump works. So it seems that mime type forces ascii...05:19
SteveAinteresting05:20
mptsalgado: ponggggggggggggggg05:20
lifelessmorgs: ewww, that sucks.05:21
SteveAmorgs: did you put the 'setCharset' before or after setting the header?05:21
jameshmorgs: try "application/rdf+xml;charset=UTF-8" ?05:21
mptyes05:22
morgsapplication/rdf+xml, the mime type for... people with ascii names!05:22
morgsSteveA, yes.05:22
SteveAmorgs: did you put the 'setCharset' before or after setting the header?05:22
dilysMerge to rocketfuel@canonical.com/launchpad--devel--0: [trivial]  More lintage silencing (patch-2216: christian.reis@canonical.com)05:22
SteveAjamesh: that was going to be my next suggestion to morgs05:22
morgsSteveA, sorry, first after, then tried before.05:22
SteveAand it failed in both places?05:23
morgsSteveA, yes.05:23
SteveAokay05:23
SteveAtry what jamesh just said05:23
SteveAif that doesn't work, we have a deeper problem05:23
morgsjamesh, SteveA: that failed too.05:23
SteveAokay05:24
salgadompt, heh. I just wrote the page to add/edit wikinames, and I'm going to use something similar for IRC details, so it'd be good if you have 2 minutes just to tell me what needs to be fixed, before I write the IRC details page05:24
SteveAdeeper problem05:24
SteveAi'm in the tracebacks05:24
salgadompt, this is the URL: http://192.168.99.7:8086/people/name16/+editwikinames05:24
mptsalgado: "Wiki base URL:"05:25
mptsalgado: Try a table with one row for each wiki name05:26
mptand one row for adding a new one05:26
salgadompt, you mean, the URL and the name in the same row?05:27
mptyes05:27
mptWiki base URL:          Name:05:27
mpt[                ]  [            ]  [/]  Remove05:27
mptok?05:27
=== mpt has to go for lunch and money
salgadooh, with the text entries in a separate row. I'll try05:28
mptcool05:28
salgadompt, still here or already left?05:30
=== Seveaz [~seveas@seveas.demon.nl] has joined #launchpad
=== Seveaz is now known as Seveas
=== ddaa [~ddaa@ordo.xlii.org] has joined #launchpad
lifelessddaa - svn memory errors - spiv has put a dump of the twisted svn repo on chinstrap so that we can reproduce the failure more quickly and easily. this is affecting ope3 + twisted, probably a comes straight after samba import support.06:04
lifelessI'm working on the samba failure, I think I know the cause.06:04
ddaaCool.06:06
ddaaHere, the next thing on the pipe should be updating importd for archivelocation06:07
ddaalifeless: I'm pondering blogging about tomlord's troll, that would be fun, but that might not be wise... not sure..06:08
lifelessmark has changed the baz bzr migrastion strategy.06:09
lifelesscurrent plan is to:06:10
lifeless * get samba using bzr asap.06:10
lifeless * get rocketfuel development on bzr asap06:10
lifelessthen start chewing through the features needed for a 'general' release - a 2.0 release of bazaar06:10
dilysMerge to rocketfuel@canonical.com/launchpad--devel--0: [r=jamesh]  fixing bugs #1496 and #1613, better encoding handling and subkey signatures support. (patch-2217: celso.providelo@canonical.com)06:15
=== robitaille [~daniel@d154-5-117-228.bchsia.telus.net] has joined #launchpad
lifelessddaa - todo for you as soon as we have locations stuff working. 06:32
lifeless    *06:32
lifeless      Revision.owner ArchUserId.person. Unfortunately, none of the existing rows in the database actually has a corresponding entry in ArchUserId. This is a problem because we want to set Revision.owner to NOT NULL. We need to fix taxi to set this, then run a taxi run to correct it. This is a TODO for DavidAllouche06:32
=== SnakeBite [~SnakeBite@84.242.143.64] has joined #launchpad
lifelessthats high priority too - it blocks the BranchDataStorage spec.06:33
lifelesswe'll need to scan every outstanding revision we publish06:33
lifeless... or set them all to importd as we know thats what they are at the moment ;)06:33
ddaalifeless: please drop me an email06:37
lifelessddaa - its on the wiki page, which will be synced up to the dc after the sprint. (we have a local editable copy cause the intrawbe wasn't)06:37
ddaathen, please drop me an email with a pointer to the wiki page :)06:38
lifelessirssi doesn't seem to support that ;)06:38
=== ddaa goes for a snack
ddaaI guess that would be a dubious enough reason for the company to fork irssi :)06:47
cprovlifeless: could you cherrypicky patch-2217 in production  ?06:54
lifelessstub: ^^07:00
mptsalgado: I'm back07:01
mptsalgado: I had an interesting lunch, you should have been there07:01
salgadompt, next time I will. :)07:01
kikohe was there07:01
salgadompt, can you take a look at it again?07:01
kikohey, let's go to the gym07:02
mptsalgado:07:03
mpt1. replace all the "Change" buttons with a single "Save Changes" button right at the bottom of the form07:04
mpt2. Replace the "Remove" buttons with a checkbox, so I can remove more than one in a single submission07:04
mpt(that's not very likely here, but it will be consistent with removing multiple support sources in LaunchpadIntegrationHelpPages, and other places)07:04
mpt3. Put the fields for a new wiki name on a single line, like the fields for an existing one07:05
mpt4. "i.e." means "that is". You meant "e.g.", which means "for example".07:06
mptBut just say "Example:" instead.07:06
mpt5. It's https://wiki.ubuntu.com/ not http://wiki.ubuntu.com/07:06
mpt6. Put the help text under the control, not above it07:06
mpt... Other than that, it's excellent ;-)07:07
salgadompt, so, one "Save Changes" button and another "Add" one?07:08
mptsalgado: No, sorry, I should have mentioned that "Save Changes" replaces "Add" as well07:09
stubcprov: Please email cherry pick requests so they don't get lost07:10
cprovstub: already done ;), you're right 07:10
salgadompt, ok. one last question. how do I put some space between the table rows? 07:19
dilysMerge to rocketfuel@canonical.com/launchpad--devel--0: [r=SteveA]  fix search breakage (patch-2218: brad.bollenbach@canonical.com)07:21
salgadompt, also, should I have the headers (Wiki, WikiName and Remove) on each row or should they be the table headers?07:21
mptsalgado: There is no good way currently, though a hack would be to add style="margin-bottom: 0.5em;" to one of the controls in each row07:22
mptthe headers should be table headers, yes07:22
bradbstub, lifeless: cherry pickers, can you please cherry pick patch-2218?07:23
salgadompt, great. would you mind having a last look?07:24
stubbradb: Email07:26
bradbstub: ok, thanks07:26
SteveAscrew staging, let's just cherry pick from now on07:26
mptsalgado: Much improved, thanks, but still some way to go07:26
mptsalgado: 4. But just say "Example:" instead of "e.g."07:27
mpt7. "Remove" should be the label for each checkbox, not a header07:27
salgadothen no header for the third column?07:28
mptcorrect07:28
mpt8. The fields for a new wiki name should line up with the fields for existing wiki names. This means the "Existing wiki names" and "New wiki name" headings need to be inside <tr><td colspan="2">07:29
salgadowhy not use a "Remove" button instead of a checkbox, then? I don't think we'll have people wanting to remove multiple wikinames at the same time as a common use case07:29
SteveAsalgado, mpt: you're like 7 feet from each other07:29
mptsalgado: (14:04:55) <mpt> (that's not very likely here, but it will be consistent with removing multiple support sources in LaunchpadIntegrationHelpPages, and other places)07:31
mptbut make it a submit button if you feel strongly about it07:31
mptI don't (feel strongly about it)07:31
kikoI don't either07:33
mptthanks for that kiko07:33
=== SnakeBite [~SnakeBite@84.242.143.64] has joined #launchpad
sivangmpt: would be cool to se launchpad integration pages when they are ready07:55
mptI'm supposed to write them?07:56
=== mpt cries
sivangI can help out if you'd like :)... (Who needs sleep)07:58
sivangmpt: btw, where can I see LaunchpadIntegrationHelpPages spec? 07:59
mptWell, we need some sort of text answering the question "What the smeg does 'Translate This Application' mean?"07:59
kikowhat's smeg?08:00
mptsivang: Due to Brazil's Internet being teh suck, the LaunchpadIntegrationHelpPages spec is currently on a copy of the wiki that's not accessible outside Sao Carlos08:00
mptThat should be fixed next week08:00
sivangmpt: ah right, jamesh mentioned that, I didn't know this spec is also part of it08:02
sivangmpt: he said the he "awaits the return of the wiki from brazil" :)08:02
mptkiko: It's an empty epithet, like "what the heck" or "what the hell"08:03
SteveA"Anticipation of a new Wiki's arrival"08:05
jordicarlos: OMFG DUDE08:06
jordi3500 emails in my inbox08:06
jordiok, gimme your procmail line08:06
sivangjordi: you need the fire department08:06
carlosjordi, welcome to the Rosetta team!08:06
jordicarlos: thanks for this AWESOME welcome party!08:06
kikowelcome to launchpad-errors08:06
carlosjordi, just filter on the 'From:' looking for 'Rosetta SWAT Team'08:07
jordinod08:07
carlosjordi, you will get 12000 more between today and tomorrow08:07
carlosso be prepared08:08
jordicarlos: grrrrreat! :)08:08
sivangcarlos: are they machine generated?08:08
jordiI badly need  my canonnical account08:08
jordiso08:08
jordiI mailed my contract.08:08
jordiAnd today, I was waling down the street, and realised I never said what country in the envoelope.08:09
jordiIe, I sent a letter to "Isle of Man, Planet Earth"08:09
carlossivang, yes08:10
carlosjordi, Isle of Man is a country on itself08:10
carlosjordi, like Andorra08:10
jordiSo I had to print it again and resend it this evening08:10
jordicarlos: really?08:10
jordicarlos: rlol08:10
=== mpool [~mbp@ozlabs.org] has joined #launchpad
carlossivang, is the confirmation email we sent every time a .po file is imported into Rosetta08:10
jordiok, then ithe first one will get there, the second will get lost. W:P08:10
carlossivang, but for every single .po file we have in breezy08:10
jordiI thought it was somewhere in England for some reason.08:10
carlosjordi, :-P08:11
sivangjordi: the streets names are also funny :)08:11
sivangcarlos: so why don't you hold some of those emails, after all this is probably the result of the auto merge of the po files no?08:13
sivangcarlos: maybe you can email only if some error occurs08:13
sivangetc..08:13
carlossivang, yeah, but when I wrote that code I forgot to disable the success notification to the admins08:16
carlossivang, and it's not trivial move a patch into production, we have a procedure that must be followed08:16
carlossivang, so it's easier to just receive them and fix later so we don't get the spam again with next release import08:16
sivangcarlos: I see :) got your point08:18
sivangcarlos: well, jordi can just procmail them or something 08:18
jordicarlos: 08:18
jordi:0:08:19
jordi* ^From: Rosetta SWAT Team.*08:19
jordicanonical/rosetta-swat08:19
jordidoes this souind good?08:19
sivanglooks good to me :)08:19
sivangjust make sure you empty the folder on your mail server :)08:19
jordigood :)08:19
carlosjordi, I know 0 bits about procmail ;-)08:20
jordiit works08:20
jordi-rw-------  1 jordi jordi 8902 2005-08-03 20:20 rosetta-swat08:20
jordicarlos: evolution sissy08:20
sivangjordi: you don't need to know too much to make some rules, if you follow made ones08:21
jordinow, how to move those to the new folder08:22
jordisivang: I know a bit of procmail08:22
jordiI was just checking 08:22
jordiI've fucked up annd lost mail in the past08:22
sivanghehe08:22
carlosjordi, or missed other emails.....08:24
carlos:-)08:24
mptsalgado: beautiful08:25
jordicadude08:25
jordidon't talk about that again huh08:25
salgadompt, what? the last version?08:25
mptsalgado: I just reloaded08:27
salgadompt, cool. thanks for the help, btw. ;)08:31
carlosjordi, btw, seems like zope was imported already08:40
=== tav [~tav@p54BD7495.dip.t-dialin.net] has joined #launchpad
carlosjordi, and SteveA tells me that they are going to use Rosetta officially to do translations08:40
carlosjordi, did you mail them already?08:40
SteveAjordi: philiKON is the zope3 guy08:40
tavSteveA: nice work baby08:41
SteveAhi tav08:41
SteveAdidn't see you in the house08:41
tavjust came in08:41
jordicarlos: no, not yet08:41
tavso, this be the project you've been working on?08:41
SteveA... to see what condition my condition was in08:41
jordiphiliKON: hello!08:41
SteveAtav: yes, me and a group of 15 or so others08:42
jordicarlos: I was waiting for the import, as we saw it's apparently common to include en.po with zope08:42
tavcoolios08:42
jordiI could alssk that when the import qwas done anyway08:42
SteveAin berlin still ?08:43
carlosjordi, do you know that your are sending weird characters from time to time?08:43
jordino, I didn't know08:44
jordibadly encoded utf-8?08:44
jordihas it happened lately?08:44
carlosjordi, seems like that08:44
lifelessI think its a terminal config08:44
SteveAlifeless says that your terminal needs to be configured better08:44
lifelessnot utf8 per se08:44
jordimy terminal...08:45
jordihm08:45
carlosjordi, or your shell should be changed to bash :-)08:45
mptjordi: "I could als[007F] [007F] sk that when the import qwas done anyway"08:45
=== jordi takes the opportunity to get rid of @euro in his locale,to begin with.
tavSteveA: yup. well, been flitting between london/berlin. and now at the espian summer camp, just north of berlin08:46
jordioh, you mean on IRC?08:46
jordidamn08:46
jordiI thought you meant e-mail08:46
tavSteveA: you around this part of the world at all?08:47
jordimpt: could be irssi or ncurses bug though08:48
SteveAtav: today, i'm in brazil08:49
tavi noticed08:49
=== mp [horpah@hell.org.pl] has joined #launchpad
kikohttps://launchpad.net/malone/bugtrackers/ubuntu-bugzilla/+edit08:52
=== srichter [~srichter@c-65-96-179-50.hsd1.ma.comcast.net] has joined #launchpad
srichterstub: how can I add someone to our translator group?09:07
srichterI thought philiKON set me up for this09:07
carlossrichter, by default anyone is able to translate in any product09:09
carlossrichter, if you want to restrict who can translate to get some extra QA09:09
srichtermmh, I remember that philiKON has to add people to our group in order for them to translate soemthing09:09
carloshmmm09:09
carlosnot as far as I know09:09
carlossrichter, we only have Ubuntu translation team and the GNOME one09:09
carlossrichter, you can choose one of them (usually, Ubuntu team is a good idea)09:10
carlosso they need to join normal teams09:10
srichterthe owner of the zope template for Zope 3.1 is "Zope 3 developers"09:10
carlosand be accepted by the coordinator09:10
carlossrichter, that's to upload new .pot files09:10
carlossrichter, is not related with the translations into other languages09:10
srichterok, I just need to be able to sign up new people :-)09:11
carlossrichter, so you need admin rights on the zope3-dev team09:11
carlossrichter, ask philiKON to give you them09:11
srichterhe is not around :-)09:11
srichtercan you set me up so I can help people?09:12
SteveAsorry dude, no can do09:13
SteveAit'd be the start of a slippery slope ;-)09:13
srichterok09:14
carlossrichter, I doubt he will be offline too much time :-)09:15
=== Burgundavia [~corey@S0106000000cc07fc.gv.shawcable.net] has joined #launchpad
=== srichter [~srichter@c-65-96-179-50.hsd1.ma.comcast.net] has left #launchpad ["Konversation]
kikohey sr09:37
cprovmpt: any news about AutoBuildUserInterface spec ? 09:46
dilysMerge to rocketfuel@canonical.com/launchpad--devel--0: [trivial]  Fix my email addresses (patch-2219: stuart.bishop@canonical.com)09:57
mptcprov: It's still in my pile, sorry10:00
mptbut my pile is shrinking, really it is10:00
jordicarlos: ok, got the log. will add ASAP10:05
jordi(not now, I'm in the middle of cooking=10:05
carlosjordi, sure10:06
jordicarlos: 10:06
jordiso what if a product doesn't want to use GNOME or Ubuntu teams, but their own, restricted team?10:07
jordiIs that going to be common?10:07
carlosjordi, mark said that he wants to encorage the use of Ubuntu teams10:09
carlosjordi, so if they have an unavoidable issue and need their own team, tell me about it and we will see what would we do.10:09
=== Burgundavia [~corey@S0106000000cc07fc.gv.shawcable.net] has joined #launchpad
=== sabdfl [~mark@sabdfl.silver.supporter.pdpc] has joined #launchpad
=== hno73 [~henrik@henrik.gotadsl.co.uk] has joined #launchpad
=== BjornT [~bjorn@200-171-140-32.dsl.telesp.net.br] has joined #launchpad
=== stub [~stub@200-171-140-32.dsl.telesp.net.br] has joined #launchpad
=== Mez [~Mez@cpc2-lich4-3-0-cust115.brhm.cable.ntl.com] has joined #launchpad
=== sivang [~sivang@box79162.elkhouse.de] has joined #launchpad
dilysMerge to rocketfuel@canonical.com/cscvs--devel--1.0: r=jamesh finally land outstanding cscvs improvements (patch-102: robert.collins@canonical.com, david.allouche@canonical.com, colin.watson@canonical.com)10:13
=== Luciph3r [~Luciph3r@xd-85-20-0-162.rm2.albacom.net] has joined #launchpad
Luciph3rhola people10:41
SteveAsveikas10:44
jordicarlos: ok.10:53
dilysMerge to rocketfuel@canonical.com/launchpad--devel--0: [r=bradb, trivial]  fixes to product series presentation to make ddaa happy, and style for <kbd> to make stub happy (patch-2220: mpt@canonical.com)10:54
ddaathanks mpt10:55
mptyw10:55
mptddaa: In return, can you fix the bug that's stopping the ubuntu-doc SVN import? :-)11:02
ddaaI'll have a look. But lifeless is the only man on earth to know cscvs' SVN import code.11:03
mptThat's odd, he said it was your job ...11:03
ddaaUnless it's really trivial, I cannot do anything.11:03
ddaaMy job with SVN imports is to fix trivial stuff, and punt the rest to him.11:04
ddaaUntil I have time to catch up on this part of the code.11:04
ddaaNah... not trivial...11:04
ddaalifeless: ^^11:05
ddaahttps://macquarie.warthogs.hbd.com/roomba/status/ubuntu-doc-main/events/41/log11:05
lifelessddaa: I think with me beingout of action for another 2.5 eeks that you can tackle bigger things11:05
lifelessthe svn code is really straight forward.11:05
lifelessits just hat svn is a biatch :)11:06
ddaalifeless: I might, if you and mark stop dropping "high priority urgent business plan blockers, please have it coded for yesterday" tasks on me.11:07
ddaaI guess I should take that as something positive :)11:07
lifelessthe bug mpt has is a blocker for samba ;)11:08
mptYou're vital to the world domination plan, ddaa11:08
lifelessand yes, you should11:08
mptMore importantly than samba, it's a blocker for ubuntu-doc!!!11:08
mptok, I kid11:08
ddaampt: there's a couple of BLOCKER tasks in my pipe, I'll look at the issue when I'm done with those. Sorry to say that, but do not expect anything before next week.11:09
mptok, ta11:09
mptSteveA: Where's the prototype code?11:55
kikompt, can you talk to sladen>11:59
kiko?11:59
kikosladen?11:59
kikohe's the initial culprit11:59
sladenkiko: yup11:59
mptsladen: Do you have your code handy for the Google-Suggest-style control?11:59
sladenmpt, kiko: I'll find it for you11:59
mptta12:00
sladenmpt: half of it might be on a wiki page I can't get to any more12:00
mptsladen: You mean <https://wiki.launchpad.canonical.com/SuggestionSearchControl> ?12:01
mptthat's publicf12:02
mpt-f12:02
dilysMerge to rocketfuel@canonical.com/zope--test--3.0: merge from stub some undescribed thing with no commit message (patch-17: stuart.bishop@canonical.com)12:06

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!