[12:12] debonzi, the potato is cooking [12:32] kiko, I can see it === sabdfl [~mark@host217-37-231-28.in-addr.btopenworld.com] has joined #launchpad === stub [~zen@dialup-148.33.221.203.acc13-dryb-mel.comindico.com.au] has joined #launchpad [02:09] stub! [02:10] the etched database admin! [02:10] kiko: Morning [02:10] how's it going? === daf_ [daf@muse.19inch.net] has joined #launchpad [02:11] Good enough. Nice to be back home after that last hectic month in England :-) [02:11] england always figures as hectic in my diary === stub [~zen@c211-28-34-252.sunsh1.vic.optusnet.com.au] has joined #launchpad === justdave [~dave@24.247.63.44.gha.mi.chartermi.net] has joined #launchpad [06:06] !lilo:*! Hi all. Of possible interest to VoIP users: ##fwd (unofficial channel for Free World Dialup users and users of peered services) .... #voip (community VoIP efforts) .... thanks === Signon time : Sat Sep 11 00:00:35 2004 === Signoff time : Tue Sep 14 06:15:40 2004 === Total uptime : 3d 6h 15m 5s === [#canonical] Bad channel key === warthylog [~warthylog@port1845.ds1-khk.adsl.cybercity.dk] has joined #launchpad === Topic for #launchpad: how's england? wet but soon, I will go back to Wales and how will wales be? probably wet, too === Topic (#launchpad): set by kiko at Fri Aug 27 16:07:21 2004 === Signon time : Tue Sep 14 06:16:55 2004 === Signoff time : Tue Sep 14 06:17:17 2004 === Total uptime : 0d 0h 0m 22s === warthylog [~warthylog@port1845.ds1-khk.adsl.cybercity.dk] has joined #launchpad === Topic for #launchpad: how's england? wet but soon, I will go back to Wales and how will wales be? probably wet, too === Topic (#launchpad): set by kiko at Fri Aug 27 16:07:21 2004 === lifeless [~robertc@dsl-156.23.240.220.rns02-kent-syd.dsl.comindico.com.au] has joined #launchpad [08:01] SteveA: around ? [08:36] spiv: around ? [09:26] hi lifeless === sabdfl [~mark@host217-37-231-28.in-addr.btopenworld.com] has joined #launchpad === lulu [~lu@host217-37-231-28.in-addr.btopenworld.com] has joined #launchpad [10:37] SteveA: so [10:38] whats the status of the authentication stuff? [10:59] morning === daf_ notices that he seems to have grown an underscore overnight === daf_ is now known as daf [11:03] lifeless: the server supports basic authentication [11:03] ok, is there README somewhere on how I protect fields ? [11:03] authentication is by password. the SSHA digest of the password is stored in the database [11:04] oh, I forgot to add to me email about i18n there, that usernames also need to be strictly ascii [11:04] there's the standard zope3 documentation on it [11:04] for HTTP authentication? [11:05] yes [11:05] there is no means to signal any other encoding from client to server. [11:07] protecting fields is not authentication is it sufficient for your current needs to have three classes of fields: [11:07] 1. not accessible to web requests [11:07] 2. accessible to all requests [11:08] 3. accessible only if a person is logged in [11:08] SteveA: pfft, you know what I mean. [11:08] yes, if a /specific person/ is logged in. [11:08] no, that is not implemented yet [11:08] ok, do we have an eta? [11:08] what is implemented is those three classes I described. [11:09] no, it is more a matter of shuffling my todo stack [11:09] so, to open the production site to the staff, we need that. [11:09] stack/dequeue [11:09] can you talk me through a specific example of what you need? [11:10] so I can see exactly what parts of the entire system need to be there for you [11:22] ok, SourceSource.processingapproved - only I can flick that on. [11:22] and no-one else can flick it on or off. [11:23] do you want to hard-code your Person.id into the code? [11:23] thats the simplest example, and the more complex ones are essentially the same with a little workflow checking that shouldn't impact the requirements. [11:23] SteveA: not particularly, but I could live with that for now. [11:23] how else are you linked to SourceSource.processingapproved? [11:25] for example, are you the "owner" of all SourceSources, and the owner can change processingapproved ? [11:30] no. [11:30] I'm the arch nazi. [11:31] then, unless there's a Nazi table in the database, your Person.id must be in the source code tree [11:32] can you describe another example, maybe one that doesn't rely on a particular nazi? [11:32] do we have roles or some such ? [11:33] SteveA: all the ones that I care about now are nazi ones. [11:33] I think there should be some way of describing this in the database [11:33] I mean, we could have nazipersons.py to describe who the nazis are... [11:33] there are things like: once approved, a sourcesource can't be modifiable. [11:33] except by the nazi [11:34] that's fine, so long as we have the concept of "the appropriate nazis" [11:34] this is going to be an intersting canonical-traffic... [11:34] we have the idea of Teams. [11:37] I'll get you an "I'm on team nazi" t-shirt... [11:38] ok, so I need to know what is the minimum you need to allow you to "open the production site to staff" === lifeless points at sabdfl [11:38] I need to go off-line for a little bit, as I just updated warty [11:40] Provided we can decide how to handle these "special people", I can make what you need happen pretty quickly [11:40] I'd be happy with Team membership, if changing that for that team is privileged (say to the team 'sysops') [11:46] ok. File a bug on me in the launchpad bugzilla. The bug description is to "protect SourceSource.processingapproved as follows", and then you can describe in terms of Teams with the SQL you want, what the rules are. You can protect reading differently from writing. Also note that whether a SourceSource is modifiable by most people depends on the value of that attribute. And, how I decide who "most people" are, and who are the exceptions. [11:46] The more specific the SQL and explanations are, the smaller the slot it will need for me to do it, and thus the quicker I can get it done. [11:47] or rather, the sooner I can get it scheduled [11:48] heh. uhm, you do know what I think of SQL. Can I use object interactions instead? [11:48] sure [11:48] (I'm really not trolling) [11:48] in fact, that's how it would be implemented, so that would save me time [11:48] good :) [11:48] pseudocode even... [11:49] so why did you being SQL into it ? === lifeless is now trolling [11:56] oh yeah. [11:57] I did some hacking on gnu smalltalk in my evenings/weekend for the last week and a bit. [11:57] http://www.robertcollins.net/nb3.png <- gtk bound class browser :} [11:57] When I asked mark for a carve-out for that, he said sure.. but he'd like me to spend some time keeping an eye on the python3 process. [11:58] so I promised to ask you what lists to join to do that? === limi [~limi@sparkit.easynet.no] has joined #launchpad === ddaa [~david@nemesis.xlii.org] has joined #launchpad [12:22] lifeless: python-dev I expect [12:23] high traffic, lots of noise === limi_ [~limi@sparkit.easynet.no] has joined #launchpad === limi_ is now known as limi [12:26] When I read it, I use gmane [12:27] I generally read it only when someone tells me something's happening [12:27] or when I get invited to post === stub [~zen@dialup-148.33.221.203.acc13-dryb-mel.comindico.com.au] has joined #launchpad === mdz [~mdz@69-167-148-207.vnnyca.adelphia.net] has joined #launchpad [12:37] !Md:*! sorry for the splits... we have hit again a bug in our irc daemon. please /join #newircd if you'd like to help developing a better ircd for freenode === SteveA [~steve@adsl-213-190-44-43.takas.lt] has joined #launchpad [01:03] limi: hi [01:06] hey daf [01:06] how was your holiday? [01:06] brilliant [01:06] saved my brain [01:06] now I am sane and productive again ;) [01:06] I got a merge failure for the language selector fix I submitted before the holiday, btw [01:07] so if it didn't work for you, that's why [01:07] yeah, I saw your message [01:08] I haven't played with the language selector much, so I couldn't say if it's working like it's supposed to [01:09] I suggest you try star-merging from RF and then submitting another merge [01:10] I expect you'll have a conflict in rosetta-preferences.pt when you merge from RF [01:10] ok [01:10] I have to do that later, though - doing the Canonical/Ubuntu sites now [01:10] did you hear about the workaround we have for the weird merge problems we were having? [01:33] SteveA: thanks. what do you think of the screen shot :} === limi is now known as limi|busy [01:34] lifeless: I'm having trouble accessing that screenshot [01:35] the domain resolves, but no connection [01:35] ah [01:35] there are two hosts. [01:35] use the other one [01:35] which one is "the other one"? :) [01:35] jdub turned off his host when he reinstalled [01:36] ok, I've renewed the dns zone [01:36] oo [01:36] it should work now, once your dns cache refreshes === cprov [~cprov@200.158.100.251] has joined #launchpad === limi|busy is now known as limi|lunch === stub [~zen@dialup-148.33.221.203.acc13-dryb-mel.comindico.com.au] has joined #launchpad === lulu [~lu@host217-37-231-28.in-addr.btopenworld.com] has joined #launchpad === debonzi [~debonzi@200.158.100.251] has joined #launchpad [02:36] Morning debonzi [02:37] morning jblack [02:37] Hiya daf [02:37] jblack, Morning [02:41] SteveA: will you have time to look at #1907 and #1908 today? === limi|lunch is now known as limi|busy === carlos_ [~carlos@69.Red-80-33-181.pooles.rima-tde.net] has joined #launchpad === carlos_ is now known as carlos [02:59] hi [03:03] daf: ? [03:09] hi [03:09] daf: could we have the meeting? [03:10] we could [03:10] let's [03:10] ok [03:10] okay, how are #1931 and #1951 coming along? [03:11] the #1951 is almost done [03:11] I need to talk with steve about a bug I detected yesterday but that seems like it's not a bug [03:11] (from a Stuart's mail this morning) [03:11] ok [03:12] the #1931 is not finished yet [03:12] but It will take no more than 30 minutes [03:12] ok, great [03:13] I got web template upload to work this morning [03:13] carlos: about the password / ascii bug [03:13] SteveA: yes [03:14] so, the SSHADigestEncryptor code should allow passwords that are unicode objects, but should encode them as ascii only, and should give a reasonable exception otherwise. [03:14] SteveA: ok [03:14] We also need to ensure that login ids are ascii only [03:15] SteveA: do we have such info already? (the login id) [03:15] lifeless, ping [03:15] it's the email address [03:15] I thought we were talking about email address [03:15] and these are ascii anyway, aren't they? [03:15] SteveA: I think so === SteveA doesn't really know [03:15] daf: is spiv still staying with you? [03:15] SteveA: yes [03:15] debonzi: wassaup ? [03:16] RFC-822 email addresses are definitely ASCII === sabdfl [~mark@host217-37-231-28.in-addr.btopenworld.com] has joined #launchpad [03:16] I don't think any of the later standards have changed that === kiko [~kiko@200-206-134-238.async.com.br] has joined #launchpad [03:20] Any objections to changin the launchpad meeting tomorrow to 1400 UTC rather than 1200 UTC ? [03:20] That's fine with me. [03:21] SteveA: it's ok for me [03:22] CET is UTC +1 or +2? [03:22] none of my converters have UTC, only GMT - and I think they are not equivalent? [03:23] (although maybe in practice, they are?) [03:23] in practice, they are [03:23] ok [03:24] they are within 1 second of each other [03:24] thanks [03:24] that'll do ;) [03:24] and UTC is more fashionable ;) [03:26] SteveA, okay by me [03:27] daf: you been reading g-a-u ? [03:28] ok, meeting will be at 14:00 UTC or 14:00 GMT, whichever comes first. I'll send a mail to the list. [03:28] :) [03:29] lifeless: I've browsed it a couple of times [03:32] g-a-u? [03:32] daf: Could we end our meeting? [03:33] are we finished? [03:34] daf: no [03:34] we should talk about today work [03:35] ok [03:35] you're going to finish #1931 and #1951? [03:35] daf: well, in fact, for me it's clear. I will work today until we close all bugs [03:35] ok [03:36] I got web template upload to work this morning [03:36] daf: we need to disable it or to implement a way to lock it [03:36] which is part of #1919 [03:36] so you are the only one that could use it [03:37] yes [03:37] because you will be the owner of all projects [03:37] well, we have two options: either we work out some way of securing it, or I don't commit the implementation for now [03:38] daf: we could disable that page for now if you don't need to use it (I suppose it's easier for you to use a script) [03:38] I don't need to use it, no [03:39] I think I will work on #1930 [03:39] did you see #1958? [03:39] we could move it then to post alpha [03:39] #1919 is not marked as alpha-critical [03:39] daf: yes, I see it [03:39] daf: ok [03:40] your comments on #1958 would be appreciated [03:40] daf: you could look at the prefered languages implementation for an example to do it [03:40] yes, that's what I was thinking [03:41] it's the same idea [03:41] spiv: I have mailed roche at upfront confirming that passwords will be ascii-only [03:41] I don't really understand how Schemas and Labels work yet [03:41] daf: hmm, what happens if two translators want to work in the same project? [03:41] daf: do we have it blocked for only one translator? [03:41] SteveA: Great. [03:42] ok, alpha-critical bugs we have left: #1907, #1908, #1930, #1931, #1932, #1934, #1944, #1948, #1951 [03:43] carlos: that's something we need to work out [03:43] daf: what? [03:43] SteveA: #1907 and #1908 are assigned to you -- will you be able to look at them today? [03:43] carlos: how to deal with concurrent translators [03:44] I'm going to work on #1930, and carlos is goign to work on #1931 and #1951 [03:44] daf: We could move it post Alpha [03:44] carlos: yes, I think so, but there should be a bug filed, I think [03:44] carlos: we have quite a few non-alpha bugs [03:45] ok [03:45] I will file now a bug about it [03:45] could we create a beta metabug? [03:45] this leaves #1932, #1934, #1944 and #1948 [03:45] (for the alpha) [03:45] daf: when will be released the beta? [03:45] yes, a beta metabug is a good idea [03:46] carlos: it hasn't been decided [03:46] carlos: for now, you can just title it "release the Rosetta beta" [03:46] ok [03:47] limi|busy: could you perhaps comment on https://bugzilla.warthogs.hbd.com/bugzilla/show_bug.cgi?id=1934 [03:47] daf: send me a mail, and I'll do it tonight? Lu will kill me if I do ;) [03:48] limi|busy: sure [03:48] :o) [03:48] daf: thanks [03:48] lulu: no problem [03:49] daf: anything else? [03:50] bugs we haven't discussed yet: #1932, #1944, #1948 [03:51] #1948 won't be needed at the beginning of the alpha [03:51] hey lulu! [03:52] daf: the 1932 is easy, as long as we have the complete list of modules [03:53] daf: I think lalo will fix the 1944 faster than you or I [03:53] yes, it feels liks a lalo-bug [03:53] daf: 1948 is post alpha and prebeta [03:53] ok, should it be marked as beta-critical, then? [03:53] daf: yes [03:53] rather than alpha-critical [03:53] I will do it [03:53] ok [03:53] great [03:54] then, we have the task to fill the database the first time [03:54] you said yesterday we will work with tar.gz instead of arch, right? [03:55] we still need the rosetta.ubuntulinux.org alias to be set up -- I'm waiting to hear back from elmo about that [03:55] elmo: around? [03:55] yes, I think so [03:55] I don't think there are enough things imported into Arch yet [03:56] daf: ok, from where could we get a file to parse from a python script [03:56] to handle automatically the import? [03:57] daf: elmo's at the data centre. He's working on the servers. [03:57] lulu: ah, ok [03:59] spiv: just sent you an email [04:00] daf: I'll do #1907 and #1908 today === limi [~limi@sparkit.easynet.no] has joined #launchpad [04:02] SteveA: thanks [04:02] carlos: does the alpha actually depend on #1944? [04:03] daf: well, we could go to alpha without it, but we don't have a way to be sure [04:03] that it's working without errors... [04:03] argh [04:03] spiv, the Moin changed email is unintelligible [04:05] carlos: that's what the alpha is for -- testing [04:05] carlos: if #1944 is still open tomorrow, will we still launch the alpha? [04:05] I think so [04:06] spiv: you reopened the bug #1952 about mark all dummy data with CSS class dummy, for add also the CSS class. then can you explain or add a comment about where is the CSS file and how to proceed ? [04:06] ok, I will mark it as non-alpha-critical === limi is now known as limi|busy [04:08] daf: perfect [04:09] kiko: It sends a diff of the page source, doesn't it? [04:09] spiv, a very broken diff if you ask me -- no linefeeds! [04:09] I've also emailed lalo asking him to take it on [04:10] kiko: Yow! [04:10] They seem to work for me. Bizarre. [04:11] unfortunately the D key swallowed the last one up [04:11] daf: he should be online this night (from his mail) [04:11] cprov: lib/canonical/lp/styles/launchpad.css? [04:11] carlos: ah, cool [04:12] daf: thanks . [04:12] daf: he wrote to launchpad, did you saw it? [04:12] yeah, I saw it [04:12] I think it was just after I woke up :) [04:12] daf: Ta, you beat me to it :) [04:13] cprov, spiv: welcome :) [04:17] justdave: when I enter search terms in the box on the top-right of https://bugzilla.warthogs.hbd.com/bugzilla/, I get a big red error. If I enter the same terms in the equivalent box on the error page, it searches. === SteveA files bug [04:19] daf: about my previous question ... [04:19] daf: ok, from where could we get a file to parse from a python script [04:19] to handle automatically the import? [04:19] daf: the alpha will be blocked on the bug I just entered about breadcrumbs: https://bugzilla.warthogs.hbd.com/bugzilla/show_bug.cgi?id=1964 [04:20] SteveA: hmm [04:21] SteveA: shortest path would be to get rid of the breadcrumbs [04:21] maybe do that for now [04:21] and comment in the bug how you have done so [04:21] do you want to mark #1964 as blocking #1915? [04:21] better to treat it as optional for the alpha [04:21] ok [04:22] who implemented breadcrumbs? [04:22] any idea? [04:22] daf: #1965 is the new metapackage for the beta [04:22] SteveA: I belive it was Andrew Veitch [04:22] what's breadcrumbs? [04:23] You are here ++skin++Debug rosetta projects gnome gnome-terminal gnome-terminal-2.2 translate [04:23] ^^^: breadcrumbs [04:23] ok [04:23] it shouldn't include ++skin++Debug, or any of those kinds of things [04:23] as in Hansel and Gretel [04:23] SteveA: I have some ideas about improving it [04:23] SteveA: it only inclide that when you are debugging it [04:23] daf: true :-P [04:24] carlos: you have that in Spain? === carlos should read more books in english (and also in Spanish) [04:24] daf: Hansel and Gretel?, sure :-) [04:25] carlos: it still shouldn't include it [04:25] SteveA: ok [04:25] carlos: what's "breadcrumb" in Spanish? [04:25] nor the virtual hosting things we can see on the rosetta server [04:25] duonos gabaliukas in lithuanian (or something very similar) [04:25] daf: migas de pan [04:26] carlos: "migas" is crumb? [04:26] pan == bread, migas == crumb [04:26] daf: yes [04:26] I love Michael Rosen's version of the story: Handsel and Gristle [04:30] daf: sorry if I ask you again... [04:30] yes? [04:31] the meeting? [04:31] daf: ok, from where could we get a file to parse from a python script [04:31] to handle automatically the import? [04:31] oh, right [04:31] O:-) [04:31] I'm not sure I understand the question [04:31] you're thinking of having a script to do the alpha import? [04:31] yes [04:31] sounds good [04:31] hope you are not thinking on import all modules by hand... [04:32] no, I suppose not [04:32] perfect [04:32] so, this script will create projects, products and templates, and import templates from .pot files [04:32] I know we have the list of packages from the Wiki, or even better from apt source list [04:32] daf: yes [04:32] and the .pot files will be gotten from tarballs [04:33] yes [04:33] if there is no .pot file, we forget about it, but at this moment the tar.gz should have an updated .pot file [04:33] the problem will came with arch [04:33] right [04:33] but that's post alpha [04:33] yes [04:36] for the alpha, I thought we were only having a dozen or so projects [04:36] daf: hmm [04:36] lulu: ? [04:36] I think lu talked about all ubuntu packages [04:37] carlos: yes? [04:37] I thought that was for later on [04:37] lulu: should all packages be available from Rosetta for the Alpha release? [04:38] all ubuntu packages [04:38] daf: you need to import the most important packages into your db [04:38] daf: is this done? [04:38] daf: for Warty [04:39] daf: elmo is at #canonical as elmo_dc [04:39] lulu: for Warty is on octuber or for tomorrow [04:39] lulu: we are talking now about what should we import for tomorrow [04:39] /s/we/be/ [04:40] guys - Mark is going to send you an email of the packages we need in Rosetta [04:41] off the Warty default desktop [04:41] daf: please could you get those in, when you have the email [04:41] thabkjs :o) [04:41] oops thanks! [04:41] carlos: that ok? [04:41] lulu: perfect [04:41] thanks [04:42] no worries [04:43] daf: so, could we end the meeting now? [04:48] I think so === daf and spiv are going out for a short while [04:48] ok === carlos playing with bugzilla [04:54] daf: when you have some time, please review the dependency graph. I moved from bugs from alpha to beta and moved the other nonAlpha critical ones to the beta [04:54] https://bugzilla.warthogs.hbd.com/bugzilla/showdependencygraph.cgi?id=1965&rankdir=LR [04:57] daf: from Mark's mail, I think we could do the Alpha import by hand === sabdfl [~mark@host217-37-231-28.in-addr.btopenworld.com] has joined #launchpad [05:05] spiv: can you send your notes on the soyuz meeting to the launchpad list soon please === debonzi linch === debonzi lunch :) === kiko is now known as kiko-fud === lulu [~lu@host217-37-231-28.in-addr.btopenworld.com] has joined #launchpad [06:17] shit. I did a star-merge with some changes in my tree [06:18] oops [06:20] hm seems like I didn't got any rosetta changes, perhaps I could recover the situation.... but please, don't do it at home [06:20] M database/schema/launchpad-1-0-0.sql [06:20] are we changing that file? [06:20] I didn't think so [06:21] lifeless? [06:22] I think jblack or ddaa is more likely to be awake [06:22] pong [06:22] speak of the devil... [06:22] :) [06:23] afaik, this file should not be changed, except maybe by the db nazi... [06:23] daf: lifeless is the one that handles the .sql file :-) [06:23] But tla has no real way to actually lock the file. [06:23] You _can_ sets the perms to read-only [06:24] But any smart text editor will propose you to override that. [06:24] carlos: oh, I see [06:24] ddaa: is there an easy way to see which changeset last modified a file? === ddaa [~david@nemesis.xlii.org] has joined #launchpad [06:25] ddaa: is there an easy way to see which changeset last modified a file? [06:25] daf: you can look at the changelog and look for the name of the file. [06:26] ah, of course [06:26] tla changelog VERSION [06:26] you might have to do tla log-for-merge, correct? [06:26] if you haven't committed the merge? [06:26] daf: https://www.warthogs.hbd.com/ArchCheatSheet#head-ba33c2ca9be0aed6db6d5f40aaab1663f003b1b9 ;) [06:26] There are various tools in fai and tla-tools for that too. === carlos fixed his archive [06:27] daf: Well, I suppose your tree changes are a merge from rocketfuel. [06:27] spiv: oh, right [06:27] spiv: cool :) [06:28] Just "tla changelog rocketfuel@canonical.com/launchpad--devel--0" [06:28] daf: new files: [06:28] database/schema/.arch-ids/patch-1-07-0.sql.id [06:28] database/schema/patch-1-07-0.sql [06:28] modified files: [06:28] database/schema/launchpad-1-0-0.sql [06:28] lib/canonical/arch/infoImporter.py [06:28] lib/canonical/soyuz/browser.py [06:28] I guess I should have RTFW'd [06:28] from lifeless [06:29] daf: it's easier, to use the arch commits mailing list with grep :-P [06:29] heh :) [06:29] Well... if it's from the db nazi, it's probably legit... [06:29] Heh. The same merge that put a syntax error in infoImporter... lifeless must've been having a bad day. === doko [doko@dsl-082-082-144-030.arcor-ip.net] has joined #launchpad [06:30] heh, now let him sleep in peace for a better day tomorrow :) [06:31] Yup. He's been ill today... see his activity report. === ddaa is out to help for dinner === carlos thinks about what "fuel" will buy for this long night... === carlos goes away for a while === kiko-fud is now known as kiko-afk === limi [~limi@159.80-202-72.nextgentel.com] has joined #launchpad [08:56] SteveA: how could I execute the unittest at: launchpad/lib/canonical/lp/placelessauth/tests [08:56] ? [08:57] they don't have a main and make check at launchpad/lib/canonical does nothing [08:58] carlos: ../../../test.py -u canonical.lp.placelessauth [08:58] (I think) [08:58] let me check... [09:00] Running UNIT tests from /home/carlos/Work/dists/launchpad/lib/canonical/lp/placelessauth/tests [09:00] No unit tests to be run. [09:00] hmmmm [09:00] is there an __init__.py? [09:00] yes [09:01] carlos@frodo ~/Work/launchpad/lib/canonical/lp/placelessauth/tests $ ../../../../../test.py -u canonical.lp.placelessauth.tests [09:01] that fails and also without the .tests [09:01] I think the the test.py script has a debugging flag [09:01] ok, I will investigate it. Thank you [09:02] $ PYTHONPATH=../../.. ../../../../test.py -l . [09:02] https://www.warthogs.hbd.com/LaunchpadTestRunner [09:02] That seems to wfm from the lib/canonical/lp/placelessauth dir. [09:02] Except I don't have the db the test needs. [09:02] But it actually tries to run the test :) [09:03] spiv: from which directory? [09:03] (Well, the 12 unit tests pass, it's the functional ones that don't) [09:03] hmm, unit tests shouldn't need the database [09:03] ok [09:03] carlos: the directory you're in shuold not matter [09:03] spiv: oh, right [09:03] spiv: thanks [09:03] sorry I didn't saw the dir comment :-P [09:03] :) [09:03] it's generally useful to export PYTHONPATH=path/to/launchpad [09:04] that way, you can do [09:04] spiv: perfect, thanks [09:04] python [09:04] daf: I have it done [09:04] >>> import canonical.rosetta.browser [09:04] and things like that [09:04] carlos: No worries. [09:30] justdave: I was hoping that bugs would change colour on the pretty graph when they changed from resolved -> close :) [09:30] *closed === carlos graphs addict [09:30] limi: bugzilla needs some love from you :-) [09:30] :D [09:31] hmm, they probably could. right now it only distinguishes between open and non-open [09:31] I love the dependency graphs [09:31] that's an easy thing to fix, there's a little table mapping states to colors in the graph code [09:31] what would you like? :) [09:31] I'll have to file a wishlist bug against malone asking for pretty graphs [09:31] ooh, I don't know [09:32] a soothing blue, perhaps? :) [09:32] :-P === carlos goes to get some traditional food for a long night, Burger King's fast food [09:32] see you later [09:36] https://bugzilla.warthogs.hbd.com/bugzilla/show_bug.cgi?id=1967 [09:45] daf: the blue is in, how's it look? [09:45] (too dark if you ask me ;) [09:45] ooh [09:45] yeah, it is a bit dark [09:58] perhaps we could use a sky blue for the fixes and move the current grey to the closed... === npmccallum [~npmccallu@69-162-252-7.ironoh.adelphia.net] has joined #launchpad [10:00] carlos: yeah, we could do [10:15] ok, back from picking up Brendan at the bus stop [10:15] lightblue/gray swap done, how's it look now [10:16] looks better now [10:16] :-) [10:19] justdave: looks great! :) [10:38] daf: have you spoken to elmo about proxy config on rosetta.w.h.c ? [10:39] SteveA: I emailed him again [10:39] ok, so nothing actually sorted yet [10:39] no [10:39] since he's around on IRC, I'll ask him now [10:39] can you get basic auth turned off on the devel. server? [10:40] we *might* want to turn it back on later, when we have cookie-based auth [10:41] no, I don't have the permissions to do that === sabdfl [~mark@host217-37-231-28.in-addr.btopenworld.com] has joined #launchpad [11:43] daf: I did an initial commit with the login/name change form [11:43] daf: I need to update sample data so we have a default password [11:43] carlos: cool! [11:43] daf: any prefered password? [11:43] right, I see [11:43] test [11:43] ? [11:44] yes, that will suffice [11:44] ok [11:44] I will put it for you, lalo and me [11:45] I need to add feedback about errors when changing data from the form [11:45] but if you don't make any mistake, it should work === kiko-afk is now known as kiko [11:56] daf, have a minute?