[12:16] morning [12:16] it sucks to be at work at 8 in the morning [12:19] its great when that means @home on the couch. [12:19] kiko: ping === asgeirf [n=asgeirf@203-173-59-20.dyn.iinet.net.au] has joined #launchpad [12:49] lifeless, yeah? [12:49] lifeless, my baz situation is terrible :-( [01:09] lifeless, I issue: [01:09] baz branch rocketfuel@canonical.com/launchpad--devel--0 christian.reis@canonical.com--lozenge/launchpad--trivialities--0 [01:09] lifeless, it eats up 900MB and then blows up [01:09] with COTM and 1.4.2 [01:16] kiko-zzz: ouch [01:16] kiko-zzz: do a baz library-add rocketfuel@canonical.com/launchpad--devel--0 [01:26] Merge to rocketfuel@canonical.com/arch-pqm--main--0: merge in community contributions r=bjornt (patch-27: robert.collins@canonical.com) [01:43] kiko-zzz: try again now, I've fiddled stuff on chinstrap to help === stub [n=stub@203-217-37-199.dyn.iinet.net.au] has joined #launchpad === camilotelles [n=Camilo@20132139198.user.veloxzone.com.br] has joined #launchpad [03:53] whats the ubuntu keyserver called ? === robitaille [n=daniel@d154-5-117-228.bchsia.telus.net] has joined #launchpad [04:02] keyserver.ubuntu.com === Lathiat_ [i=lathiat@gasp.bur.st] has joined #launchpad [04:07] elmo: yah, figured that out :0 [04:08] Is it known that the various links the launchpad-integration stuff pull up dont work? (cant see a bug but more wondering if its just not implemented yet), ex: https://launchpad.net/distros/ubuntu/breezy/+sources/gnome-panel/+translate [04:11] Looks like a dumb bug, actually :/ [04:11] and the firefox link ends up with "page not found" [04:11] AssertionError: No page title in canonical.launchpad.pagetitles for sourcepackage_translate [04:12] ex: https://launchpad.net/distros/ubuntu/breezy/+sources/firefox/+gethelp [04:20] Bah - I''ve just been working on improving script logging and realized it is a use case for the old Librarian API where the Librarian creates the LibraryFileAlias and LibraryFileContent records and commits rather than the client :-P [04:20] rotfl [04:29] spiv: Am I correct in that the Librarian will still generate the db records if you don't send the File-Content-Id or File-Alias-Id headers (as the docstring I'm reading suggest)? [04:32] spiv: And if so, any thoughts on how to expose this in ILibrarianClient ? addFile returns the LibraryFileAlias, so it isn't approprate and we would need another method to stuff a file into the Librarian and return the URL (which has different transaction semantics of course, since the file will exist in the database but the client can't see it yet) [04:32] which one bet bzr would be dogfooding? [04:33] jblack: translation ? [04:33] lifeless vs kiko bet. One of you two gets pie in the face, depending upon bzr dogfooding or not. [04:34] upon canonical dogfooding bzr for rocketfuel development [04:34] bzr already dogfoods itself ;0 [04:34] Yes. Who's bet which way? [04:34] I'm one the 'it will be done' side of the bet [04:34] Poor kiko [04:36] stub: So, yes, the librarian still supports both ways. === lifeless hopes so [04:37] (although up till now the plan was to slowly phase out the server-side ID generation...) [04:38] I'm thinking of adding 'stuffFile' as a method to ILibrarianUploadClient which stuffs a file into the Librarian so it won't get rolled back. I can't think of a better name ;-/ [04:38] stub: Yeah, a method that just returns the IDs and/or URL would make sense. [04:38] stub: And to retrieve the file, a 'getStuffed' method ;) [04:38] spiv: The use case I have is I want to stuff the tracebacks into the Librarian instead of spitting them out, which will greatly improve our cronjob spam. [04:38] hehe... [04:39] (so one extra line - the url - insteead of a dozen) [04:40] or a hundred [04:40] sweet [04:40] stub: Hey, cute trick :) [04:41] Any better names, or will I go with stuffFile (with an XXX saying it should be renamed to something that describes the difference in transaction handling between it and its couterpart addFile, and why they must return different things) [04:42] stub: Hmm. [04:42] so maybe 'serverAddFile' ? [04:43] or remoteAddFile [04:43] or justTakeTheFuckingFile [04:43] Or add a serverOnlyDB=True flag to addFile. [04:43] Although that feels a bit wrong. [04:43] storeTheFuckingFileNowDammitSheIsGoingToBlow [04:43] yes [04:43] I vote the blow [04:43] Even though it doesn't change the return types at all, just most of the implementation ;) [04:44] spiv: We need a new method since the return types will be different (can't return a LibraryFileAlias as it isn't yet visible to the client) [04:45] stub: Hm, it looks to me like it's returning ints, not objects. [04:46] Or I'm looking at the wrong layer :) [04:46] eh? Oh. If I returned an int, it would be a useless one. A URL is useful straight away, unlike the id. [04:47] Yeah, if you use getUtility(ILibrarianClient).addFile(...) you'll get an int. Hmm, annoyingly it ditches the content id, only returns the alias id, so you can't reconstruct the URL... looks like a new method is the way to go, then. [04:49] But a method on ILibrarianClient makes sense, rather than ILibraryFileAliasSet (because you don't want it to return an ILibraryFileAlias) [05:02] stub: Can you make a note somewhere on the LibrarianTransactions spec about this? The "Future directions" there is assuming this is a YAGNI. === robitaille [n=daniel@d154-5-117-228.bchsia.telus.net] has joined #launchpad === _Rappy_ [n=hunt-pre@dsl-253-122.monet.no] has joined #launchpad === zyga [n=zyga@2-mi2-1.acn.waw.pl] has joined #launchpad === robitaille [n=daniel@d154-5-117-228.bchsia.telus.net] has joined #launchpad [08:23] spiv: line 140 of lib/canonical/librarian/web.py seems to indicate that the librarian assumes a 1:1 relationship between libraryfilealias and libraryfilecontent [08:36] spiv: Actually, make that lib/canonical/librarian/db.py line 22 [08:36] That method cannot be implemented with the current signature === spiv lokos [08:37] looks, rather [08:42] stub: All that assumes is that (contentID, filename) is unique in LibraryFileAlias. That's not assuming 1:1 between alias and content. [08:43] That is an incorrect assumtion [08:43] Yeah, it is. [08:43] (it used to be ok) [08:44] It has never been ok [08:45] I'm just poking it a bit on my branch to see if that is the only case and if it is a simple fix [08:45] Well, it used to be intentional. The design thinking behind that decision might not have been ok, though ;) [08:46] At a glance, it shouldn't be too hard to fix. [08:47] And will almost certainly involve removing much more code than needs to be added. [08:48] The main addition looks to be that LibrarianStorage will need a 'getAlias(aliasID) -> LibraryFileAlias' or similar method for c.l.web.LibraryFileAliasResource to use instead of getFileAlias. [09:02] hi [09:04] morning [09:08] SteveA: morning [09:08] hi mark [09:08] SteveA: is it possible to have a required: for a particular dbschema value? [09:09] like context/status/enum:CLOSED [09:11] do you want to show something on a page only when a dbschema has a particular value? [09:11] i'm trying to understand what you are asking. it doesn't make sense to me yet. [09:12] yes [09:13]
  • Reopen this Ticket
  • [09:13] is what i'd like [09:13] i see [09:13] though enum: is ugly [09:14] enum-value-is:CLOSED ? [09:14] the way you'd do that now is either write a method on the view class to say isClosedTicket(), and use view/isClosedTicket in your tal:condition [09:14] or use a python: expression in the page template [09:15] it would be quite easy and quick to add enum:CLOSED or enum-value-is:CLOSED [09:15] that returns a boolean, etc. [09:16] say, 50 loc max with another 50 lines of doctest documentation [09:19] sabdfl: decide on a name, and i'll do it this morning while i'm still waking up properly ;-) [09:20] enum-value === Keybuk [n=scott@syndicate.netsplit.com] has joined #launchpad [09:26] so, tal:condition="context/status/enum-value:CLOSED" [09:39] moin moin, Keybuk [09:39] SteveA: yes please [09:40] heyhey [09:41] sabdfl: underway [09:41] guys, i need good names for the support ticket tracker, and the spec tracker [09:42] are we tracking bugs on rosetta, malone, rest-of-launchpad, or are they all launchpad? [09:43] i tend to say to people "hey, have you considered using launchpad as your bugtracker for FooProject" [09:43] but, i say "have you considered using Rosetta to translate BarProject" [09:43] so, i think launchpad spec tracker, lauchpad ticket tracker, are good names [09:44] (or other names in that slightly dull ilk) [09:45] Keybuk: any idea why this might be? [09:45] steve@zeus8 /scratch/dists/launchpad $ baz archive-mirror [09:45] corrupt archive found (mname and mirror_of mismatch). sftp://chinstrap/home/warthogs/archives/steve.alexander@canonical.com name steve.alexander@canonical.com mirror_of sure [09:45] Unable to connect to any mirror for archive steve.alexander@canonical.com === SteveA looks into it more. [09:45] these seem to involve some of the things i had to change with jblack yesterday, to get my archives resigned [09:46] SteveA: the archive is registered in ~/.arch-params/archives/ but if you go contact the archive, it's =meta-info/name is something else [09:46] stevea@chinstrap:/home/warthogs/archives/steve.alexander@canonical.com/=meta-info$ cat name [09:46] steve.alexander@canonical.com [09:46] uh [09:46] =meta-info/mirror [09:46] sorry [09:47] $ cp name mirror -- should fix it [09:47] ok [09:47] Keybuk: nice. it works. thank you. [09:56] sabdfl: enum values are sometimes None, iirc. So, you'll want to be able to say enum-value:None I think. [09:57] SteveA: as a special case, yes [09:59] stub: please could you look at mark.shuttleworth@canonical.com/launchpad--helpme--0 ? [09:59] patch 25-97-0? [10:00] adds a few tables, and some minor tweaks (index, and some extra fields on product) [10:00] has comments.sql too [10:01] darn, None is a bit awkward in that it is lossy. With any other kind of dbschema item, i can inspect it, and ask it for what are valid values for it. For None, I don't even know that it came from a dbschema value, so it has to just two possibilities: enum-value/None or enum-value/(anything else). [10:02] on reflection, i'd prefer not to have None in dbschema, but allow the value of a dbschema item to be None, so it is NULL in the database, yet have it refered to in code as a standard dbschema item. [10:02] (a future refactoring perhaps) [10:03] still, easy to work around now. but, we lose some error checking in the case of None. [10:15] we don't really need NULL dbschema items [10:15] stub: pls ack on the db patch? === sabdfl [n=mark@pdpc/supporter/silver/sabdfl] has left #launchpad [] === dand [n=dand@gw.datagroup.ro] has joined #launchpad === carlos [n=carlos@243.Red-83-47-24.pooles.rima-tde.net] has joined #launchpad [10:23] morning [10:27] hi carlos === Keybuk [n=scott@syndicate.netsplit.com] has joined #launchpad === cprov [n=cprov@haddenham.pepperfish.net] has joined #launchpad === sabdfl [n=mark@217.205.109.249] has joined #launchpad [11:29] sabdfl: tracked down the bug in page templates that doesn't allow '-' in page templates. proposed a fix on the zope3 / page templates list, and with fred drake (maintainer). enum-values branch up for review. some minor improvements since you merged. [11:29] back to menus ;-) === WaterSevenUb [n=WaterSev@azevedo.astro.up.pt] has joined #launchpad [11:35] damn I'm good. pqm using config-manager now passes tests. [11:35] kiko-zzz: prepare for a PIE. [11:39] now for getting configs from bzr branches. [11:41] jamesh: ping [11:45] cprov: pong [11:49] jamesh: do have any ETA for review my branches in you queue ? [11:54] aw crap [11:54] people have added in YET MORE WARNINGS [11:54] i'm going to fix the existing ones, or get other people to fix them, and make warnings into errors when running tests [11:57] warnings from your db nazi ? [11:58] no [11:58] just warnings [11:58] warnings about ambiguous sql query results [11:59] i fixed all of them before brazil [11:59] well, salgado fixed some [11:59] now they're back [11:59] BjornT, bradb-away : these all seem to be in malone code === BjornT takes a look [12:01] The method BugTaskReleaseTargetingView.createTargetedTasks [12:01] request url: http://localhost:9000/distros/debian/+bugs/1/+target [12:01] The method PersonView.setUpAssignedBugTasksToShow [12:01] request url: http://localhost:9000/people/sabdfl/+assignedbugs [12:01] The method PersonView.__call__ [12:01] request url: http://localhost:9000/people/sabdfl/+assignedbugs [12:01] :1: UserWarning: Getting a slice of an unordered set is unpredictable. [12:01] [12:01] the last one is almost certainly from a system doc test or a page test [12:01] the others are in code and need sorting out [12:02] SteveA: Soyuz has some critical queries as well. [12:03] critical? [12:03] SteveA: ok. i didn't add those, but i can take a quick look to see if it's easy to fix === lifeless feels dirty [12:03] okay. do you know if brad added those? [12:03] sabdfl: ack. [12:03] once these are all fixed, we can make the warnings errors so that they won't occur again. [12:03] sabdfl: Please stick review requests on the wiki so I can't lose them ;) [12:04] SteveA: i'm not sure, but he did the release targeting, so i'd assume he added them. [12:07] SteveA: they generate lot of random warnings and are slow, they need polishing [12:07] cprov: i don't see the warnings when i run tests [12:07] cprov: are they not in RF yet? [12:08] SteveA: they are, soyuz is not entirely tested atm. [12:08] well, that's shite. [12:09] if there's no tests, then the code is kinda broken by default. [12:09] SteveA: indeed, we can't trust [12:09] we need to know the extent of the problem [12:10] like, what modules / classes / functions are not tested [12:10] list these, so we know how big the problem is [12:10] right now, i have no idea how much of a problem this is, or how much work it is to rectify [12:12] SteveA: I totally agree and feel the same about soyuz code, it's generally bronken and we don't know it, it's always a surprise. [12:13] okay. we must organise an audit. [12:13] if we don't know exactly what the problem is, we can't fix it [12:13] Indeed. Rolling this into the meeting item I suggested in /msg seems like a good plan === cprov is happy with this decision [12:15] separate item [12:15] it [12:15] is on the agenda [12:15] okay [12:15] stub: is there a place to stick dba-only reviews? [12:16] end of PendingReviews page [12:16] there is a DBA section [12:16] ah. cool. thanks [12:16] SteveA: in PersonView.setUpAssignedBugTasksToShow there's an XXX about the warning, no author, though... [12:16] argh [12:16] how does this stuff get past review?! [12:17] well, it's not impossible that it was one of kiko's trivials [12:18] stub: added to wiki [12:19] jamesh: ping === stub wonders wtf has happened to his sound again??? [12:23] sabdfl: yeah? === stub [n=stub@203-217-37-199.dyn.iinet.net.au] has joined #launchpad [12:25] jamesh: howdy. please could you take a look at the Specification infrastructure that i landed last week, and ping me so we can have a quick chat about a bof-o-matic scheduler? [12:25] database/specification* [12:26] shows up on product and distribution as a "Specs" tab, and also an "Add Feature Specification" action item [12:26] okay [12:27] sabdfl: Do you want constraints on the ticketing table, eg. only assigned to a distribution/sourcepackagename or a product? Or can a ticket be opened on 1 product and 1 sourcepackage/distro simultaneously [12:32] SteveA: i can fix the first warning. the other i'm not sure exactly how to fix, they were added by salgado, though. [12:32] okay. please do fix the first one [12:33] we can talk together about the others, and with salgado, later today or tomorrow when you're at pov [12:33] stub: see the comments :-) [12:34] but yes, i was planning to relax that constraint [12:34] a sort of "push upstream" feature [12:34] stub: saw my request to remove some English po files from plone? [12:34] probably from distro -> upstream more than from upstream -> distro(s) [12:34] stub: please ignore it [12:37] jordi: ok. [12:37] jordi: I wasn't sure if it was possible anyway without much work ;) [12:38] sabdfl: The commends said the constraint, so I just added them in. Shall we leave them there and drop them if we add that feature? [12:40] stub: hmm. that's not cool. At some point i'll need it for real :) [12:42] jamesh: is your review-branch script source around somewhere ? [12:42] jamesh: I want to bzrify it [12:44] jordi: Probably best if we add a feature to hide or deactivate them (which means we get too keep all the information linked to them). [12:44] lifeless: james.henstridge@canonical.com--2004/pending-reviews--devel--0 [12:45] stub: +1 on hiding pofiles rather than removing them [12:45] they will Just Come Back (tm) [12:53] yup. As long as people can't click on them to translate the Evil Useless PO.. :) [01:03] Merge to rocketfuel@canonical.com/launchpad--devel--0: [trivial] Final bits for launchpad-buildd package 2 (patch-2336: daniel.silverstone@canonical.com) [01:04] Meeting-00:55 [01:06] stevea: Here? [01:06] #canonical-meeting [01:07] morning, carlos [01:07] vinsci, morning [01:10] ddaa: before we meet next week, please could you clear out IBranch so that it looks more like ITicket, and we can start using it immediately? [01:10] i think you'll need to move it to IPyBazBranch or something, to free up the namespace [01:11] err... no ddaa === salgado [n=salgado@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [01:14] morning salgado [01:15] yo sabdfl! [01:15] stub, around? === niemeyer [n=usuario@brutus.conectiva.com.br] has joined #launchpad [01:22] morning niemeyer [01:23] niemeyer: can we take some time to catch up today? in the next two hours or so, before i head to south africa? [01:23] salgado: yes [01:23] launchpad meeting in 25 mins [01:23] Good morning! [01:24] sabdfl: Sure! [01:24] sabdfl: I'll be a little bit off today because I'm installing Ubuntu on the notebook, but we can certainly do that [01:25] SteveA: Where's the meeting? Here? [01:25] stub, can you hold the production tag until (your) tomorrow morning, and review the shipit DB patch for me? (I really need to get this in the next rollout) [01:25] niemeyer: yes, here [01:25] niemeyer: lasts exactly 45 minutes [01:25] Ok.. my /home/niemeyer backup should be finished by then.. :-) [01:26] salgado: ok [01:26] stub: what is your tomorrow morning? === Kinnison has a patch he wants to get into RF which explicitly shouldn't go into production this cycle [01:27] stub, here's the last version of the patch. it's not going to be changed before I merge everything. https://chinstrap.ubuntu.com/~dsilvers/paste/fileyzrigW.html === Nafallo [n=nafallo@unaffiliated/nafallo] has joined #launchpad [01:31] Kinnison: Probably about 16 hours time [01:32] sabdfl: Please, ping me when you're ready [01:32] salgado: any idea when you'll be okay to merge? [01:33] Kinnison, it has to be in less than 10 hours, so that's what will be [01:35] salgado: You got comments for me to look at too? [01:37] stub, did you see my email about the whitespace migration script? [01:37] stub, oh, shit. I forgot that. will write now [01:37] carlos: yes, but havn't got there yet sorry. [01:38] salgado: can you talk with bjorn please about the warnings that some person/bug pages and code is generating? [01:38] SteveA, sure. I do remember we talked about this problem though. and we didn't find what caused them [01:39] i thought we did, and you had a plan for fixing them [01:39] stub, ok, if you can do that before leaving today that would be really good so I could get some data tomorrow [01:39] okay, i'll look into it later [01:39] maybe with bjorn tomorrow [01:40] SteveA, yes, the problem is n PersonView.setUpBugTasksToShow(). there's an XXX there. but as the comment says, everything there has an oderBy [01:41] salgado: It all seems fairly clear except for ShockAndAwe, so they can be done later if you have a deadline [01:42] stub, okay. I'll do for the shock and awe and try to do for some others. anyway I'll leave an XXX in the DB patch to remind me to do that. do you think it's a problem? [01:43] A bug report is better, and you can just describe shockandawe to me now if you would rather. [01:46] stub, okay. the shock and awe is the name of a program. we'll be sending some computer shops (and maybe other shops?) a letter with some information about shipit and a token. then they'll be able to login with that token (their account is already created by one of the ShipIt admins) and place a request [01:46] launchpad meeting soon. /msg me items for the meeting [01:47] salgado: But what goes in the table? [01:49] stub, ah, each row contains only the information about a specific shock and awe program, and that can be linked to the ShippingRequest table === SteveA goes to workrave before the launchpad meeting === Kinnison too [01:53] bradb: what is your current spec pipeline? === camilotelles [n=Camilo@20132139198.user.veloxzone.com.br] has joined #launchpad [01:55] BugInContext (not yet approved, just wrote it yesterday, blocks BugAndTaskPageURLs) and then implement MaloneSearchResults on the other bug listings (the first merge only implements it on the sp bug listing page.) After that, it depends entirely on what else is part of MaloneOneDotZero (I did extensive gardening lately to make it easy for others to tell me what I understand 1.0 to be, what spec statuses are, etc. but haven't heard [01:57] GMV [01:57] er, that is, i did extensive gardening to record what I understand MaloneOneDotZero to be, to give others a prelim. list and be able to say "yeah, that looks good" or "add this, remove this, etc." [02:00] MEETING TIME [02:00] so it is [02:00] and I'm here [02:00] all present, please yawn^w say Aye! [02:00] Aye! [02:00] Aye [02:00] Aye! [02:00] aye [02:00] Aue! [02:00] aye [02:00] erm, s/u/i/ [02:00] aye [02:01] here [02:01] aye [02:01] aye [02:01] morgs sends apologies [02:01] daf is off sick [02:01] niemeyer: around? [02:01] mpt is off sick [02:01] ddaa is on vacation, isn't he? === mpool [n=mbp@cor6-ppp610.for.dsl.connect.net.au] has joined #launchpad [02:02] stub: ? [02:02] yer [02:02] debonzi is at university [02:02] anyone not accounted for? [02:02] as usual, /msg me extra agenda items as we go along [02:02] SteveA, I'm giving niemeyer a ring [02:03] okay. he had a phone call with mark [02:03] so, maybe that is still going on [02:03] he was around a little earlier [02:03] here [02:03] hi james [02:03] jordi? === mpt [n=mpt@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [02:04] hi mpt. how are you feeling? [02:04] let's move onwards [02:04] == Agenda == [02:04] - roll call [02:04] - agenda [02:04] - next meeting [02:04] - production / staging [02:04] - who can work on soyuz ui? [02:04] - soyuz not tested [02:04] niemeyer apparently wasn't notified of the meeting, so I apologize for him -- he's currently out getting a hard drive to swap into ubuntu [02:04] - defining malone 1.0 [02:04] - three sentences [02:04] [02:04] SteveA: a bit light-headed, but better [02:04] thanks [02:04] we called the roll, displayed the agenda [02:04] next meeting: same time next week? [02:05] yes [02:05] Aie. [02:05] SteveA, yes [02:05] IOW, not 22h ago [02:05] yo === ..[topic/#launchpad:SteveA] : Discussion with Launchpad users and developers. || https://launchpad.net/ || Includes Rosetta and Malone. || Developers' meeting, Thursday 8 Sep, 12:00 UTC [02:05] yes [02:05] - production / staging [02:05] stub: ? === SteveA notes he forgot to mention activity reports in the agenda. that can come after the current item [02:06] The usual. Staging running fine daily updates, production will be tagged when salgados shipit feature branch lands === lifeless notes its a shame we dont roll out code that has been on staging for a while [02:06] - activity reports [02:06] stub, the database on staging hasn't been refreshed in a while, right? [02:06] so tomorrow or saturday I expect === SteveA waits [02:07] lifeless, in this particular instance, we should have -- I miscommunicated with stub [02:07] staging db should be refreshed daily [02:07] stub, it would help if you /didn't/ cut exceptions, even for you-know-who -- policy is policy === kiko puts stub in dire straits [02:08] stub, interesting -- carlos said it wasn't being refreshed because of the rosetta update [02:08] carlos? [02:08] kiko, I asked stub to refresh it today before next script run [02:08] I switched it back on around tuesday [02:08] ah, okay [02:08] Here! Here :-) [02:08] perfect [02:09] hi niemeyer [02:09] ready to move on? [02:09] (to stub) [02:09] yup [02:09] - activity reports [02:09] stub, please disable it again this weekend (at least until Friday night in Europe) so I can get new language packs to test latest changes [02:09] carlos: i will [02:09] stub, thank you === stub is up to date [02:09] ugly ducklings vs sailing on swan lake [02:09] uptodate (last 2 went in 5 minutes ago) === BjornT is up to date === carlos is up to date [02:10] the usual [02:10] ugly as ugly can be, but will this time start over [02:10] stub: any news about gina run in production ? [02:10] up to date === salgado is up to date too === cprov is up [02:10] I'm a few behind. === Kinnison stretches his elegant white neck out, realises it's covered in swan feathers and has five simultaneous asthma attacks === SteveA has activity reports, but not sent yet. will send them today. [02:10] sending in one for yesterday (restarting) === moonunit [n=moonunit@bi-02pt1.bluebird.ibm.com] has joined #launchpad [02:11] zappa! [02:11] anyone else? [02:11] yourself? [02:11] ah [02:11] i represented [02:11] sorry, the /mes get me sometimes [02:11] okay, moving on === jblack thumps his chest twice with his fist. RepreSENT === niemeyer is up to date ;-) [02:12] as there's no bot to help out, if i missed anyone, speak up [02:12] - who can work on soyuz ui? [02:12] so, daf was scheduled to take some time out of rosetta development to improve the soyuz pages [02:12] nobody's really free at the moment [02:12] but, daf is on sick leave [02:12] I'm interviewing for replacements [02:12] mark has plans to do some model refactoring in soyuz that makes the pages easier to write [02:12] we have quite a few good prople [02:12] debonzi is at uni [02:13] interviews went well? [02:13] prople? where did that come from? [02:13] yes, lots of good people, too. [02:13] up to date [02:13] we'll have winners declared next week, I'll have them have a phone call with you before approving [02:13] okay, cool. [02:13] so, the answer is, no soyuz ui work for a little while [02:13] but some end in sight [02:14] cprov, Kinnison: any other points on this issue? [02:14] cprov, I started the build farm work on Tuesday, continuing that this morning [02:15] For now it's not too bad [02:16] Mark's model refactoring will probably have to happen before someone works on the UI [02:16] okay, that's at least a week off happening [02:16] even at mark's speed [02:16] Indeed. [02:16] moving on... [02:16] - soyuz not tested [02:16] mpt: great, do what you think is necessary to get it ready for review as soon as possible, I'm having merge conflicts on it [02:16] This is a big task [02:16] large chunks of soyuz are NOT TESTED [02:16] this is simply awful [02:16] As cprov and I sprint, we are improving the tests on the backend [02:17] cprov: I should get it done by the end of today [02:17] However the UI is pretty much utterly untested [02:17] i propose that cprov spend some time on a mini-audit [02:17] Which, as stevea says, is utterly awful [02:17] mpt: fantastic ! you rock [02:17] listing pages, content classes, functions, view classes [02:17] and whether they are tested or not [02:17] so we have an idea of what coverage we have [02:17] and where we need to improve [02:17] SteveA: This audit will be a useful thing, and I suggest it should be the first thing cprov does upon his return to brazil [02:17] what do you think cprov ? === SteveA also seeks comments from others [02:18] SteveA: uhm , it's ok === bradb is +1 on testing view classes. I'm doing that from this point forward (starting a couple weeks ago) in Malone. [02:19] bradb developed a naming pattern for the tests of view classes [02:19] please describe that brad [02:19] There's a "--trace" option in test.py that can apparently generate code coverage stats. It may assist in the auditing process? [02:19] yeah, i've used coverage stats before [02:19] I've been calling doctests that test views doc/*-pages.txt [02:19] coverage stats would be nice to have [02:19] SteveA: would be nice to do it with the guy who will replace debonzi ... transfering knowledge personally. but I'm not in a position to decide it exactly now (kind of overloaded with buildd stuff) [02:19] but, i think unless cprov or someone else wants to look into that, we should put that off a little [02:20] IME writing tests for existing code is _very very_ hard. [02:20] writing minimal tests is very very easy [02:20] An example of a view test would be bug-release-targeting-pages.txt, if anyone's interested [02:20] its hard because you don't know what the code is meant to do, or what boundary conditions to expect. [02:20] writing thorough tests is very very hard [02:20] SteveA: pong [02:20] we don't even have minimal tests [02:20] hi jordi. how are you activity reports? [02:20] s/you/your/ [02:21] SteveA: depends of which kind of code .. soyuz does not support easy tests other than simple pagetest, which doesn't help a lot, IMO [02:21] so, as bradb indicates, the convention is to have a -pages.txt file in canonical/launchpad/doc/ rather than a ...txt file [02:21] pagetests will definitely be good [02:21] we should have a test of the basic functionality of all database classes [02:21] and all view classes [02:21] so that's doc/foo-pages.txt corresponding to browser/foo.py, right? [02:22] jamesh: yes [02:22] it would be really really nice if everyone did TDD [02:22] Is there any documentation about what soyuz currently does and what we want it to do? [02:22] jamesh: sometimes it makes sense to break it down further than that though, of course [02:22] its really not slower than code + test. [02:22] lifeless: Something to schedule for UBZ? [02:22] bradb: okay. I guess foo-*-pages.txt then? [02:22] niemeyer: wiki.launchpad.canonical.net [02:22] erm [02:22] Kinnison: workarround, because when something brake you get the real taste of the bad code, spend a lot of time to fix ... [02:22] canonical.com [02:22] jamesh: yes, more or less, i think [02:23] aye [02:23] lifeless: we can agree that TDD is a very fine thing, and we should encourage / train people to do more of it. [02:23] lifeless: i don't want to muddy the current agenda item, though [02:23] ok. [02:23] lifeless: So it does exist? Nice, will have a look at that later. [02:24] cprov: do you think it is possible to do the following for soyuz: [02:24] - every page has a page test that shows at least that it gives the correct HTTP response (200 usually) [02:24] niemeyer, well, /all/ that exists is there (well, there's also the /documentation/, but you knew that) [02:25] - every database class (Foo or FooSet) has a test that shows it can be imported, got from the database, and trivially used in some way [02:25] SteveA, shouldn't we use a bot to cover that, though? [02:25] SteveA, is there a way of generating a list of all pages we serve on launchpad? [02:25] - every view class has a test that shows it can be imported [02:26] kiko: for the page tests, we could automate that, but i'm asking cprov if something is feasible, not how to do it. [02:26] kiko: That involves writing a bot, whereas typing up a list of 20/30 ceck(url) lines is quick [02:26] kiko: cprov seemed to say that testing soyuz was not feasible. [02:26] kiko: It was just a silly question.. looking for a silly yes/no answer before going out hunting docs. :-) [02:26] oh [02:26] cprov: do you think those three things are basically feasible ? [02:27] SteveA: looks useful, but I'm about to suggest group the things by functionality in launchpad/doc/ as we are doing ... [02:27] i'm not talking about where to put things, or how to group things [02:27] these tests largely do not exist for soyuz [02:27] so, i'm setting a baseline of test coverage for soyuz [02:27] SteveA: a minimal of indexing sense, just to make the this easier for future [02:27] that does not involve any particular reverse-engineering of what the test should be [02:28] SteveA: the simple answer is: yes, something like this is feasible [02:28] and does not require the bureaucracy of an audit with a wiki page table [02:28] okay, please file a bug on getting that base-line done. [02:28] stub, well, a bot to access a list of pages and check the error response code is something I could do in a minute === kiko has code to do that already anyway [02:29] but my question is -- is there infrastructure to generate a list of URLs for the current instance? [02:29] SteveA: I can file a bug, but I'm not in touch of it until finish the buildd sprint, is it ok ? [02:29] it isn't really a bot, but something that can import the http() method used in page tests [02:29] right [02:29] and use it based on some calculation of urls [02:29] i think that would be useful in addition to the usual page tests [02:29] is the calculation of urls non-trivial? [02:29] kiko: There's also mechanoid, if something fancier is needed. [02:29] but, our page tests have like paragraphs and stuff [02:30] yeah [02:30] I'm talking about a trivial HTTP status reporter [02:30] we're getting some nice pagetest stuff from upstream zope real soon now [02:30] lib/canonical/launchpad/pagetests/standalone/xx-notfound-traversals.txt [02:31] stub, well, that's a manually kept list [02:31] cprov: yes, filing the bug and doingn later is fine, provided the bug says exactly what the plan is. [02:31] can /anyone/ answer my question? [02:31] kiko: i have a few suggestions on how to do it [02:31] kiko: can we takl about it later? [02:31] sure. [02:31] okay [02:31] kiko: can you write said "all page status testing" code, and we'll talk about how? [02:32] kiko: We want the manual list too to ensure stuff doesn't disappear accidently unless we can generate a list of what shoud be there rather than crawl what is there. [02:32] i think it will be a valuable thing to catch basic errors where there aren't enough tests [02:32] yes [02:32] i agree we want a "manual" pagetest in addition [02:32] stub, I understand your point, but we need both, really [02:32] a manual list of URLs is usefu [02:32] can i move on? [02:32] l [02:32] yes [02:32] - defining malone 1.0 [02:32] kiko: The crawler could generate a list, and we just rerun the crawler to regenerate it occasionally [02:33] brad asks about defining "malone 1.0" in more detail [02:33] and pinning things down [02:33] okay [02:33] that's really on my plate [02:33] can i get kiko and brad to talk about that, maybe next week? [02:33] well [02:34] I haven't concerned myself completely with that yet because I know that brad has enough for the following weeks [02:34] I am concerned however whether BjornT has been helping brad get these tasks done [02:34] I'm free to talk about it whenever. The wiki is yours for the taking. [02:34] I need to move the wiki to the spectracker [02:34] SteveA: bug # 2017 [02:34] it's a lot of specs [02:35] thanks cprov [02:35] kiko: i've been helping, and i also have a few things assigned to me that i will do this coming week [02:35] kiko: Haven't looked at the spec machine much, but that sounds like it will be a better way to workflow and see this stuff presenting in an easy-to-manage way. [02:35] okay [02:35] SteveA: yup [02:35] BjornT, bradb's been in need of someone to pair on him for a design discussion on how to go forward with the structure for the bug and status pages/portlets [02:35] you know the architecture well and are a smart thinker, you really should be a part of it [02:36] sure [02:36] BjornT, IOW if bradb's hampered for a lack of design discussion, it's /your/ responsibility [02:37] kiko: isn't it better if brad comes to me and ask for help instead? ;) [02:37] no [02:37] I'll have a code snippet added to BugInContext, which will make it easier for others to understand what is one of the most challenging problems to solve in the new URL structure, that I've seen. [02:37] it's better if you stay in touch with him daily -- you are a team, not a helpdesk [02:37] (i.e. I'll have that ready not long after the meeting.) [02:38] I haven't forgotten your specs, bradb -- it's on my desk [02:38] we can move on [02:38] BjornT: One thing that would be really useful is to press for those branches to get reviewed. I think. [02:38] But that's a side discussion, please feel free to continue. [02:38] okay, last thing on today's agenda: three sentences. [02:38] let's go [02:39] DONE: Landed portlet mania, round I. Got round II (edit pages) into a review queue. Landed MaloneSearchResults. Landed a fix for +hctstatus raising an exception (with test.) Some work on URLs. Wrote BugInContext spec after finally having come up with what I think is a sane context for the new bugish/tasky page. [02:39] DONE: bugfixes, LaunchpadMenus specs, actions portlet cleanup, buildfarm work [02:39] TODO: finish buildfarm work, spec tracker cleanup, LaunchpadMenus [02:39] HINDRANCES: none (modulo LaunchpadMenus reimplementation) [02:39] TODO: Get BugInContext approved and land reconstruct Malone from the URL demolition. Possibly/hopefully implement a request/launchbag:foo TALES adapter. Nag BjornT to review portlet mania, round II. [02:39] Past: advocacy (4/5), coding (1/10), support (1/5) [02:39] Future: advocacy (4/5), coding (1/10), support (1/5) [02:39] Blockers: No time for supermirror. [02:39] BLOCKED: BugInContext approval (blocked on whoever is required to review the braindump for approval.) request/launchbag:foo (to help with BugAndTaskPageURLs portlet code on pages hanging off *Set contexts) will require discussion with SteveA. [02:39] DONE: Prep, and sprinting [02:39] DONE: Reviews, add --stop-on-first-failure to test.py, figure out how TacTestSetup can fail and fix it, various ad hoc things on irc. [02:39] TODO: Priority: help get through the review backlog. Work on TeamLogin & SupermirrorFilesystemHierarchy. [02:39] BLOCKED: No. [02:39] TODO: check rosetta diff output, help carlos through the maze of language packs, start using the spec tracker, try and get a baz branch going [02:39] TODO: More sprinting [02:39] DONE: finished making notifications thread properly. reviews. some bug fixes. [02:39] TODO: Put up documentation for email ui. PreDefinedBugReports. BugCVEREports. reviews. [02:39] BLOCKED: no [02:39] BLOCKED: Reviewers being overloaded [02:39] BLOCKED: lifeless to assist me with baz blowing up past 1gig [02:39] DONE: ShipItNG, some small fixes. [02:39] DONE: pqm bzr support, bzr merge helping [02:40] DONE: Bugfixes, DBA stoof, script logging and librarian fixes [02:40] TODO: jamesh merge script bzrification, mgmt foo, fly to london [02:40] TODO: script logging niceness and crawler in test suite [02:40] BLOCKED: Nada [02:40] BLOCKed: nada [02:40] TODO: ShipItNG, merge basicvoting as soon as I get it reviewed [02:40] DONE: language packs improvements, user support, db data fixes [02:40] DONE: changed gpg key, resigned archives, enumvalue TALES, menus work, management, code review [02:40] TODO: menus work, write art.ubuntu.com authentication spec [02:40] BLOCKED: no [02:40] BLOCKED: Nothing [02:40] DONE: QA, rosetta assistance, migrating server to hoary, some shipit assistance, lots of little b-n-p [02:40] DONE: land calendar-ui branch, add person merging code to keyring trust analyser and more tests, look at gettext message validation problem, look into some other bugs [02:40] TODO: reviews, look at Mark's Specs infrastructure, put gpg stuff up for review, update pending-reviews for new page format [02:40] BLOCKED: none [02:40] TODO: language packs, bug fixes, fix permission problem for jordi [02:40] BLOCKED: none [02:40] kiko: have you tried again, I recached rev 2322 which should fix your problem [02:41] lifeless, I tried again yesterday, let me see today. [02:41] lifeless, what was the issue? [02:41] there is a leak in baz [02:41] ah [02:41] bradb: we can talk more about BugInContext later today [02:41] its kinda noticable if you do lots of rev patching [02:41] SteveA: certainly [02:41] and the other stuff [02:41] yeah [02:41] DONE: refactorings of tests, UI reporting, other things; improved auto-merge; planning of weave-like tree merge [02:41] BLOCKED: no [02:42] bradb: are you really blocked on that, as in, have no work to do if that doesn't happen? [02:42] I've fixed in in my 1.5 branch, I'm planning on doing a merge with the new features disabled just to fix that. [02:42] mpool: the three sentences are DONE, TODO and BLOCKED, btw [02:42] lifeless, maybe I could pull your branch to test? [02:42] SteveA: not in that sense. i have no problems finding other things that can be worked on. but the critical path is blocked on that. [02:42] bradb: okay, understood [02:42] TODO: continues buildd sprint [02:42] DONE: buildd sprint [02:42] BLOCK: jamesh review queue [02:42] kiko: uhm, if you want to - you'll need to build it yourself [02:42] TODO: fix merge bugs, 0.0.7 release, new tree format, merge tests [02:42] Kinnison: do you have other urgent reviews to have done? [02:43] lifeless, is such an undertaking non-trivial? [02:43] oh in that order? ok [02:43] SteveA: Myself and celso as a pair have urgent reviews [02:43] SteveA: and we'll be generating more and more as the sprint progresses [02:43] can we get you assigned a reviewer to specifically help with this for the sprint? [02:43] kiko: what do you think? [02:43] kiko: non-trivial yes, very hard - no. [02:44] SteveA: that would be useful [02:44] SteveA: I'd be happy to do reviews for Kinnison and cprov. [02:44] SteveA, well, yes, it would be useful, but I am blocked with reviewing shipit and the other unreviewed generals [02:44] kiko: minimally you'd need to deal with my very verbose printf bombs. There is a HOWTO on the bazaar.c.c site, you should follow that but switch the src/baz directory to mine [02:44] kiko: my bazaar--project-tree-format--1.5 branch, IIRC. [02:45] kiko: i wasn't asking you to do it ;-) [02:45] lifeless, hmmm, maybe I won't have time for this soonish then [02:45] just what you thought of the idea [02:45] kiko: which is why I did not suggest it. [02:45] kiko: just try again, it should work. [02:45] okay, spiv, you're assigned as special soyuz sprint reviewer [02:45] SteveA, I know, but there's not a lot of people that can take up that responsibility [02:45] spiv: We're on a very tight schedule -- In particular we're generating large numbers of interrelated changes which need to happen. Are you okay to be quick about this? [02:45] tiem to wrap up [02:45] * spiv grimaces [02:45] um time [02:45] 5 4 3 2 1 [02:45] countdown of doom, as usual [02:45] 3 [02:45] 2 [02:45] ... [02:45] nooo [02:45] 1 [02:45] * [02:45] END OF MEETING [02:46] Kinnison: I can be quick, modulo the timezone difference. [02:46] cprov: I'll get your first one finished tonight and the second tomorrow morning or tonight [02:46] spiv: star [02:46] sorry, I'm at (other) work, wasn't looking [02:46] Kinnison: And I'll warn you as far in advance as I can if that plan goes awry. [02:46] spiv: thanks [02:46] stub, have a few minutes to chat? [02:46] sure [02:46] DONE: tons of pending requests, more bug filing, lots of email answering [02:46] jamesh: great, there will be new changes, but they are minimal, thank you === SteveA goes out to get food to eat [02:47] TODO: answer the few last pending emails from rosetta@ubuntu.com/private email; port FAQs to wiki === carlos -> lunch [02:47] BjornT: so, i was thinking, i noticed that there are a few branches of yours in the general queue, that have been there for over two weeks. have you been hassling anyone about those? (and, speaking of hassling, will you get a chance to review portlet mania, round II today? :P) [02:48] BLOCKED: deciding what to do with gnome-glossary (do we want to import it?), some of my tasks need to be proxied via kiko still. [02:49] SteveA: where do I get shortlist from? [02:49] s/over two/about two/ [02:49] Kinnison: ctags is your friend! [02:49] ctags ate my IO bandwidth! === SteveA really goes to lunch [02:50] Kinnison, it's in helpers, IIRC [02:50] ta [02:52] BjornT: also, I notice that it appears that DistroReleaseCVEReport is conflicting [02:52] bradb: well, i've been reviewing branches to get them on top ;) it was decided that most of the general queue would be gone by tomorrow, but i'm not sure that will happen any more. kiko? [02:52] night all [02:52] bradb: yeah, but it's a minor conflict, i think [02:52] BjornT: Hm, I've seen the oldest ones there at the top under daf's branch for several days, IIRC [02:52] bradb: i'll take over distroreleasecvereport and take it to south africa over the weekend for some love [02:53] BjornT, it must happen [02:53] bradb: what's your pipeline look like at the moment [02:53] bradb: i won't have time to review your branch today, but tomorrow [02:53] sabdfl: BugInContext (not yet approved, just wrote it yesterday, blocks BugAndTaskPageURLs) and then implement MaloneSearchResults on the other bug listings (the first merge only implements it on the sp bug listing page.) After that, it depends entirely on what else is part of MaloneOneDotZero (I did extensive gardening lately to make it easy for others to tell me what I understand 1.0 to be, what spec statuses are, etc. but haven' [02:53] BjornT: ok [02:54] s/implements it/implemented it/ [02:55] kiko: will it be easier to manage spec status on launchpad overall, or on rosetta/malone/registry etc individually? [02:55] kiko: well, it's not much time left, but still a lot of branches to review, and so far i haven't seen much action. i'll be reviewing one more today, and probably two tomorrow. [02:56] BjornT, I'll do quite a few today [02:56] sabdfl, are you asking where we will attach the specs to -- the launchpad product or the malone/rosetta products? [02:57] and jamesh, spiv? how are the reviews going? [02:57] BjornT: I'm going to be doing a review blitz pretty much all day tomorrow. [02:57] Right now it's bedtime, I'm afraid. [02:57] cool [02:58] good question BjornT [02:59] SteveA: At what time do you want to discuss BiC further today, and request/launchbag:foo? [02:59] I guess he's gone for lunch. /me goes to finish waking up, back in 30-45 mins. === bradb & === rbelem [n=rodrigo@200.231.108.90] has joined #launchpad === mdz [n=mdz@ca-studio-bsr1o-251.vnnyca.adelphia.net] has joined #launchpad [03:18] cprov: Will AutoBuilding ever be used by upstreams, or is it only for distributors? [03:19] mpt: both I suspect [03:19] ok [03:33] carlos: ping [03:36] carlos: I'm trying to get language-selector into rosetta, it's there but it needs admin love: https://launchpad.net/products/language-selector/+translations [03:36] the pot file is in mvo's arch repo if you need one [03:38] hmmmm [03:38] jordi? [03:38] kiko: yup [03:39] jordi, so you're basically suggesting rosetta experts be allowed to admin language groups? [03:40] jordi, because the process sould be: ask end-user to create group when necessary, privileged person set up the actual language group link [03:40] kiko: I believe. We're going to populate GNOME and Plone teams very soon. I can proxy, but I think it's something an expert should be able to do. [03:41] nod [03:42] are you guys talking about my issue? [03:43] not sure :) === Kinnison lunches [03:43] I welcome anyone who'd like to help me :) [03:44] zyga: oh [03:44] I can help you with that. Can you get a tar.gz created with all the files that need import? [03:45] zyga: add your request here https://wiki.ubuntu.com/RosettaPendingImports [03:45] I can do it after lunch [03:45] I'ts getting late, gotta leave office [03:45] jordi: tar.gz with what? .pot? === bradb returns === BjornT_ [i=10183@82-135-221-189.ip.takas.lt] has joined #launchpad [04:01] caaaaaaarlog === kiko has log imprinted in his brain [04:01] caaaaaaarlos [04:02] khaaaaaaaan... *cough, cough* [04:09] cprov: Sorry, I forgot ... are the build machines ever doing cross-compiling? [04:10] mpt: never, I builder is registered for a specific architecture [04:10] ok, so "architecture" doesn't need to be a column in the table of builds for a builder :-) [04:11] mpt: it does, how to identify a builder-slave architecture [04:11] It's already identified in the builder summary info [04:11] it doesn't need to be repeated for every build on the builder's individual page [04:11] mpt: I need to query it .. [04:12] mpt: summary isn't normalized, what are you suggesting ? [04:14] cprov: On the page for an individual builder [04:14] it displays what architecture that builder has [04:14] mpt: Builder.processor field indetify for which architeture this build works for, no way to remove ;) [04:14] e.g. i386 [04:14] So in the table of builds [04:14] mpt: yes, continues [04:14] you don't need to say that every build is an i386 build [04:14] because we already know that [04:14] does that make sense? [04:15] mpt: yes, UI changes always make sense in this context ;) [04:15] We still need the architecture column in the builds page for a distro etc, because there the architecture is going to be different depending on the build [04:15] mpt: indeed [04:15] but not in the builds page for a builder itself. [04:16] mpt: exactly, you can remove that column, easy [04:17] bradb, bjornt: were you planning to bring the bug subscription system into line with Brazil soon? [04:17] or should i do that? [04:17] i've landed very simple and efficient subscriptions for specs, bounties, and soon tickets [04:18] sabdfl: Wasn't planning on doing it before 1.0. [04:18] and in fact i think i can simplify it all into a single interface and browser code [04:18] i will do it [04:18] ok, great [04:18] i'm also going to rework cve reports to meet pitti's initial needs [04:18] sabdfl: that will help the MOTUs, they're having trouble with bug mailing lists vs. privacy right now [04:18] ok [04:18] mpt: i don't follow? [04:19] sabdfl: They were assigning bug reports to a MOTU team, but the team had a public mailing list address as its preferred e-mail address, so "Private" bugs were being made public [04:19] nice [04:20] but my changes will not prevent that [04:20] mpt: did you clean up the calendar pages to remove the tabs? [04:20] sabdfl: if implemented per spec, MaloneBugSubscriptions would solve that by letting the mailing list subscribe to the MOTU packages, and thereby be notified of public bugs but not private ones [04:20] that's PackageSubscriptions [04:21] all i'm going to do is get rid of the CC/WATCH/IGNORE options, and polish up the web pages [04:21] mpt, to /all/ motu packages? === bradb yearns for one-bit subscriptions [04:22] sabdfl: MaloneBugSubscriptions has "PackageSubscriptions and ProductSubscriptions are implemented" in its Assumptions, and describes how they work for private bugs [04:23] mpt: i'm not implementing the whole spec. part of the malone bug subscriptions discussion was to drop the cc/watch/ignore stuff in favour of a simple subscribe/unsubscribe mechanism. that's all i'm planning to do [04:23] sabdfl: as I understand it, jamesh's calendar-ui branch turns the calendar tabs into application menu, which makes them a portlet in the new layout. [04:24] ok, so that was jamesh. looks good. much better [04:24] mpt: what's your pipeline look like? [04:25] I'm finishing up the buildfarm stuff at the moment, then giving the spec tracker a once-over, and by then SteveA should have finished the missing bits of LaunchpadMenus [04:32] ok === BjornT [i=10183@82-135-221-189.ip.takas.lt] has joined #launchpad [04:32] are you working with real pages on the buildfarm, or specs? mpt? [04:32] real pages [04:32] builder-index.pt right now [04:34] cool [04:35] zyga, isn't language-selector an Ubuntu package? [04:49] carlos: it is, but pot files are not in rosetta - check out my messages above [04:49] carlos: I've added it here: https://wiki.ubuntu.com/RosettaPendingImports [04:49] zyga, ok, that's not the way to do that [04:49] ah [04:49] zyga, Ubuntu packages are imported automatically [04:49] then what should I do? [04:50] language-selector hadn't any .pot file some time ago and that was the problem [04:50] if mvo fixed it now [04:50] BjornT: ok, the conflict in cve stuff was minor, and i have a branch with it fixed [04:50] it should appear soon automatically [04:50] as the other Ubuntu translations [04:50] under launchpad.net/distros/ubuntu/breezy [04:50] carlos: it does now but it's in his arch repo, I'm not sure if that's the 'proper' place [04:50] BjornT: could you remove your branch from the review queue, please, i will make my changes in a separate branch and put it up for review next week [04:51] sabdfl: cool, i'll do that [04:51] zyga, as soon as he uploads that version into Ubuntu's archive, it will appear to be translated from Rosetta, don't worry [04:52] carlos: k, thanks [04:52] you are welcome [04:53] carlos: wait, mvo sais it's there for ages [04:53] says even [04:53] it's been there for ages [04:54] zyga, with a .pot file? [04:54] sabdfl: how long are you around for today? === mvo [n=egon@ip181.135.1511I-CUD12K-01.ish.de] has joined #launchpad [04:55] zyga, with a .pot file? [04:56] mvo: does ubuntu archive contain .pot file for language-selector? [04:56] niemeyer: ping [04:56] bradb: ping [04:56] yeah, hi [04:56] i've just finished a small example BiC implementation [04:56] jordi, are there bugs filed on allowing experts to manage language groups? === mvo waves to zyga [04:57] sabdfl: Pong [04:57] mvo: okay, I'm tracking your progress on #u-devel [04:59] stub, before you leave [04:59] stub, I need that you add a new row to SourcePackageName on production [05:00] ok [05:00] INSERT INTO SourcePackageName(name) VALUES('language-selector'); [05:00] stub, thank you [05:00] carlos: done [05:01] zyga, language-selector should appear soon on Rosetta [05:01] if it's not there tomorrow, ping me back [05:01] carlos, stub: https://launchpad.net/sourcepackagenames [05:01] cheers all === sabdfl [n=mark@pdpc/supporter/silver/sabdfl] has left #launchpad [] [05:02] carlos: thanks - will .po uploads work again soon? [05:03] zyga, they should work. Seems like some people have issues with .tar.gz uploads (need to look into it) but the only problem is that with a change in our templates, the links were removed [05:03] zyga, just add /+upload to the URL and you will be able to do the upload [05:03] carlos: no link - confused users (like me) [05:03] carlos: thanks I'll remember now [05:03] zyga, like es/+upload or pt_BR/+upload [05:04] zyga, I know, It was an error not a feature :-P [05:10] Merge to rocketfuel@canonical.com/launchpad--devel--0: [trivial] Added missing links to upload and admin URLs (Fixes #1996) (patch-2337: carlos.perello@canonical.com) [05:11] zyga, there you have [05:11] carlos: great, thanks :) [05:14] SteveA: thanks dude [05:15] zyga, I missed some of the conversation here.... an URL for language-selector translation available?;) [05:16] WaterSevenUb: it should appear in a moment :) [05:16] WaterSevenUb: it's a nasty translation though :-) be careful [05:17] WaterSevenUb, not in a moment but between today and tomorrow [05:17] carlos: is there any way to know what is the source of a suggestion? [05:17] zyga, eheh:) [05:17] zyga, not yet [05:17] carlos: I just ran across some ill-encoded suggestion [05:17] carlos, k:) [05:17] carlos: could someone make a select or something? :) [05:18] zyga, open a bug report and I will try to look at it when I have some time [05:18] carlos: okay, thanks [05:21] carlos: bug on launchpad product? [05:22] zyga, rosetta === rbelem is now known as rbelem-afk [05:26] stub: how long are you around for? === rbelem-afk is now known as rbelem [05:53] why do i get 15 errors when running the tests on rocketfuel? [05:54] so why can't I log in to launchpad [05:54] I click "log in", and I'm still not [05:55] weird, it didn't like me doing it in another window [05:55] and apparently I can't fix hct bugs because I'm not the maintainer ?! [05:56] Keybuk, waitasec [05:56] that's silly ... people other than the maintainer should be able to mark bugs as fixed [05:56] Keybuk, I'll set you as maintainer (would you rather have a group?) [05:57] I don't mind either way [05:57] launchpad is slow for me atm [05:57] very slow [05:59] jamesh: ping [06:01] bradb, BjornT: I'm getting a test failure in bugtask.txt. can i get some help debugging it? [06:01] sure, i can help [06:01] SteveA: i just finished some more braindumping on https://wiki.launchpad.canonical.com/BugInContext btw [06:02] python test.py -f --test=bugtask.txt [06:02] what do you get? [06:05] SteveA: it passes, but that's expected [06:05] SteveA: what failure do you get? [06:05] Traceback (most recent call last): [06:05] File "/scratch/dists/launchpad/lib/zope/testing/doctest.py", line 1315, in __run [06:05] compileflags, 1) in test.globs [06:05] File "", line 1, in ? [06:05] upstream_task.status = STATUS_ACCEPTED [06:05] Unauthorized: ('status', 'launchpad.Edit') [06:06] this is with a rocketfuel tree [06:06] hmm [06:07] SteveA: maybe under: [06:07] >>> sample_person.join(foo_team) [06:07] True [06:08] throw an sample_person.inTeam(foo_team) [06:08] it should return True [06:09] sample_person.inTeam(foo_team) [06:09] Differences (ndiff with -expected +actual): [06:09] - True [06:09] + False [06:09] aha [06:09] that's why [06:09] the question is, why isn't it joining the team? hm. [06:09] any idea why that might happen? [06:09] i have a place to debug now, anyway [06:10] zyga: tar with pot & po makes our life a lot easier [06:11] SteveA: silly question, but is your database reset as well? [06:11] (for the fresh checkout) [06:12] yes [06:12] i rebuilt it [06:12] anyway [06:12] joining a team should either cause an error [06:12] and, if it's a fresh checkout, unaltered, how did you discover the test failure? what made you want to run the test suite? [06:12] or result in the person being in that team [06:12] i always run the test suite before i cut a branch [06:13] just to make sure nothing freaky has happened in my own setup [06:13] or random stuff happening [06:13] ok [06:13] otherwise, how can i tell that my changed tests are causing a failure [06:13] ? [06:13] TDD dude! [06:13] i live by TDD === mvo [n=egon@ip181.135.1511I-CUD12K-01.ish.de] has joined #launchpad [06:14] okay, i'll get a cup of beverage, and then get my debugger out [06:15] ok :) [06:15] SteveA: what happens next with BiC, btw? [06:15] thanks for the help tracking down the location of the problem [06:15] no prob [06:15] next, i want to get stuart to review it, and perhaps lifeless too [06:16] so, send out a message to them asking for their review [06:16] ok. warning: it's still in brain dump mode. i can spend more time really crysallizing it if you want it to be draft spec quality [06:16] and we'll also look at it a bit more later today [06:16] it is getting good enough to be a useful description of what and why [06:16] SteveA: i remember having a failure like that before, not fun to debug. sometimes when you change something, it starts to pass... [06:16] arse [06:17] bradb: don't spend much more time on it; get on with other stuff. [06:17] right [06:17] i'll look to give you some more comments [06:17] but i want stu and lifeless to look next [06:17] I'll mail both of them then [06:17] cc me please [06:18] ok [06:18] BjornT: i kind of suspect some exception being swallowed somewhere. [06:20] SteveA: could be. iirc the sqlobject cache got cleared somehow when i had that failure, but i'm not sure. [06:20] jordi: done, it's on the page [06:20] jordi: but the issue is solved anyway - there was a bug in rosetta [06:21] jordi: it did not scan the package to notice the .pot file [06:21] SteveA, BjornT, could a flush_database_updates() solve that? [06:23] salgado: I think the real problem is to figure out how SteveA's environment differs from pqm's. [06:23] salgado: well, it might make the test pass. but it'd be good to debug it, there might be a deeper problem with sqlobject, which would be good to fix [06:23] zyga: you still need the import? [06:24] jordi: I'm not sure, carlos did some magic on the production system [06:25] bradb, well, IIRC the problems caused by not having a flush_database_updates() in some places are not always reproducible, like the problems we used to have with the old teamparticipation.txt test [06:25] jordi: the package should appear on its own but I dont know how soon that's going to happen [06:25] jordi, you should reject any request to import .pot files attached to products if that application is Ubuntu specific or the request is to translate a product for Ubuntu [06:26] jordi, all those translations are handled from /distros/ubuntu ... [06:26] carlos: I didn't even know what language-selector was. [06:27] yet. ie, I hadn't looked at it. [06:27] salgado: could be that too === bradb goes for lunch [06:28] WaterSevenUb: ping [06:28] jordi, It's just extra information for you so you do some extra questions/test before a new import [06:28] not a big problem [06:28] WaterSevenUb: the best way to translate language-selector is to have wikipedia around, all those countries are there to see :) [06:28] zyga, there is one package there with all the coutnries translated already. [06:29] zyga, give me one minute. [06:29] WaterSevenUb: ah?!? [06:29] WaterSevenUb: I sure would like to merge if it has .pl stuff [06:29] WaterSevenUb: how about weather applet? [06:30] zyga, country-chooser? [06:30] zyga, I don0t have time now... check if it's that one... [06:31] WaterSevenUb: I have to go now - I'll check it tomorrow === mdz [n=mdz@ca-studio-bsr1o-251.vnnyca.adelphia.net] has joined #launchpad === dand_ [n=dand@gw.datagroup.ro] has joined #launchpad [06:39] zyga, do you have to translate country names? [06:39] that's a bug on language selector.... [06:40] carlos, what do you mean by bug? [06:40] WaterSevenUb, it should use iso-codes package [06:40] that has translations for all countries and languages [06:42] carlos, where is iso-codes in Rosetta? Also, countrychooser has translations of country names. [06:43] WaterSevenUb, not sure if it's imported, if it's not, we should fix that [06:45] carlos, well... I'm lost. File a bug on language-selector to use iso-codes? How to tell to import iso-codes to Breezy? (There is one in Hoary that could be possibly reused). [06:46] WaterSevenUb, file two bugs: 1.- language-selector should use iso-codes (against language-selector) 2.- iso-codes is not available for breezy (against Rosetta) [06:47] 1. bugzilla 2. malone ? [06:48] WaterSevenUb, yes [06:54] carlos: yes, both country names and languages === rbelem is now known as rbelem-afk [06:55] carlos: but I did the translation manualy, outside rosetta [06:55] carlos, https://launchpad.net/malone/bugs/2022, http://bugzilla.ubuntu.com/show_bug.cgi?id=14503 [06:55] WaterSevenUb, thank you [06:55] zyga, so... you have countrychooser in breezy, and iso-codes in Hoary... check for country translations in there;) [06:56] WaterSevenUb, countrychooser should also use iso-codes [06:56] carlos, one more bug? eheh. [06:56] WaterSevenUb: I'll merge and that should make my work obsolete, thanks :) [06:56] the point behind that package is to translate those languages/countries in a common place and only once [06:57] I see.... so +1 bug?:) [06:59] why can't I find countrychooser in packages.ubuntu.com? === rbelem-afk is now known as rbelem-lunch [07:02] WaterSevenUb, I don't know, ask at #ubuntu-devel [07:04] WaterSevenUb: there is a package localechooser-data [07:04] WaterSevenUb: I cannot check it now [07:17] ciao dudes === camilotelles [n=Camilo@20132139198.user.veloxzone.com.br] has joined #launchpad === lamont [n=lamont@15.238.5.156] has joined #launchpad [07:30] carlos, no time now... see you. === rbelem-lunch is now known as rbelem === niemeyer [n=niemeyer@200.138.51.136] has joined #launchpad === niemeyer is back, now under Ubuntu :-) [07:55] niemeyer! [07:55] is that breezy or hoary? [07:55] breezy [07:55] Some details are still not working, like an empty "Applications" menu, but that's minor [07:55] (not working for me, I mean) [07:56] Certainly due to past config files I had [07:56] niemeyer, last time I tried to develop launchpad with breezy was a bit difficult and tests didn't work [07:56] that was a month ago [07:57] carlos: Ah, looks like I'll have a lot of fun then.. :)) [07:57] niemeyer, yeah, the postgres setup changes a bit [07:57] because the paths changed [07:57] carlos, apparently the sab fixed the issues, but I'm not sure he landed them [07:58] niemeyer, is there a way, in xchat, do make a user command issue two IRC commands? [07:58] twistd 2.0 gave me lots of problems with hte tests but Andrew did some fixes for that so it should not be an issue anymore... [07:58] kiko, ok [07:58] kiko: If using the Python plugin interface, certainly [07:58] niemeyer, not using the python plugin interface [07:59] kiko: Not that I'm aware about it [07:59] sucks to be me [08:00] SteveA: got a moment to discuss request/launchbag:foo? [08:01] kiko: [08:01] def cmd1(word, word_eol, userdata): [08:01] xchat.command("cmd2") [08:01] xchat.command("cmd3") [08:01] xchat.hook_command("cmd1", cmd1) [08:01] That should work, ir you're interested [08:01] if [08:02] you are such a hacker === niemeyer gives kiko a hug [08:07] .. and shouts in his ear: _why the damn tinyproxy doesn't work?_ [08:08] [niemeyer@burma ~] % sudo tinyproxy -d [08:08] tinyproxy: Unable to find group "nobody". [08:08] !? [08:09] Ok.. got it [08:09] niemeyer, group nobody missing, obviously [08:09] if it's broken in breezy.. report a bug [08:11] kiko: You're such a hacker! === niemeyer runs [08:11] :) [08:11] I'll have to nobody -> nogroup on all old conffiles [08:12] ah, old config files from mandriva [08:12] Yep [08:12] kiko: Is there something like the redhatish rc.local on Debian systems? [08:12] (something that is exec'd on startup) [08:13] And is supposed to be messed by users [08:13] not that I know of === Keybuk [n=scott@syndicate.netsplit.com] has joined #launchpad [08:14] Keybuk! [08:14] niemeyer! [08:14] how goes the ubuntu install? [08:15] Keybuk, here's a question from niemeyere [08:15] kiko: Is there something like the redhatish rc.local on Debian systems? [08:16] I didn't know of anything -- do you, Keybuk? [08:16] what does rc.local do on RedHat ? [08:17] (something that is exec'd on startup) [08:17] And is supposed to be messed by users [08:17] niemeyer: what do you want to do on startup? [08:17] because that would probably mean there's a bug in Ubuntu we need to fix === niemeyer_ [n=niemeyer@201.10.93.233] has joined #launchpad [08:19] niemeyer: what do you want to do on startup? [08:19] because that would probably mean there's a bug in Ubuntu we need to fix [08:20] Keybuk: Sorry.. power problems here [08:20] Keybuk: It's going nicely [08:20] (re: rc.local) [08:20] Keybuk: Still polishing a few details, but the core migration is done [08:21] Keybuk: Not really.. just minor personal tasks I'd like to run at startup [08:21] just drop a file in /etc/rc2.d named S99whateveryouwant [08:22] Keybuk: Understood [08:22] Thanks [08:22] Btw, do you happen to know what to do with an empty "Applications" menu? [08:22] it's empty?! oops [08:23] Keybuk: Not a fault of ubuntu [08:23] try right-clicking on it and choosing Edit Menus and see if you need to turn stuff on [08:23] oh, what did you do? [08:23] Keybuk: Migrated my home from Conectiva, to Mandriva, to Ubuntu.. :) === bradb reads the MagicSourcePackage spec to get an idea of what it'll take to make ISourcePackage work for distros, so that /distros/ubuntu/+sources/... can work. [08:38] "In the case where it is given a distribution it will usually behave as though it was workingwith that distributions primarydistrorelease." -- "usually" is an interesting choice of word there. [08:47] Would it make sense to change SourcePackage so that it can only take one of either distribution or distrorelease, and to make the assumption that only .distribution OR .distrorelease will be set? [08:49] Kinnison, cprov: What do you think? [08:50] I'm wondering what kind of explosion this might trigger [08:52] even breaking it up into two pieces, IDistroSourcePackage and IDistroReleaseSourcePackage might make sense, unless you guys can think of another way to be able to render a +index on both kinds of objects without that. [08:52] s/render/register/ === bradb goes bughunting meanwhile [08:54] bradb, well, if you look at sourcepackage's methods, the question you want to answer is: do they make sense in a distro context? [08:54] which of them depend on distrorelease? [08:54] yeah, i looked at them [08:55] and if you used the latest release, what impact would it have on the pages you are working on? [08:55] i think they can all make sense, with reasonable assumptions about what not having a .distrorelease means [08:56] what does it mean? [08:56] kiko: I don't think using the latest release makes sense for all of them. e.g. not for bugsCounter, at least. [08:56] kiko: it means different things for different methods, AFAIK [08:56] I agree [08:56] the most important point being that the behaviour is documented, IMHO [08:57] s/AFAIK/AFAICT/ [08:57] not so sure [08:57] are most of the methods going to end up being big binary if switches? [08:58] if it remains as one implementation class, then yes, that may happen [08:59] well, s/may/?/ and I'll suggest a course of action [09:00] I can't answer questions about a sourcepackage as though I understand it extremely thoroughly though. I'm sure Kinnison or cprov could illuminate more deeply what impact this other semantic would have on the bowels of Soyuz/LP. [09:00] My initial impression is that it would make more sense to split it into two objects though [09:01] bradb, SourcePackage isn't used in many places [09:01] I'm not so sure K/C will actually know that well [09:02] it isn't? [09:02] bradb@oxygen:~/launchpad/lib/canonical/launchpad $ greppy SourcePackage | wc -l [09:02] 557 [09:02] lead me to think otherwise, but looks can be deceiving [09:03] SourcePackageRelease? [09:03] greppy SourcePackageRelease | wc -l [09:04] 171 [09:04] indeed, these results are not a count of just the "SourcePackage" class, as it were, but anywhere the word "SourcePackage" is mention suggests to me the potential to break something with this change, be directly or indirectly [09:05] right [09:05] well, no [09:05] SourcePackageRelease will not be affected at all [09:06] bradb@oxygen:~/launchpad/lib/canonical/launchpad $ greppy "\bSourcePackageRelease\b" | wc -l [09:06] 83 [09:06] (dunno if writing Perl regex's for grep Just Works, but ... :) [09:07] 67 for \bSourcePackage\b [09:08] it doesn't look to bad though, skimming through less [09:08] bradb, hctapi uses it [09:08] you can be sure that none of the callsites use it without a distro release [09:09] correct, by the looks of it [09:09] that's Very Good News, to my eyes [09:10] bradb, make a separate class, I think [09:10] so, it would appear that adding this new semantic isn't so bad in terms of breaking existing code, but that it does leave the question of if and how to distinguish D SP and DR SP behaviour [09:10] yeah, i'd tend to agree [09:10] there is not a lot of commonality that you can use [09:10] you can however try implementing a subset of the interface [09:11] and making sourcepackage's interface inherit from yours [09:11] right [09:13] one thing that I'm wrestling with here is that, where I think IBugTask, IDistroBugTask, IUpstreamBugTask, etc. communicate very clearly what kind of task one is working with in the code, I don't think sabdfl likes that. so, even though i might take the same approach here (afterall, how do you register a distinct +index page for each, otherwise?), i can imagine what kind of reaction that would cause [09:13] e.g. I was thinking ISourcePackage, IDistroSourcePackage and IDistroReleaseSourcePackage. one base iface and two specializations of that iface for things that are and behave differently. [09:16] kiko: thoughts on that? === niemeyer [n=niemeyer@201.10.93.233] has joined #launchpad [09:17] bradb, sounds correct. [09:18] however [09:18] IDRSP I'm not so sure about -- sounds like plain SP [09:19] I'm curious: how would an IDRSP be a "plain SP" anymore than a specific sp release should be a "plain sp"? [09:20] the problem i'm seeing here is that with two iface's, that seems to imply one is going to extend the other, but that breaks in both directions, because each will have different methods that won't make sense for the other, i think [09:21] but, the ideas are still simmering, i'm not fully sure one way or the other on that bit [09:23] oh [09:23] hmmm [09:23] you want to survive the full rename of SourcePackage -> IDRSP? [09:25] if it can work like bug task works, we don't need to actually create a new content class. we could have the core content class be basically just the data, and from there adapt it to the iface it should behave like. [09:26] mark seems to be allergic to adapters :-( [09:27] yeah, i know. hmph. trying to think of how this can be kept clear and simple. === bradb wonders if SteveA has ever pondered the DSP vs. DRSP problem [09:29] kiko: what should i do then? maybe keep this idea on low heat and bring it up with SteveA when he's around later? [09:30] I'd do the following [09:30] create a new class [09:30] IDSP [09:31] create the interface split [09:31] don't do any adaptation [09:31] then later talk to stevea about refactoring [09:31] you'll need to do some minor duplication because of this [09:31] but it should be mainly little if clauses in the browser code [09:32] ok, to be clear, which if ISP, IDSP and IDRSP do you think should exist? [09:32] s/if/of/ [09:33] I'd do the simplest thing, which is a bit in violation of OOness [09:33] and, which of SP, DSP and DRSP content classes, and how do you picture the inheritance hierarchy working? [09:33] IDSP -> ISP [09:33] no inheritance between the content classes [09:34] ok [09:35] i'll start by modifying doc/sourcepackage.txt === carlos -> dinner === FireRabbit [n=FireRabb@c-67-183-18-60.hsd1.wa.comcast.net] has joined #launchpad [09:51] can i somehow add a little dropdown box where the user can select which operating system they are using in the "Add Bug" page for my project? === mdz [n=mdz@ca-studio-bsr1o-251.vnnyca.adelphia.net] has joined #launchpad [09:53] FireRabbit: hm, interesting question [09:54] the direct answer is no, you can't add a little dropdown box to your filebug page for your product. but it's an interesting point. [09:54] what about adding different components to my project like bugzilla has? [09:55] nope, Malone doesn't have components (yet) [09:55] FireRabbit: what project are you referring to? what kind of things did you have in mind for components? [09:56] well, my application has a windows gui, a linux gui, and a common shared backend library. it would be nice to have seporate components for each one [09:57] FireRabbit: who do you envision to choose the "component"? [09:58] well, it would be fine if the user just saw "Which operating system are you using?:" .. one of the developers could then switch it to the backend if it was determined that the bug was not platform-specific [09:58] FireRabbit: i.e. i'm curious if what you mean by component can be handled with keywords instead. [09:58] or if there's a need for both [09:59] hm, i dont know if i saw keywords [09:59] they're not yet implemented [09:59] oh, i see :) [09:59] well, if "keywords" are going to be configurable per-project, and if you will be able to select a keyword when submitting a bug, it would probably do what i am thinking just fine [10:02] ok. we'll do some thinking about your questions/issues. sorry, i can't give any more specific an answer than that right now, but it's always helpful to hear what users are finding confusing/missing/useful/whatever [10:02] thanks a lot [10:03] no prob [10:03] i thought of one more thing, say someone submits a bug for my project and we determine that the bug is actually being caused by one of the shared libraries that the project uses, is there a way to re-assign an existing bug to another project? [10:04] FireRabbit: no, but i agree that it's an issue [10:04] okay, just throwing it out there as an idea :) [10:05] it's a very good idea [10:06] i think it would compliment the whole upstream/distribution seporation malone tries to make quite well [10:07] brb, i need to grab some lunch.. is there a mailing list i should post these suggestions on? [10:09] FireRabbit: I just filed https://launchpad.net/malone/bugs/2030, re: reassignment [10:10] FireRabbit: I haven't announced malone-users officially yet. Planning to do so around the 1.0 release, in the not-too-distant future. [10:16] okay, cool. hopefully ill hear about it [10:23] hey [10:23] does anyone know of a tool to clean up pristine trees automatically? === niemeyer [n=niemeyer@201.10.93.233] has joined #launchpad === Seveas [n=seveas@seveas.demon.nl] has joined #launchpad === Lovechild [n=dnielsen@love-sources/Lovechild] has joined #launchpad [10:45] kiko: Does this look like what you had in mind for SP? https://chinstrap.ubuntu.com/~dsilvers/paste/fileTEg1KE.html [10:47] bradb, looks good. [10:48] great, thanks. I love science fiction. === bradb turns it into science non-fiction === rbelem is now known as rbelem-afk === Burgundavia [n=corey@S0106000000cc07fc.gv.shawcable.net] has joined #launchpad === mvo [n=egon@ip181.135.1511I-CUD12K-01.ish.de] has joined #launchpad [11:09] Argh.. I hope to keep the same distribution for another 5 years at least. :-) [11:10] mvo! [11:11] kiko: doc/sourcepackage.txt passes now, with that snippet included. w00t. [11:12] time for me to head out === mvo waves to niemeyer [11:15] later all [11:18] mvo: Today it's the first time I use Smart on Ubuntu by myself. :) [11:18] niemeyer: nice! are you happy with the packaging :)? [11:19] mvo: I'm using it from the development tree so far [11:20] mvo: But the fact that the package actually exists already makes me happy ;) === dand [n=dand@gw.datagroup.ro] has joined #launchpad [11:33] morning all === camilotelles [n=Camilo@20132139198.user.veloxzone.com.br] has joined #launchpad