[12:03] I assume it didn't happen yet then? [12:03] hmm. no. grumble. === WaterSevenUb [n=WaterSev@bl5-44-46.dsl.telepac.pt] has joined #launchpad === stub [n=stub@203.214.4.72] has joined #launchpad [01:28] kiko-zzz: landing page looks excellent === robitaille [n=robitail@d154-5-117-228.bchsia.telus.net] has joined #launchpad === chrish01 is now known as chris|out [03:13] mdz: wasn't sure you cared or not, but I found a laptop that failed the livecd tets. [03:13] jblack: please file a bug report with casper.log, xorg.conf and Xorg.0.log [03:13] er, casper/post.log [03:14] Package: xserver-xorg === Nafallo_ [i=nafallo@unaffiliated/nafallo] has joined #launchpad === Nafallo_ is now known as Nafallo === jblack burns another livecd === robitaille [n=robitail@d154-5-117-228.bchsia.telus.net] has joined #launchpad === Burgundavia [n=corey@S0106000000cc07fc.gv.shawcable.net] has joined #launchpad === Nafallo [i=nafallo@c-459571d5.07-44-73746f50.cust.bredbandsbolaget.se] has joined #launchpad === kiko-zzz [n=kiko@200-171-140-32.dsl.telesp.net.br] has joined #launchpad === robitaille [n=robitail@d154-5-117-228.bchsia.telus.net] has joined #launchpad === _Rappy_ [n=hunt-pre@dsl-253-122.monet.no] has joined #launchpad [08:08] stub: ping? [08:24] where is the canonical wiki again? [08:24] it's all private [08:24] not anymore [08:25] sorry, the lp wiki [08:25] yes it is [08:25] right [08:25] it was merged into th ubuntu wiki [08:25] nope, that was the UDU wiki [08:26] this one? https://wiki.launchpad.canonical.com/ [08:26] robitaille, cheers [08:37] feedback? https://wiki.launchpad.canonical.com/RequestingPackages [08:43] spiv: pong [08:44] stub: I was wondering if there was any particular reason that sqlbase.quote (and by extension, sqlbase.sqlvalues) doesn't encode unicode objects to utf-8? [08:44] Because it would be convenient for me if it did, and it's a trivial change. [08:44] spiv: Because the entire query needs to be encoded into UTF8, not just the arguments [08:45] The query is a Unicode string and you can't interpolate UTF8 sequences into the middle of it [08:45] Hmm. [08:46] Ok. Thanks. [08:47] canonical.database.sqlbase.quote() isn't really necessary -- sqlobject.sqlrepr() should work fine in all cases [08:49] canonical.database.sqlbase.sqlvalues you mean? [08:49] no [08:50] the one for quoting a single ar [08:50] g [08:51] Just seems like a more complicated to use quote, since you seem to need to pass in the database [08:54] (And we should insulate ourselves from sqlobject where possible to make it easier to cope with upstream changes, such as if they break Unicode support more than they already have) [08:56] hmm [08:57] Hmm, I can't use sqlvalues for the authserver, which is a shame. Well, I can manually encode arguments that need it, but that sort of manipulation is what sqlvalues is supposed to avoid. I guess I could do transaction.execute(("SQL ..." % sqlvalues(...)).encode('utf-8')), but that's ugly and awkward too. [08:57] it might make sense to use SQLBase._connection.sqlrepr() (which takes one arg) instead of the function version (which takes a second arg) [08:57] spiv: But that is the correct way of doing it [08:58] Yep. Doesn't stop it from being ugly ;) [08:58] You could also fix twisted ;) [08:58] I don't think modelling Unicode support after PHP is a particularly brilliant idea ;) [08:59] The current way I have it (not using sqlvalues, and doing transaction.execute("SQL ..." % (quote(x), utf8quote(y))) ) works ok, but it would be nice to use sqlvalues to be consisten. [08:59] consistent, rather. [09:00] stub: Or you could fix psycopg to deal with unicode query strings ;) [09:01] spiv: You are overestimating my C skills I'm afraid [09:01] (psycopg2 does I believe, but no idea if there is a reason why it hasn't been fixed in psycopg1) [09:03] Oh... they did fix it, for some values of 'fixed'. It now reports a type error instead of dumping core. [09:04] It worth wrapping our cursor objects with something Unicode aware? Or just put up with ugly code for a couple more months. [09:05] Garh.... my mock objects are mocking me! [09:05] Just put up with ugly code, I think. [09:06] On the scale of "annoying" to "ugly", it's merely at the "annoying" end :) [09:08] if we edited site.py to set the default encoding to UTF-8 rather than ASCII, I'm sure some of this would start working magically [09:08] then C functions expecting a string would get the UTF-8 version of a unicode string [09:09] rather than the ASCII version (which might not be possible) [09:10] Editing site.py and changing the default encoding are both magical things I'm highly reluctant to do. === stub hopes James was being funny === Keybuk [n=scott@217.205.109.249] has joined #launchpad === stub [n=stub@203.214.4.72] has joined #launchpad === dand [n=dand@gw.datagroup.ro] has joined #launchpad === WaterSevenUb [n=WaterSev@bl5-220-198.dsl.telepac.pt] has joined #launchpad === stub [n=stub@203.214.4.72] has joined #launchpad [10:49] Morning [10:55] morning [10:59] SteveA: FYI, I'm rotating back toward brazillian time a little for the next few weeks to help with my interactions with celso [10:59] okay. any idea when celso gets back to brazil? [10:59] He should have landed yesterday [11:00] so, we might see him today [11:00] and I told him to make sure he rested and relaxed so that this morning he could be up and going on time [11:00] so yes, we should see him, I'd guess ca. 12:00 UTC [11:00] or earlier, if his clock hasn't adjusted :-/ === Kinnison grins [11:19] Any bzr peeps around? === Kinnison has a question about symlinks [11:19] lifeless added support the other day [11:21] Will bzr refuse to do much on a tree with "broken" symlinks? [11:21] I don't think it cares [11:21] Or rather will whatever bzr calls a 'tree lint' mind broken links? [11:21] cool, not caring is exactly the behaviour I want === sabdfl [n=mark@217.205.109.249] has joined #launchpad === Kinnison gets rest-breaked === ddaa [n=ddaa@ordo.xlii.org] has joined #launchpad [11:40] jordi, hi? === jinty [n=jinty@205.134.224.215] has joined #launchpad [12:00] elmo, i changed my LP email address on sat, but the ubuntu.com redirect hasn't changed yet, will it do so automagically or is there something I need to do? === Kinnison pokes the wiki [12:08] everyone gets @ubuntu.com forwarding now? [12:14] mdke: yup [12:17] jordi, where are those pots to be found? I couldn't see em in the list of translations for breezy [12:26] bob2, i think everyone approved in the Ubuntu Members LP group [12:36] jordi, i'm off for a bit, email is best for now :) === ddaa [n=ddaa@ordo.xlii.org] has left #launchpad [] === ddaa [n=ddaa@ordo.xlii.org] has joined #launchpad === spiv [n=andrew@adsl-66-203.swiftdsl.com.au] has joined #launchpad [01:22] Merge to rocketfuel@canonical.com/launchpad--devel--0: [trivial] improved warning output for warnings that occur in doctests. the now show the offending line of code. (patch-2389: steve.alexander@canonical.com) === stub [n=stub@203.214.4.72] has joined #launchpad === niemeyer [n=niemeyer@217.205.109.249] has joined #launchpad === terrex [n=terrex@84-122-83-29.onocable.ono.com] has joined #launchpad [01:46] SteveA: http://www.theregister.co.uk/2005/09/12/nad_grabbing_granny/ [01:46] SteveA: anyone you know? [01:47] no, but i'll certainly ask around === Kinnison sticks an initial BreezyDogfooding page on the wiki [01:49] SteveA: let me know what other areas you'd like covered on that page === cprov [n=cprov@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [01:57] Merge to rocketfuel@canonical.com/launchpad--devel--0: [trivial] made spec and ticket pages appear on the appropriate facet. (patch-2390: steve.alexander@canonical.com) === sabdfl delays the next trip out to vilnius === SteveA --> lunch === sumit [n=beamer30@59.144.168.66] has joined #launchpad [02:29] hi all === sumit [n=beamer30@59.144.168.66] has left #launchpad [] === sumit [n=beamer30@59.144.168.66] has joined #launchpad === sumit [n=beamer30@59.144.168.66] has left #launchpad [] === JanC [n=janc@lugwv/member/JanC] has joined #launchpad === salgado [n=salgado@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [02:58] SteveA, around? === gabriel [n=guest@200-171-140-32.dsl.telesp.net.br] has joined #launchpad === Virtuall[BZA] is now known as Virtuall === bradb [n=bradb@modemcable033.209-70-69.mc.videotron.ca] has joined #launchpad [03:22] morning [03:26] lifeless: ping === Virtuall is now known as Virtuall[BZA] === Virtuall[BZA] is now known as Virtuall [03:36] hey ho [03:36] hey gabriel === Alinux [n=Ubuntu@p54A38463.dip0.t-ipconnect.de] has joined #launchpad === mdke [n=matt@unaffiliated/mdke] has joined #launchpad [03:55] oi [03:55] kiko, me chamou [03:55] ? [03:57] salgado: hello [03:57] cprov: pong [03:58] hi SteveA. I was going to ask you about the virtual host for staging's shipit. but I found it [03:58] ok [03:58] is shipit working properly on staging? [03:59] yes, it is [04:05] is launchpad.net ok? [04:06] hmm, seems to be hung [04:06] lifeless: ping === WaterSevenUb [n=WaterSev@azevedo.astro.up.pt] has joined #launchpad [04:08] segfault: thanks. i'm talking to the sysadmins to find out what is wrong. === _elmo [n=james@217.205.109.249] has joined #launchpad [04:08] np === cprov [n=cprov@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [04:11] <_elmo> sorry, steve I'm not ignoring you, I just can't msg [04:16] ah, freenode messaging policy [04:16] there's always jabber [04:16] <_elmo> I've (temporarily) lost access to my home machine which has my ~/.gaim :( [04:17] darn [04:19] SteveA: you can tell freenode to accept msgs from unregistered users === bradb & # bbiab [04:31] SteveA: pong === jinty [n=jinty@205.134.224.215] has joined #launchpad === Seveas [n=seveas@seveas.demon.nl] has joined #launchpad [04:48] lifeless: I've "ping"ed you too, how is the review of my builddUI branch, any ETA ? [04:48] bradb: ping [04:50] cprov: I ponged you before :). [04:50] cprov: I'll look now === Kamion [n=cjwatson@83-216-156-196.colinw664.adsl.metronet.co.uk] has joined #launchpad [04:51] lifeless: sorry for the noise (hard day for me), thank you ... [04:52] sabdfl: yes? [04:52] kamion, bradb: i'm touching the debbugs import stuff again, and conscious that we don't have good tests of the code i wrote. would it be possible to create a small (4 or so bugs, with 20 or so messages in total) debbugs archive for testing purposes? [04:53] any particular focus? [04:53] should use names related to our current sampledata [04:53] so... [04:53] firefox [04:53] gnomebaker === sabdfl hunts [04:53] mozilla [04:53] pmount [04:54] so, say 3 bugs each on pmount, firefox, evolution [04:54] that's probably best [04:54] should include a few URL's in the emails [04:54] especially a few CVE url's [04:54] also a bugzilla, and a roundup reference if possible [04:55] perhaps a dup or two [04:55] so, a small subset of interesting debbugs functionality that you'd like to see mapped into malone [04:55] if you could let me have it, i'll do the mapping and then we can compare notes and see what the code missed :-) [04:55] thanks Kamion [04:55] I can't get you 'firefox' because it's still called mozilla-firefox in Debian [04:56] this will then become a set of formal tests for the code [04:56] maybe just mozilla-browser? [04:56] oh, we have that one too [04:56] ok [04:56] mozilla-firefox is fine [04:56] we also have "uberfrob" in the sampledata, fwiw, but i don't think it's published anywhere :-) [04:56] I'll tar up some bug data and send it off; where should I send it to? [04:57] me's fine. would it be a directory structure like the one we rsync from bugs.debian.org? [04:57] rsync -avzH bugs-mirror.debian.org::bts-spool-db db-h [04:57] rsync -avzH bugs-mirror.debian.org::bts-spool-archive archive [04:57] rsync -avzH bugs-mirror.debian.org::bts-spool-index index [04:57] that's what the script expects to have handy [04:58] I can certainly massage it into that structure [04:58] Kamion: over time, it would be handy to add tests to it, so send me everything needed to add future bugs and messages so we can test new features in the sync [04:59] I wasn't planning on doing any fancy scripting, just sucking bug data directly out of the spool [04:59] Kamion: that's probably fine [05:00] there's not much more fancy scripting that can be done anyway :-) [05:00] is it easy to add messages to existing bugs in the test set later? [05:00] i just want to be able to say "oh, we should be spotting this or that in the sync", then add a message as a test case [05:00] if you know the format, yes [05:00] Debbugs/Log.pm in debbugs has documentation of it [05:01] it'll just be appending to one of the .log files [05:01] ok, then i'm likely to call on you for that in future :-). anyhow, bradb will own this code, and the handover is part of the reason i'd like a good set of tests [05:01] ok === mpt [n=mpt@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [05:02] sabdfl: which bits of the index module do you actually use? [05:02] dunno [05:02] i just use the python interface, remember the one? [05:02] it in turn uses the perl bits, i think [05:03] just index.db then [05:04] Kamion: i do actually parse the emails too [05:06] the python module expects index.db to be at the root, and db-h to be a subdirectory below that [05:07] debzilla sets up symlinks into the rsynced trees for that [05:07] I figure you do too, if you already have an rsync setup going [05:10] yes === cprov -> lunch === Seveas [n=seveas@seveas.demon.nl] has joined #launchpad [05:20] SteveA, I have a 20line patch to make sure team owners can reassign their teams. can you review it for me? [05:20] salgado: yes [05:22] SteveA, https://chinstrap.ubuntu.com/~dsilvers/paste/filelaW75v.html [05:23] sabdfl: a lot of bugs seem to have CAN-* references but not actual cve.mitre.org URLs, FWIW [05:24] [15:09:22] < Treenaks> hm, mdke's announcement broke the launchpad? [05:24] what did I do? [05:25] for some reason, the launchpad servers were having problems. we're looking into what happened and why. [05:25] they're running again now [05:25] ok [05:25] salgado, can you create a shipit product in Launchpad? [05:25] as long as I didn't break anything [05:25] https://launchpad.net/products/shipit <-salgado [05:26] i don't think so. were you doing anything out of the ordinary? [05:26] kiko, you already created? [05:26] SteveA, nope, I posted an email asking for translation of products/ubuntu-doc [05:26] nope [05:26] salgado, that's a 404? [05:27] kiko, yes, that is [05:27] mdke: no harm in that then! that's what launchpad is for. [05:27] salgado, so do it :) [05:27] SteveA, on a lot of mailing lists :) maybe there was a fast response? [05:27] sabdfl: pong (/me reads scrollback) [05:27] i don't think this was a problem caused by having lots of users suddenly appearing [05:27] k [05:27] phew [05:28] bradb: getting the debbugs sync stuff ready to hand over, i need a mini debbugs archive for a test suite [05:28] mpt, shipit.staging.canonical.com -- can you make a list of UI issues you find so we can fix these before wednesday? [05:28] sabdfl: right, cool [05:31] kiko: When looking at the shippit.staging, I mistook 'PC' for 'CD' as was about to ask you what arch they were for. [05:33] kiko: Also, there are non-mac PowerPC systems out there. [05:33] jbailey, would "5 PC CDs" be more readable? [05:33] salgado: jbailey, I win! :-) [05:33] kiko: I guess so. Hard to repeat a first glance like I had before. [05:33] Or rather, can't be worse. =) [05:34] Or maybe have the traditional arch name in () beside it or something, I don't know. [05:35] jbailey, yeah, I told salgado the same. I'll list it as an issue to be solved. [05:35] Tx. =) [05:36] I'm curious ongoing about the ratio of amd64 to i386 ones, too. Looking in the newspapers, it looks like amd64 laptops are coming down lower than pentium4 ones. [05:36] the nice thing there is that that can be changed entirely through the UI. [05:36] Might be just a crazy back-to-school rush, though. === jbailey cuddles his ancient, heavy, pentium3 laptop. =) [05:37] The shipping information lists organisation but not my name. [05:37] we know your name, but it's a good point. [05:37] I'm guessing this is because it's pulled from LP, but it would be nice if it displayed it. [05:37] Does any country in the world other than the US have "States"? Province or Region might make a better default name. [05:38] in portuguese it's state too [05:38] the original text was State/Province/Region, I thought it was a bit too long [05:39] we could revert [05:39] Woohoo, failed. [05:39] heh [05:39] It pukes on my city name, Montrall [05:39] Err.. Montral [05:39] It says clearly what do to, but why? [05:40] because the shipping companies don't allow us to provide anything but ascii text. [05:40] jbailey, doesn't it says anything about the shipment companies restrictions? [05:40] salgado: Sure., but 'not understood' doesn't make sense to me. [05:41] It's easy enough, just a strange request. [05:41] can fix [05:41] Will people know what an ASCII is? [05:41] we give examples [05:41] it's hard to define it in any other way, isn't it? [05:41] I guess most people won't. that's why we give the example [05:42] salgado, I'm making a list of issues so we can fix all at once [05:42] Instead maybe say "Accents and other characters not found in the common English alphabet" [05:42] okidok [05:43] kiko, thanks. :) [05:44] Why do I hear Kinnison's voice in my head saying "cards not found in a standard 52 card deck..." [05:44] =) [05:44] heh [05:44] Oh, hey, I clearly don't read web pages. [05:45] There's a lovely explanation up top as to what PC, 64-bit PC and Mac mean. [05:45] nobody reads :) [05:46] The first rule of how people read on the web: they /don't/. === Virtuall is now known as Virtuall[BZA] === mpt [n=mpt@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [05:47] bradb: It's because it's usually repetitive and unintersting. [05:47] Yep, and due to the feeling of wasting time, when considering how much else out there is waiting to be read as well. [05:48] Hmm,I wonder if it's that or that I just don't care aout most of the information I read. [05:48] possibly both [05:48] mpt: Have you already fixed the "floating tabs" bug in one of your branches? [05:49] hmm, stra is Ostra? ;-) [05:49] bradb: No, I had a look at it while cleaning up the spec tracker, but couldn't figure out the problem [05:49] FWIW, what brought that to mind was that I got to the "Your current shipit request" and was scrolling down to see if there was anything else I needed to do. [05:49] mpt: ah, hm [05:49] bradb: I'll need to diff the patch levels mentioned in the bug report to see exactly what changed [05:49] It might be nice if it pointed that out somehow. [05:49] mpt: ok [05:50] It feels like this is a one last "are yousure>?" page. [05:50] (like I expect to find an "Ok" button next to the "cancel request" one) [05:54] kiko: Anything else you need done? [05:54] jbailey, no, that's great feedback. so this last comment is perhaps because we don't provide any "special" feedback that your order was successfully processed? [05:55] That could be it. [05:55] I'm thinking of the Avis screen where I have to confirm my registration details that I've entered. [05:55] will look into it; thanks. [05:55] yeah [05:55] It looks lovely aside from that. Cheers to no more yellow. =) === Belutz [n=Belutz@202.155.150.76] has joined #launchpad [05:56] hello [05:59] thanks jb [05:59] ailey [06:04] Merge to rocketfuel@canonical.com/launchpad--devel--0: Make sure team owners can reassign their own teams. r=SteveA (patch-2391: guilherme.salgado@canonical.com) === Burgundavia [n=corey@S0106000000cc07fc.gv.shawcable.net] has joined #launchpad [06:17] kiko, salgado: re shipit, if you submit an empty form, the error messages seems a bit misplaced. also, it says that post code is required, even though it's not. [06:17] sabdfl: ok, you have mail [06:20] BjornT, yeah, ideally the error messages showed up next to the fields, but it's a bit of work [06:20] BjornT, postcode is a bit delicate to get right [06:21] easier to say it's required [06:21] kiko: yeah, but why one message above the explanation of PC/64bit/Mac, and the rest below? [06:21] the one above just says that "something is wrong", right? [06:22] BjornT, if we put all messages together, close to the form information, there's the risk of the user not seeing that an error happened [06:24] kiko-fud, salgado: true, a general one on top is ok. but it seems more logical to put the other error message below "Shipping Adress" [06:25] kiko, mpt: can we grey out the "Custom" textboxes when "Standard" is selected? [06:26] BjornT, yes, that's something I discussed with kiko. the problem is that right now I have a single bucket with all error messages. I need to differentiate the errors in the address form and the one in the request [06:26] who made the person-index.pt changes? i got a ton of conflicts and want to know what got changed so i don't drop anything on the floor [06:28] sabdfl, I think I did it on saturday. the changes are to not display inactive memberships. but I also fixed the indentation through the whole file [06:28] salgado: ok, it's the indentation that naile dme i think [06:28] i'll find the inactive memberships change and make sure that is preserved [06:28] then i'll execute baz smash ... [06:38] BjornT: can you do a driveby review of a few 100 line of diff for me? [06:39] SteveA: sure [06:39] thanks [06:39] i'll mail it === cprov [n=cprov@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [06:45] SteveA: ping [06:45] hi cprov === Lovechild [n=dnielsen@0x50c71cc7.adsl-fixed.tele.dk] has joined #launchpad [07:09] SteveA: I wonder if you received my last email, I had email auth problems [07:11] cprov: how can i tell? i received the last email from you that i received. [07:12] SteveA: ehe, it was the answer of you review for test warning. it's easy, just say if you have any pending answer from me . [07:13] nope, don't have your answer [07:13] what happened to lp.encoding? [07:14] i see a lib/canonical/encoding.py [07:14] SteveA: Message-ID: <432594D0.4000500@gwyddion.com>, ok I'll resend [07:16] Merge to rocketfuel@canonical.com/launchpad--devel--0: [trivial] Fix https://launchpad.net/malone/bugs/2154 (patch-2392: guilherme.salgado@canonical.com) [07:17] SteveA: thanks. perfect :-) [07:17] baz should have some option to answer that question [07:17] i don't know if it does, but it should do [07:17] after all, it knows the answer [07:18] SteveA, btw, bjorn't threading patch is going stale pretty quickly.. [07:19] ah, that's right, we should have reviewed that one on friday.... SteveA, do you think you'll have time to review it today or tomorrow? [07:20] sure [07:20] lifeless, btw, do you know why your pending-reviews patch doesn't appear in pending-reviews? [07:20] ah, it's not against RF [07:21] SteveA: cool, i'll resolve the conflicts tonight [07:22] ok === SteveA talks about this baz use-case on #bzr [07:25] Kamion: SummaryMissing: test/db-h/94/308994.summary [07:26] it's not easy to translate..... *sigh* [07:30] kiko-afk: :) [07:30] SteveA: can you please check my question for you in the celso-review I just did ? [07:34] sabdfl: oh, sorry, I'm a complete moron and only sent the logs. will fix [07:34] Kamion: np [07:37] done [07:38] BjornT: how's the driveby review going? === Kamion [n=cjwatson@83-216-156-196.colinw664.adsl.metronet.co.uk] has left #launchpad [] [07:40] SteveA: doing it now [07:40] thanks [07:43] SteveA: thanks [07:43] SteveA: missed the bit on the docstring though :[ === bradb [n=bradb@modemcable033.209-70-69.mc.videotron.ca] has joined #launchpad [07:51] grumble. baz 1.4.2-1ubuntu1 has unaligned load/stores during its tests. [07:51] --> ftbfs on hppa [07:57] how does a cronscript know which user it is running as? [07:58] bradb: why does BugTaskSearchParams require a user? Surely it should be None by default? and just not see private bugtasks? [07:58] sabdfl: You'd have to ask kiko. :P But I'm not so sure that making it None by default is a good idea. [07:58] sabdfl: as in, which database user? [07:59] SteveA: yes [07:59] bradb: why not? [07:59] sabdfl: Because it might make it easy to forget to pass the user, and end up with strange, hard to explain bugs. [07:59] bradb: it would also not bite people who don't know what user their code is running as [07:59] sabdfl, isn't that a feature, though? [07:59] it could be made into a "marker" object by default, and raise an error saying that you need to pass the user, etc. [07:59] sabdfl: launchpad.conf has a section for each script [07:59] kiko-afk: no. [07:59] no user is no user [08:00] there is a 'dbuser' setting for each script [08:00] SteveA: that's fine, but how does the script itself know? [08:00] supply user=None if you don't have a valid user, sabdfl. [08:00] hmmm [08:00] so, for example, it can pass its user to fascist classes like BugTaskSearchParams [08:00] kiko: please make that a keyword with a default [08:01] well, tbh, I think that the reason it doesn't have a default is more because of the backend implementation (where you need to know what user it is) than because of BTSP itself. [08:01] we could default user=None and then assume you're running without being logged in. [08:02] I think that would make it easy to make unfortunate mistakes. [08:02] can't quite remember why I made it mandatory -- BjornT reviewed it and thought it was correct when he did. [08:02] well, apart from making it obvious to the callsite that the user specified has a lot of importance when using BTSP. [08:03] sabdfl: argument to initZopeless [08:03] ./cronscripts/buildd-queue-builder.py: tm = initZopeless(dbuser='fiera') [08:03] for example === sabdfl [n=mark@pdpc/supporter/silver/sabdfl] has left #launchpad [] [08:06] sabdfl: I don't understand: if you're writing code against the task search API, but with no idea what user you're supposed to be, how would you expect a sane result to be returned from the search? (e.g. one that searches all the bugs that it should for that user, no more and no less.) [08:06] sabdfl is gone, though. [08:07] oog === bradb reboots === bradb [n=bradb@modemcable033.209-70-69.mc.videotron.ca] has joined #launchpad === dand [n=dand@83.103.205.67] has joined #launchpad [08:29] failure === bradb [n=bradb@modemcable033.209-70-69.mc.videotron.ca] has joined #launchpad === Belutz [n=Belutz@202.155.150.76] has left #launchpad ["Leaving"] [09:28] Merge to rocketfuel@canonical.com/launchpad--devel--0: r=bjornt plus some [trivial] extra refactorings. more consistent facet menus across the whole of launchpad. improvements in the API. (patch-2393: steve.alexander@canonical.com) === mpt [n=mpt@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [09:42] kiko: If "This source package is not published in The Breezy Badger Release", *should* it be translatable? If so, why? [09:43] the issue is that publishing and translation are completely separate workflows, right now [09:43] publishing depends on soyuz working [09:43] rosetta works today [09:43] uploads and downloads are done out of band [09:44] so... that's the reason why it should be translatable. [09:48] Really? [09:49] That sounds like the reason it is, not the reason it should be :-) [09:49] anyway [09:51] kiko: So will that change eventually? If so, I'll just tweak the explanation on the source package page to say "But you can still translate, report bugs", etc [09:55] it will change eventually -- when ubuntu runs off soyuz. [10:02] ok, reported bug 2234 === Seveas [n=seveas@seveas.demon.nl] has joined #launchpad [11:02] Merge to rocketfuel@canonical.com/launchpad--devel--0: [trivial, text and links r=kiko] (3rd time lucky?) LaunchpadIntegration pages cleanup (patch-2394: mpt@canonical.com) [11:02] finally [11:27] indeed === mdz [n=mdz@ca-studio-bsr1o-251.vnnyca.adelphia.net] has joined #launchpad [11:39] Merge to rocketfuel@canonical.com/launchpad--devel--0: [trivial] Fix for bug 1986: No way to get back to the list of Foo bugs from the task page; also adds a few traversal tests and other minor fixups (patch-2395: christian.reis@canonical.com) === mpt breaks shipit [11:57] is it possible to access the /errors page on staging? [11:58] I thought so === bradb wraps up a day of test suite debreakifying, later all === bradb [n=bradb@modemcable033.209-70-69.mc.videotron.ca] has left #launchpad [] === stub [n=stub@203.214.4.72] has joined #launchpad