=== bradb [n=bradb@modemcable092.66-130-66.mc.videotron.ca] has left #launchpad [] [12:16] ychahibi: hmm, the problem with the oooo one is that i's a bit messy if I remember correctly [12:16] we need really good grammars, yes. [12:16] err, glossaries [12:16] salgado: hiya [12:17] jordi, sure [12:17] jordi, the OOo glossary contains many non IT terms [12:17] yes [12:17] jordi, it also has to be classed into categories so translation can be easier === lakin [n=lakin@S01060013101832ce.cg.shawcable.net] has joined #launchpad [12:21] jordi, such a unified glossary can be useful for i18n projects, specially in the open source participation development, where translation is made by many contributers. Thus,any new contributor should know which terms were used by any former contributor. === jinty [n=jinty@84.Red-83-55-199.dynamicIP.rima-tde.net] has joined #launchpad [12:26] ychahibi, rosetta already does that: it shows you every translation used for similar strings. That goes *some* of the way towards helping with that [12:27] I'd encourage you to use a mailing list/wiki page for now to coordinate about individual words, until Rosetta includes this functionality [12:27] mdke, yes. [12:28] mdke, won't it be better if the different languages used the same english terms database ? [12:28] what do you mean? [12:28] hey lifeless [12:29] mdke, it would be nice to have a list of english words for all the languages to populate the wikipages with their equivalents in different languages [12:31] ychahibi, you mean, technical words? [12:32] like computer, internet, hard disk ... related to computer sciences [12:36] ychahibi, that sounds like you'd be making a list to try and teach people English [12:36] mdke, no [12:37] mdke, something like http://l10n-status.gnome.org/HEAD/PO/gnome-glossary.HEAD.pot [12:38] i see [12:38] mdke, excuse my poor English : [12:38] :) [12:39] it's extremely good === poningru__ [n=poningru@ip68-226-0-76.ga.at.cox.net] has joined #launchpad [12:45] heh mtg [12:45] matsubara? [12:45] I would benefit greatly to have that card [12:45] kiko: ponigru quit message. [12:46] kiko: it's supposed to be a magic the gathering card. [12:46] yeah, I see [12:46] ng [12:46] sorry [12:47] poningru: there's nothing to be sorry about. I was just commenting about your quit message. I used to play a lot of mtg in the old days. [12:48] hehe [12:48] I was apologizing for the stray piece of 'ng' [01:21] hmm, carlos's gone [01:22] and it's only 1:30 AM [01:22] I am too :) [01:22] (but I have work to do -- more work!) [01:23] you're going to sleep? [01:23] what time is it in Sao Carlos? [01:24] jordi: 20:24 [01:25] oh man, he's like a 6 y/o! [01:25] like what? [01:26] six year old [01:26] late for swimming too [01:29] no swimming on thursdays [01:29] and it was even later last night anyway [01:29] and I couldn't sleep [01:35] oh well. I need some sleep. see you later jordi. === spiv [n=andrew@adsl-66-203.swiftdsl.com.au] has joined #launchpad [03:32] np zero666 === stub [n=stub@ppp-58.8.1.90.revip2.asianet.co.th] has joined #launchpad === mpt [n=mpt@219-89-153-137.jetstart.xtra.co.nz] has joined #launchpad === mpool [n=mbp@ppp112-44.static.internode.on.net] has joined #launchpad [05:00] Goooooooooooooooooooooooooooood afternoon Launchpadders! [05:08] good 4:08am :) === poningru [n=poningru@ip68-226-0-76.ga.at.cox.net] has joined #launchpad === stub [n=stub@ppp-58.8.1.90.revip2.asianet.co.th] has joined #launchpad [07:14] stub: I'm doing a test reconcile on balleny [07:14] stub: debugging the revno problem [07:15] stub: please not be killing bzr's :) [07:15] it wont affect pqm, except memory pressure === mpt_ [n=mpt@219-89-147-7.jetstart.xtra.co.nz] has joined #launchpad === fabbione [i=fabbione@gordian.fabbione.net] has joined #launchpad === mpt__ [n=mpt@222-154-113-97.jetstream.xtra.co.nz] has joined #launchpad [07:55] lifeless: I'd like to merge in a backport of Twisted SVN r16671 to rocketfuel (for bug 41409) -- want to review or rubber stamp it? [07:55] Malone bug 41409 in launchpad "initial push of a knit branch errors" [Critical,Confirmed] http://launchpad.net/bugs/41409 [07:55] spiv: please [07:55] (review) [07:58] lifeless: https://chinstrap.ubuntu.com/~dsilvers/paste/fileSoLGjF.html [08:21] r=lifeless [08:22] Thanks. [08:22] I've also added a related branch to the review queue, I have a diff ready if you don't want to wait for pending-reviews. [08:22] sure [08:23] oh there was one thing [08:23] if you care to you could add a deprecation warning about the backend sending the bad exception [08:24] Yeah, that's a good idea. [08:25] I seperately need to refactor that exception handling, because it's starting to be duplicated in a few places in that class, so I think I'll hold off until I do that. (Besides, I just sent the merge request a second before you suggested it ;) === mpt [n=mpt@222-154-181-110.jetstream.xtra.co.nz] has joined #launchpad === mpool [n=mbp@ppp112-44.static.internode.on.net] has joined #launchpad [08:32] spiv: so where is this diff ? [08:32] lifeless: https://chinstrap.ubuntu.com/~dsilvers/paste/fileJQJkfg.html [08:33] spiv: you can put the deprecation warning in twisted sv [08:33] lifeless: Yep, I'll do that tonight. [08:36] how did you find setting up the interface based testing ? [08:38] lastly, I think you might be leaking test????.tmp dirs [08:38] as we aren't using the bzr test runner. Could you check for that ? [08:38] Yes, I am. [08:39] + self.local_branch = self.make_branch('.') [08:39] + tree = self.local_branch.bzrdir.create_workingtree() [08:39] I would do [08:39] tree = self.make_branch_and_tree('.') [08:39] self.local_branch = tree.branch [08:39] I feel like the test_suite function is a bit more awkward than it needs to be, but I very much like the fact the facility exists. [08:39] I looked at make_branch_and_tree, I forget why I didn't use it. [08:40] I think probably for no good reason :) [08:41] so, fixing the test leakage involves more cargo culting [08:41] look in bzrlib/tests/__init__.py [08:41] I'd really like a way to say directly, "run this TestCase with X, Y and Z formats", rather than having to muck about with iter_suite_tests and stuff directly. [08:41] yup [08:41] its on my todo to refactor this [08:41] It could even hide the adapter from me, perhaps. [08:42] Cool. [08:42] Please consider this another data point for your refactoring :) [08:42] so one possibility is an AdaptingTestSuite, whose run method clones on demand [08:42] there are a number of possibilities :) [08:42] At the moment I think the minor ugliness is more than worth it for the benefits it gives, so I'm happy. === stub [n=stub@ppp-58.8.1.90.revip2.asianet.co.th] has joined #launchpad [08:43] In the past, I've done this sort of thing with ad-hoc TestCase subclasses (which are then automatically discovered). [08:43] anyhow, to remove the test????.tmp dirs, you need to remove TestCaseInTempDir.TEST_ROOT and reset it to None [08:43] this is a wart [08:43] Which is sort of simpler, but a bit dirtier. [08:43] spiv: it seems to me it would be nice for test suites to declare [08:44] (by remove, I mean shutil.rmtree [08:44] (e.g. there's twisted's FTP client test case with a [08:44] "I want to run again all implementations of IFoo", or "the default IFoo", or "all that support something" [08:44] 'pasv' flag, and a trivial subclass than just sets the flag the other way). [08:44] lifeless: ok (re. balleny bzr processes) [08:44] spiv: right. [08:44] (or overrides a single simple method or something, I forget :) [08:45] mpool: I think that when I make the scenario concept an object it will become simpler to use [08:45] lifeless: Ok, I'll do that. [08:45] spiv: look at bzrlib.tests.run_suite [08:45] mpool: because we can define precanned scenarios for those cases [08:46] lifeless: ta. [08:46] yep [08:46] lifeless: my other question about that branch is do you agree with my choice of formats I'm supporting? [08:48] spiv: format 6 + all registered metadir formats - yes [08:50] stub: I'm starting to plan the knit transition for launchpad [08:50] https://wiki.launchpad.canonical.com/RocketfuelToKnits [08:54] lifeless: "Sender not authorised to commit to branch sftp://chinstrap.ubuntu.com/home/warthogs/archives/rocketfuel/twisted/trunk/" === pingar [n=saltvik@m045g.studby.ntnu.no] has joined #launchpad [08:57] muhaha [08:57] doth it pass tests ? [08:57] remember, we dont run the twisted test suite, yet IIRC. [08:58] lifeless: Yes (not that http://twistedmatrix.com/buildbot/ really shows that, because of all the regular intermittent failures on every builder except full-2.4) [09:00] where is your branch ? [09:03] spiv: ^ [09:04] lifeless: sftp://chinstrap.ubuntu.com/home/warthogs/archives/spiv/twisted/twisted-malone-bug-41409 [09:06] spiv: and what commit message wouldst thou liketh ? [09:06] "[r=lifeless] Make the twisted.vfs SFTP adapter's removeFile method translate NotFoundError into the appropriate SFTPError." [09:06] done === carlos [n=carlos@105.Red-81-34-77.dynamicIP.rima-tde.net] has joined #launchpad [09:09] morning [09:09] morning carlos, how are you [09:09] http://matin.maapallo.org/site.pl/selain/?c=zits&i=439 [09:09] spiv: done [09:10] ruffneck: fine, thanks. And you? [09:10] lifeless: Thanks! [09:11] quite well; ) [09:17] http://mikseri.mpoli.fi/hifi/download.php?fn=portrait_-_morrimoykky.mp3 === pingar [n=saltvik@m045g.studby.ntnu.no] has joined #launchpad === mdke_ [n=matt@81-178-237-162.dsl.pipex.com] has joined #launchpad === poningru [n=poningru@ip68-226-0-76.ga.at.cox.net] has joined #launchpad === Ubugtu [n=bugbot@ubuntu/bot/ubugtu] has joined #launchpad === JanC [n=janc@lugwv/member/JanC] has joined #launchpad === SnkBite [n=SnkBite@212.25.63.82] has joined #launchpad === jmg [n=jmg@shinobi.thoughtcrime.org.nz] has joined #launchpad === zorglub [n=zorglub@194.146.226.84] has joined #launchpad === lifeless [n=robertc@dsl-43.1.240.220.rns01-kent-syd.dsl.comindico.com.au] has joined #launchpad === lamont [n=lamont@mib.fc.hp.com] has joined #launchpad === salgado [n=salgado@200-171-140-32.dsl.telesp.net.br] has joined #launchpad === SteveA [n=steve@195.182.78.95] has joined #launchpad === uniq [n=frode@ubuntu/member/frode] has joined #launchpad === mdz [n=mdz@studiocity-motorola-bsr1-70-36-194-85.vnnyca.adelphia.net] has joined #launchpad === ajmitch [n=ajmitch@203.89.166.123] has joined #launchpad === poningru_ [n=poningru@n128-227-50-237.xlate.ufl.edu] has joined #launchpad === mitsuhiko [n=nnblackb@ubuntu/member/mitsuhiko] has joined #launchpad === LarstiQ [n=larstiq@cust.7.157.adsl.cistron.nl] has joined #launchpad === uws [n=mathilda@scrat.hensema.net] has joined #launchpad === siretart [i=siretart@ubuntu/member/siretart] has joined #launchpad === mdke_ is now known as mdke === _stgraber [i=steph@xeon.stargate-server.com] has joined #launchpad === dsas [n=dean@host86-128-13-192.range86-128.btcentralplus.com] has joined #launchpad === sivang [i=sivan@muse.19inch.net] has joined #launchpad === BjornT heads out to do some errands === _stgraber is now known as stgraber === doko_ [n=doko@dslb-088-073-072-009.pools.arcor-ip.net] has joined #launchpad === Seveas [n=seveas@ubuntu/member/seveas] has joined #launchpad [10:44] mpt: morning === mpt_ [n=mpt@219-89-153-12.jetstart.xtra.co.nz] has joined #launchpad [10:49] mpt_: morning === Keybuk [n=scott@quest.netsplit.com] has joined #launchpad [10:57] mpt_: ping === kagou [n=kagou@84.7.31.248] has joined #launchpad [10:57] anyone know how to remove calendar from https://launchpad.net/people/vetsel-patrice ?! [11:02] kagou: I don't think you can do it [11:02] so carlos should i report a bug ? [11:03] kagou: I don't think it's a bug... [11:03] kagou: but better ask jamesh, he wrote it [11:03] thanks carlos [11:04] kagou: there is no facility for removing a calendar [11:05] jamesh: you mark this problem in your todo list or do i report a wish bug ?! ;) [11:05] kagou: is there any particular reason you want to remove the calendar? [11:06] yes i'm not using it at all [11:06] and may be removing this saving cpu power/mem for the launchpad server [11:07] kagou: it isn't a problem from the LP server end [11:07] SteveA, pong [11:07] mpt_: to the menus channel please! === mpt_ dons his cape and mask [11:07] ok jamesh. Thanks === ddaa [n=ddaa@nor75-18-82-241-238-155.fbx.proxad.net] has joined #launchpad === WaterSevenUb [n=WaterSev@azevedo.astro.up.pt] has joined #launchpad === kagou [n=kagou@84.7.31.248] has left #launchpad ["Ex-Chat"] [11:28] hi ddaa [11:29] hi jamesh [11:30] didn't get the round tuits to look at your importd error reporting stuff [11:31] ddaa: I've got bzrsync refactored and passing the existing tests again. Just need to add the new tests you mentioned, and make sure they pass [11:31] been scrambling to fix an important missing db constraint, then got sick :( [11:31] so it now grabs the ancestry of the branch and imports all those revisions [11:32] and if the revision exists, it makes sure the parent IDs match and are in the right order [11:32] then goes through to synchronise the RevisionNumber objects [11:32] that's great :) [11:32] if it runs into a divergance, it truncates the history at that point [11:33] so it should work correctly with a (branchid, revisionid) constraint on the RevisionNumber table [11:33] I see, you truncate then recreate the revision numbers [11:33] yeah [11:33] it's not optimal, but it's the simplest way to deal with the new db constraints [11:34] that could possibly go nasty on some pathological cases [11:34] oh? [11:34] Imagine an Arch import, with revision history several thousand revisions long [11:35] with some missing ancestry [11:35] the missing ancestry gets filled, and all the history gets shifted [11:35] you have a divergence at the first revision in the history [11:36] so there would be one truncate from rev 1 on, and then it recreates the RevisionNumber objects [11:36] yup [11:36] the alternative is to make the constraint a relaxed constraint (i.e. it can be broken temporarily during a transaction) and update all RevisionNumber objects in a single transaction [11:37] although I'm not sure it will be a big deal in practice [11:37] Some could be optimised out by truncating in a single query, but then you still need N query to fill the history, so it's not a significant improvement in term of algorithmic complexity. Probably not worth the trouble. [11:38] jamesh: yeah, I was inappropriately concerned with long transactions. The branch-scanner is the only thing to update those tables, so there's no risk of lock contention. [11:38] one issue might be if we have foreign keys pointing at RevisionNumber [11:39] Mh [11:39] but I suppose if the history changes for a branch, you wouldn't want old pointers at the RevisionNumber record [11:39] there's a tension between me and sabdfl about that. [11:40] he wants to use foreign keys to revisionnumber or revision (not sure which) when we need to point to a revision [11:40] I suppose for things like bug branch linkage, it should use a Revision (even if it is displayed and entered in the UI as a revision number) [11:40] I want to just use revision ids. [11:40] Yeah, revision is much more robust. [11:42] I'll be looking at your recent work once I have dealt with the current scramble for the missing db constraint on Branch, and after updating on my current backlog of pending merges. [11:42] So if someone links (branch, revno) to a bug, it would actually store (branch, revision) [11:42] depends on the use case here [11:43] if revisions get renumbered, we could display the new revno (if it is still in the history), or indicate that it isn't in the revision history [11:43] if we just want to know that a revision has been merged, we can just need the revision-id (the revision if sabdfl insists on it), and the branch is only a help for display as you say [11:44] if we want to be able to checkout the given revision it's a bit more tricky, because we need a branch that does contain the revision in its repository. [11:45] Which conflicts with the ability to change history and allow garbage collection on repositories. [11:46] but that's a whole other can of worms [11:46] not of concern right now, but good to keep in mind for future developments [11:47] anyway. Asking bzrlib for the branch ancestry rather than keeping a pending_parents list resulted in a net simplification of the code [11:47] Ha, yes. That new bzrlib feature is really nice. [11:48] brb [11:50] sorry, not yet quite recovered, it's a realy PITA [11:51] jamesh: I'm very happy to see you getting more responsive, I really need your help to get the branch stuff going smoothly [11:53] let's recap what's on our plate [11:54] after the branch scanner fix, there's the InternalHTTPLayer removal [11:54] okay [11:55] Then we will see how fast is the branch scanner when doing fewer transactions. Then you may or may not need to put some optimisations there. [11:56] One thing I think would be nice to the user is to store the timestamp of the last scan in addition to the timestamp of the last pull, to account for the window where the branch mirorr is up to date but the listing is out of date. [11:56] right now it commits one transaction for each new revision + one transaction for each changed revision number === mpt__ [n=mpt@219-89-151-35.jetstart.xtra.co.nz] has joined #launchpad [11:57] good idea. [11:57] That same timestamp could be used to only scan branches which have been changed. [11:57] would that be a timestamp of when the last scan started, or when it last successfully completed? [11:57] jamesh: lifeless suggested just doing one transaction per branch. That should give some massive performance improvements. [11:58] jamesh: mh... I'd say time of commit. The branch scanner is not supposed to fail ever. [11:59] my branch adds a failure mode if the parent list for a branch changes. [11:59] s/branch/revision/ [12:00] jamesh: that's a data corruption case as far as we are concerned. The db model is no prepared to deal with it. [12:00] it's akin to what you get when you rm an Arch branch, then publish another branch by the same name. You are breaking model invariants. [12:00] if we do a full scan in a single transaction, then the question about whether the timestamp is for the start or end is moot [12:00] just use the time of the transaction [12:01] right [12:01] there's a few details to work out there too, for example avoid scanning branches which have never been successfully pulled. [12:02] that's more an issue of what goes in the branch pull list though, right? [12:03] jamesh: no, I'm thinking of removing all the BranchNotFound exceptions currently reported be the branch-scanner. [12:03] hmm [12:03] When will launchpad be able to track my 0.8 bzr branch? [12:03] They are all caused by trying to scan branches which have never been successfully mirrored. [12:04] uws: a knit branch? [12:04] https://launchpad.net/people/uws/+branch/anewt/anewt-uws is not updated anymore. jamesh: yes, I suppose tso [12:04] so* [12:04] uws: does "bzr info" say it is a knit format branch? [12:04] uws: hu... right... [12:05] lifeless has been pinging me about upgrading the bzrlib in launchpad so we can do that [12:05] control: Meta directory format 1 working tree: Working tree format 3 branch: Branch format 5 repository: Knit repository format 1 [12:05] there's a new problem there [12:06] uws: I think lifeless said that it is mainly an issue of upgrading the copy of bzr being used by the branch puller/scanner [12:06] namely, the branch puller should delete the mirror branch if it does not have the same repository format as the source branch, then pull anew, because conversion between weave and knit is very cpu intensive. [12:06] jamesh, ddaa: okay, when is that planned? I'd love to see the pages working again :) [12:07] uws: cannot give you a firm date, but it should be a matter of weeks. [12:07] ballpark: 2-3 weeks [12:08] bzr 0.8 is not gold yet, is it? [12:08] it isn't [12:08] ddaa: https://launchpad.net/products/launchpad/+bug/41414 <- lifeless created a bug for that issue already [12:08] Malone bug 41414 in launchpad "supermirror-branch-puller ignores format changes" [Normal,Unconfirmed] [12:09] jamesh: yup, that's it [12:09] good to know salgado as been designated volunteer [12:09] "designated volunteer" :) === ddaa subscribe to the bug [12:11] I'll take it that problem is under control, I really want to focus on clearing my backlog. [12:11] So, two steps for knit support: [12:12] 1. upgrade bzrlib, that should give knit support right away, but will let the mirror use the old format, which will hurt performance a lot [12:12] (and annoy users too) [12:13] 2. add logic to remirror on format change [12:14] 1 should be easy. I expect some minor breakage because as a rule we ignore deprecation warnings until they turn into errors [12:18] ddaa: I noticed one other weird issue in the bzrsync code: it was specifically checking if revision IDs were repeated in a revision's parents list, and only creating RevisionParent entries for the first occurrence (leaving gaps in the parent sequence numbers) [12:18] was there any particular reason for doing this, as opposed to mirroring the parents list as is? [12:18] Mh [12:19] There was probably some reason that made sense at the time... [12:19] there's a db constraint: "revisionparent_unique" UNIQUE, btree (revision, parent_id) === sabdfl [n=mark@ubuntu/member/pdpc.silver.sabdfl] has joined #launchpad [12:20] duplicate parents are a contract violation in my understanding [12:20] but that sort of shit does happen [12:21] jamesh: I'm not quite sure whether we should faithfully reproduce what we find in the branch or not. [12:21] it would be nice if you could check with lifeless or mpool about that. [12:22] okay === mpt__ [n=mpt@219-89-159-250.jetstart.xtra.co.nz] has joined #launchpad [12:24] OTOH, nothing is using RevisionParent, it would be painful to use as SQL is really not suited to graph walking [12:25] that information would be useful for revision display, like providing a bzrweb functionality in launchpad, but that would probably require an additional service on the supermirror anyway === jinty [n=jinty@244.Red-83-55-196.dynamicIP.rima-tde.net] has joined #launchpad [12:25] so it's clear that RevisionParent is not a YAGNI [12:25] it's _not_ clear that... === stub goes for dinner before the meeting === mpt_ [n=mpt@219-89-134-107.jetstart.xtra.co.nz] has joined #launchpad [12:48] BjornT: hi, do you have sometime to help me with a template problem I'm having? [12:50] carlos: sure [12:52] BjornT: ok, thanks :-) [12:52] BjornT: I have this patch: https://chinstrap.ubuntu.com/~dsilvers/paste/file0tN8bJ.html === jinty [n=jinty@244.Red-83-55-196.dynamicIP.rima-tde.net] has joined #launchpad [12:52] BjornT: it adds a new translation form for Rosetta [12:53] that is specific for one message instead of rendering 10 messages like the current one [12:53] I'm adding a new pomsgsetview but I'm reusing templates and views we are already using with the current translation form [12:54] but the code: [12:54] + [12:54] + + use-macro="view/@@+pomsgset-translate/pomsgset-view" [12:54] + /> [12:54] + [12:54] is giving me problems [12:55] I have something similar in the current translation form and it works, but here, seems like the define is not working [12:55] carlos: probably because the define causes 'view' to be called. if you really need the define, use define="pomsgset_view nocall:view" [12:56] well, the thing is that the macro wants a variable called 'pomsgset_view' [12:56] with the current translation form, it's defined as part of a loop [12:57] in this case, the own standard view is that pomsgset_view so we need to use an alias [12:57] ok. so does it work if you use nocall? [12:57] checking it now... [12:58] hmm, it failed again, let me revert another change I did to be sure the failure is not cause by that other change [01:00] BjornT: yeah, it works now [01:00] BjornT: thank you! [01:01] cool [01:04] but I don't understand exactly what's wrong to put there a view and get it 'called' it's just an object [01:04] so the call should do nothing unless you have the __call__ method, right? === cprov [n=cprov@201-43-145-181.dsl.telesp.net.br] has joined #launchpad [01:08] carlos: ku status? Erol's last comment to 41071? [01:09] good morning [01:10] doko: I saw it, don't worry I will take care of it [01:13] carlos: tal always call the last object it traverses (foo/bar/last_object) whenever you use tal:define, tal:replace, tal:contents. views have a __call__ method automagically, so the define caused pomsgset_view to be a string. [01:13] oh, I see [01:14] carlos: ok, a build is currently running, no ku translations from rosetta included [01:15] ok === mpt__ [n=mpt@219-89-134-107.jetstart.xtra.co.nz] has joined #launchpad === matsubara [n=matsubar@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [01:44] ddaa: there is a bug open on that [01:47] meeting in 13 mins [01:51] lifeless: ack, commented and subscribed to that bug [01:52] ddaa: also see the support-repositories bug === bradb_ [n=bradb@modemcable092.66-130-66.mc.videotron.ca] has joined #launchpad [01:55] meeting in 5 [01:55] take a workrave now, or something === cprov [n=cprov@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [01:59] hey lifeless [02:00] it must be meeting time! [02:00] MEETING TIME [02:00] who's here [02:00] ? [02:00] me [02:00] me [02:00] me [02:00] me [02:00] me [02:00] me [02:00] me [02:00] me === kiko pokes cprov === kiko pokes spiv (?) [02:01] mpt just had a hardware problem. he'll be back shortly === kiko pokes stub [02:01] spiv sends apologies [02:01] lifeless sends apologies also [02:01] me [02:01] Ouch [02:01] deserved! [02:01] == Agenda == [02:01] * Roll call [02:01] * Agenda [02:01] * Next meeting [02:01] * Activity reports [02:01] * Items from last meeting [02:01] * Launchpad oops milestone report [02:01] * Outstanding sysadmin requests [02:01] * Production / staging (stub) [02:01] * Decide who will be the bug contact for launchpad-dependencies. [02:01] * Keep, Bag, Change [02:02] * Three sentences [02:02] [02:02] next meeting -- same time next week everyone? === ..[topic/#launchpad:SteveA] : https://launchpad.net/ | developer meeting: Thu 4 May, 1200UTC (wiki:MeetingAgenda) | launchpad-users@lists.canonical.com (wiki:MailingLists) | Channel logs: http://tinyurl.com/72w39 === stub shrugs [02:02] * Activity reports [02:02] me [02:02] yah, i suck -- i sent one this week :-( [02:02] anyone doing better than me? [02:02] I'm up to date === stub is up to date [02:02] I'm up to date === mpt [n=mpt@219-89-134-107.jetstart.xtra.co.nz] has joined #launchpad [02:02] up to date, but I've been batching them which is bad. [02:03] i'm up to date [02:03] here! [02:03] I'm up to date [02:03] and up to date [02:03] i'm up to date === bradb sends yesterday's now === kiko kicks matsubara the batcher [02:03] I've even caught up on a couple I forgot to send months ago :-) [02:03] not heard from everyone yet [02:04] i'm not up to date === kiko pokes salgado [02:04] up to date [02:04] jamesh: please send a summary [02:04] kiko, I'm up to date [02:04] really now [02:04] you're not paying attention, dude! [02:04] jamesh: please send a summary during this meeting [02:05] props and respect to all who are up to date! [02:05] okay [02:05] thanks to mpt for compiling the last summary [02:05] * Items from last meeting [02:05] * '''BjornT''' to make it possible for anyone to close a support request [02:05] BjornT: ? [02:06] not done [02:06] ok, so ItemForNextMeetingAgenda [02:06] that's less urgent now, because ... [02:06] but, what's the reason we're tracking this item? [02:06] because we were getting many Launchpad support requests [02:06] and often the reporter doesn't close them [02:07] what's changed? [02:07] ... because now we don't have the Launchpad support tracker links on the error pages any more [02:07] we don't? [02:07] So it's still a problem, but not a major Launchpad project problem [02:07] why was that link removed? [02:08] Because that's what we discussed at the meeting two weeks ago [02:08] i wasn't here... [02:08] please summarize [02:08] SteveA: I believe it was because we already get a notification in the form of an OOPS report [02:08] see the minutes :-) [02:08] And many of them were either duplicates, or "asdfasdf" [02:08] freelinexcd! [02:08] hmm [02:09] i think we may be leaving users with legitimate problems stranded [02:09] It now suggests mailing launchpad-users@ instead [02:09] that's a pain [02:09] because people need to subscribe [02:09] or it makes more work for the list admins [02:09] exactly [02:09] does it say "you need to subscribe before mailing that address?" [02:09] SteveA, we got /too/ many bogus reports [02:09] 99% of the reports were bogus [02:10] maybe we need a pre-filesupportrequest-from-error page [02:10] SteveA, I didn't give an address, I linked to the listinfo page for subscribing [02:10] spambayes, maybe? :) [02:10] (and I may be stretching it because I can't remember the 1%) [02:10] I can remember one that was an actual bug reported by someone outside Canonical [02:10] kiko: the legit 1% were "please remove dud object" requests IIRC [02:10] for now, please add to the page a note that people must subscribe to the list to post to it, mpt [02:11] and about three more that were reported by Canonical staff who might as well have reported a bug [02:11] okay. [02:11] the points are: a) we already track OOPSen daily b) users don't read, so it doesn't matter if we tell them "File a support request if this blocks you from doing something". [02:11] i think we should consider still using the support tracker, but think about how people can be directed there, in a way that makes it harder for them to file shite [02:12] for the next meeting [02:12] well, I get the impression that the most thoughtful considerations will come in via -users [02:12] continuing with the items from last meeting... [02:12] I have not seen anyone very clueful use the support tracker [02:12] * '''jamesh''' to change his error report script cron job to point at the copy of the script in rocketfuel-built, to let anyone to fix bugs, and to mail kiko about it [02:12] no email to me === mpt apologizes for the extra "to" [02:13] but I wanted to be able to remove the 15 limit for crashes [02:13] explicit infinitives are the way forward [02:13] and list all crashes [02:13] I'll send the email now with details on updating the script [02:13] I also want to know wtf is up with staging oopses [02:14] because that's blocking our work on QAing staging [02:14] kiko: i'll add that to the meeting agenda [02:14] * '''mpt''' to remove support request links from the error page [02:14] ... done. [02:14] * '''SteveA''' and '''cprov''' to talk about the zope security system [02:14] I'll update the cron job to do staging OOPSs too [02:14] cprov: resolved? [02:15] jamesh, problem is I don't think staging oopses are being mirrorred across [02:15] * '''stub''' to report a bug on increasing the # of retries attempted [02:15] we talked but looks like to solution to my issue goes in another direction, I'm testing your suggestion. === kiko stops interrupting for now [02:15] ok, cprov, we'll talk again about it when you've updated the code [02:15] stub: ? [02:15] * '''stub''' to discuss making Retry exceptions more informative, on the PostgreSQL mailing lists [02:15] SteveA: right [02:15] * '''stub''' to tell kiko where staging oopses are being stored [02:16] Bug reported [02:16] kiko: see chinstrap:/srv/asuka-logs [02:16] mmmm [02:16] k [02:16] Staging logs are /srv/launchpad.ubuntu.com/staging-logs/ on asuka [02:17] do these appear on chinstrap:/srv/asuka-logs ? [02:17] they seem to be [02:17] I recall it was rt'd for that to be the case [02:18] yep [02:18] they do [02:18] there are OOPS reports from 2005-12-14 to 2006-04-27 there [02:18] jamesh, well, 05-26 [02:18] err 04-26 [02:18] yeah [02:19] ok [02:19] good [02:19] that is all the items from the last meeting [02:19] * Launchpad oops milestone report [02:19] matsubara: [02:20] I've been tracking the oops report daily, reproducing and reporting bugs there. I'll add to my daily routine 'bothering people to get some of the bugs fixed' specially those that I can't fix myself :) [02:20] Outstanding bug from today: non-ascii-password bug blowing up launchpad. I'm fixing it and I hope I'll finish it today, now that I'll remove all the password confirmation from some of the login token interactions. [02:20] hooray [02:20] About the NotFound errors kiko has a patch that fixes some of them, right? [02:20] yes [02:20] and you haven't replied to my email yet. [02:21] and I have to take a closer look at the oops report today [02:21] I recall that there were some rationalizations for the 'enter password' confirmations, but I can't recall what they were. Anybody? [02:21] How easy is it to guess tokens? [02:21] very hard. [02:21] Unguessable [02:21] would be easier to intercept them [02:21] ok then [02:21] stub, mark would know [02:22] Anyone talking to Mark today? [02:22] I could email him [02:22] okay [02:22] i'd guess one reason could be that the user will be logged in after visiting the token, which can be bad if someone intercepts the token. [02:22] MeetingAction kiko, mail mark about this workflow [02:23] Ok. Worth asking before Matsubara gets carried away pulling the password checks out. [02:23] anything more on the oops milestone report? [02:23] BjornT, and we send email which is non-encrypted [02:23] that's the issue I think [02:23] I suppose the password prompt makes it more difficult to steal someone's LP password [02:23] kiko: i assume so [02:23] I remember now -- anyone can steal the link if they sniff their mailboxes [02:23] if it was missing and I stole someone's LP cookie, I could add an email address set it as preferred and reset the password [02:23] BjornT, the user will not be logged in anymore [02:23] right, matsubara? [02:24] jamesh: If you stole someones LP cookie, you could just reset the password. [02:24] salgado: you don't need to be logged in to use the logintoken URL [02:24] stub: that emails their current preferred email address though, right? [02:24] salgado: right [02:24] jamesh, right, but today we may log him in after the validation is finished [02:24] we have various other items in this meeting [02:25] this won't be possible anymore [02:25] so, i'd like us to discuss this at more length afterwards [02:25] ok. [02:25] thanks [02:25] * Outstanding sysadmin requests [02:25] any? [02:25] 6081 blocks the debbugs bug watches sync [02:25] that's an RT number? [02:25] uhm IIRC yes, but my browser won't start up so I can't tell. ddaa? BjornT? stub? [02:26] SteveA: yeah [02:26] I had a query about frequency and number of backup snapshots we keep, which hasn't been responded to (not in rt though) [02:26] what's it about BjornT? [02:26] kiko: no RT bothering me right now [02:26] thanks ddaa [02:26] kiko: syncing the debbugs db daily, so that we can update the bug watches [02:26] I also had a query asking if the debbugs mirror on gangotri is being synced daily, as we are getting a lot of 'debbugs bug not found' errors. [02:26] MeetingAction: steve to talk with admins about priority of RT-6081 [02:27] stub: is that the same as issue 6081, or different? [02:27] that's the same apparently [02:27] yeah, it's the same [02:27] url? I can't drive rt [02:28] ok [02:28] * Decide who will be the bug contact for launchpad-dependencies. [02:28] lifeless volunteered [02:28] really? [02:28] SteveA: yes [02:28] he sent an email to launchpad's mailing list [02:28] okay. so it is lifeless [02:29] I also want to know wtf is up with staging oopses [02:29] Is it safe to install launchpad-dependencies in Dapper now? [02:29] Bug 41739 [02:29] Malone bug 41739 in launchpad "Increase number of Retry attempts" [Normal,Unconfirmed] http://launchpad.net/bugs/41739 [02:29] kiko: any further things on that [02:29] ? [02:29] SteveA, apparently it's all good [02:29] mpt: I have it installed and updating since some time now, no real trouble [02:29] mpt: (at least that I could notice) [02:29] So I won't be downgraded unexpectedly or anything [02:29] mpt: I'm using it [02:29] ok [02:30] ddaa: landing bazaar-ui branch === LeeJunFan [n=junfan@s64-186-37-120.skycon.net] has joined #launchpad [02:30] I have to finish re-reviewing it, which is #1 on my to-do list except for the menus stuff [02:30] sabdfl just gave me heat about this branch not landing yet, maybe there's something wrong with our process that caused it to stay outside for so long. === beyond [n=beyond@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [02:31] ddaa, are you looking for advice? [02:31] i don't like busting a gut on weekends to get code done for someone then not finding that in production a month later [02:31] kiko: trying to find a way to prevent making sabdfl unhappy again with that sort of problem [02:32] it would be good to have metrics on the review process - time to land code, basically [02:32] I'll follow up in private on this, but my general advice is to be more practical when seeking and commenting on the review. [02:32] we should move the review process into launchpad to get those metrics [02:33] or... use bzr branch metadata [02:33] sabdfl, there is a general QoS level for reviews but in this case it's more that the branch has gone through multiple iterations. [02:33] First it got reviewed by spiv for code, which called for a few fixes. Then it got reviewed by mpt who called for quite a number of changes. I think all were called for. [02:33] can we follow this up in private? I already know what advice to give. SteveA? [02:33] were all called for in a way that required blocking it from landing? [02:34] kiko: yes, but i'd like a summary report to the launchpad list [02:34] i like the idea of a general review mechanism in LP that can work for package uploads as well as branch landings [02:34] once you've followed up [02:34] Maybe there is a problem with the acceptable quality for landing code, maybe review should be more geared toward "can land, but please fix that ASAP" [02:34] sure [02:34] mpool and i need to work up some ideas there [02:34] in general, i'm happy for code to land that has UI issues, if it is still usable [02:34] i'm not happy for code to land that has problems with its code quality [02:34] we can fix UI issues as we go [02:35] but code quality causes other developers a headache [02:35] sabdfl, taking advantage of the fact you're here, can you confirm that the reason we ask for a password to validate a token is to avoid people stealing the URL from an email and taking over the person's account? [02:35] I feel landings are often delayed unnecessarily. If code is going in the right general direction and considered an improvement on what is already there, I don't see a reason for not landing it immediately and the review fixes done post landing. [02:35] basically my advice is stub's. === heyko is now known as heyko_ === heyko_ is now known as heyko [02:36] Sounds good, probably follow up in reviewers meeting. [02:36] stub: yeah, let's follow up in the reviewers meeting. [02:36] stub: +1, though code quality should be sorted pre-landing, UI issues can be solved in a followup [02:37] MeetingAction: lifeless to put this on the agenda for the reviewers' meeting [02:37] "please fix that ASAP" turns into large numbers of XXX's [02:37] time to move on... [02:37] code quality should be 100%, test coverage in place, before landing [02:37] well, even "code quality" has varying levels [02:37] ok, you guys find a comfortable level === elmo [n=james@83.216.156.21] has joined #launchpad [02:37] so reviewers need to use good common sense [02:37] anyway, enough on this topic [02:37] we've benefited from the strict review [02:38] sabdfl: thanks for giving your support to the team aiming for high quality code. [02:38] * Keep, Bag, Change [02:38] sabdfl, taking advantage of the fact you're here, can you confirm that the reason we ask for a password to validate a token is to avoid people stealing the URL from an email and taking over the person's account? [02:38] with a countdown... [02:38] kiko: please, ask sabdfl in private === kiko hijacks SteveA's KBC :) [02:38] KEEP: salgado, stub and jamesh doing good work helping me deal with Bazaar stuff [02:38] not much time left in the meeting === niemeyer [n=niemeyer@200.138.135.13] has joined #launchpad [02:38] 8 [02:38] 7 [02:38] 6 [02:38] 5 [02:38] 4 [02:38] I really appreciate what all of you guys have done in the past weeks. [02:38] 3 [02:39] 2 [02:39] 1 [02:39] okay, thanks ddaa [02:39] sabdfl: hi === richips [n=richips@250.Red-83-54-179.dynamicIP.rima-tde.net] has joined #launchpad [02:39] * Three sentences [02:39] go ahead! [02:39] DONE: Menus styling+feedback, Rosetta bugfixes, administrivia [02:39] TODO: Finish bazaar-ui and r3472 reviews, land MaloneSimplifications [02:39] BLOCKED: not enough time in the day [02:39] DONE: Dapper translation domains fixes, KDE imports, bugs #32610 #39879 #41371, oo.org fixes [02:39] TODO: Finish PoMsgSetPage, fix ku ooo translations, move language pack export script into production and plan with kiko my next tasks, the list is huge. [02:39] BLOCKED: Kiko and I should meet to plan my next tasks [02:39] DONE: InternalHTTPLayer fix, some pending branches work, missing Branch db constraint, got sick [02:39] TODO: more pending branches work, review jamesh work, cscvs/bzr-native, one day [02:39] BLOCKERS: urgent problems, discussion and pending branches backlog do not leave me time for cscvs/bzr-native [02:39] Malone bug 32610 in openoffice.org "all untranslated messages imported from OOo are marked as translated" [Normal,In progress] http://launchpad.net/bugs/32610 [02:39] DONE: oops report reproducing and reporting, fixing non-ascii password, debugging bug in +translate form [02:39] lifeless: DONE: bzr 0.8 stabilisation, reviews, etc etc. [02:39] lifeless: TODO: Same. [02:39] lifeless: BLOCKED: Nada. [02:39] TODO: finish the non-ascii password one, support request and bug triage [02:39] BLOCKED: no [02:39] spiv: DONE: Holiday! Read a heap of email. Bug 41409 (supermirrorsftp + knits). [02:39] spiv: TODO: Reviews, make 'make check_merge' test all of sourcecode again. [02:39] spiv: BLOCKED: no. [02:39] Malone bug 41409 in launchpad "initial push of a knit branch errors" [Critical,In progress] http://launchpad.net/bugs/41409 [02:39] DONE: fix critical bugs in Soyuz and open Edgy tests on dogfood [02:39] TODO: more critical bugs, finish Edgy test, queue-ui + perms definitive fix [02:39] BLOCKED: SQL patch for dup librarian filenames (dsilvers) [02:39] DONE: importd stuff (error collector script, bzrsync history rewriting, small amount on branch-pull-list in authserver), anzac day [02:39] TODO: more importd stuff, code reviews [02:39] BLOCKED: no [02:39] DONE: fixed a few issues related to zope3. made timeouts work again. discussed bug watches. [02:39] TODO: more work regarding bug watches as per discussion. take a closer look at testbrowser. [02:39] BLOCKED: no [02:40] DONE: ShipItForDapper tweaks and tests, test the mirror-prober on mawson, found some bugs and fixed them, some work on the branch-puller, code review and fixed bug #5542 [02:40] TODO: Get shipit ready for review, merge mirror-prober fixes, more code review. maybe (if shipit allows me to) start working on CoC bugs [02:40] BLOCKED: No [02:40] Malone bug 5542 in malone "Malone shouldn't say "No matching results found" (inaccurate and imprecise)" [Normal,Fix released] http://launchpad.net/bugs/5542 [02:40] DONE: Erm... something I hope :-/ [02:40] TODO: Text searching [02:40] BLOCKED: Nope [02:40] BLOCKED: urgent problems, discussion and pending branches backlog do not leave me time for cscvs/bzr-native [02:40] DONE: dynamic menus work, code reviews, management [02:40] TODO: virtual host improvements, crowdcontrol [02:40] BLOCKED: no [02:40] [02:40] BLOCKED: SQL patch for dup librarian filenames (dsilvers) [02:41] does Kinnison know about this? [02:41] i mean, that you're blocked? [02:41] DONE: management: overseeing Rosetta and Malone, daily OOPS and error log checking, performance reviews, minor template fixes, upgrades to Dapper [02:41] TODO: performance reviews, land minor fixes, more managing, staging oops control [02:41] BLOCKED: hopefully nothing now that staging oops reports are underway [02:41] DONE: Spec on IBug.last_updated. RFC'd launchpad@. Landed BP removal. Landing bugtask dates. Interviewed LP dev candidate. [02:41] TODO: Reach agreement on/and IBug.last_updated. Other stuff. [02:41] BLOCKED: No. [02:41] SteveA: it seems to be sorted in production, but I need to discuss the results with him and land it in LP [02:42] cprov: arrange a meeting time with him today, and tell me if there's a problem [02:42] stub pointed out that i'd fogotten: [02:42] * Production / Staging (stub) [02:42] Most of the recent landings have been bug fixes suitable for cherry picking, and as a result production is currently running very close to HEAD. I will try and skip next weeks rollout if possible - it depends on what lands in the next few days. I don't think a rollout of current HEAD is warrented. [02:42] The after-lunch staging update scheduled during the London sprint has been stopped, as it was interrupting stuff Carlos needs to do on the database. [02:42] Production database has been growing recently, and we are now up to about 40GB of production data + indexes. This means the entire DB no longer fits in RAM :-) I'd be interested in opionions on what the extra data is - I expect pofile imports. [02:42] stub: can you not ask the database what the extra data is? [02:43] SteveA: I just thought of an admin request: kill malone-users. [02:43] bradb: i don't understand that, but if you have an admin request, you should write an RT ticket for it [02:43] and tell me the RT number [02:43] be sure to describe the issue fully in the RT ticket [02:43] stub: yes, pofile imports is one of the causes for that [02:43] it must be translations [02:43] SteveA: I haven't got historical data on size of individual tables. I have row counts, but that doesn't directly correspond to size. [02:43] kill malone-users => remove the malone-users mailing list, since noone's using it [02:43] Any other people blocked on things and need unblocking, other than cprov? [02:43] can we get more memory? :) [02:44] i think various data will rarely be used [02:44] SteveA: I'm blocked, but I already agreed with kiko that we need to have the meeting [02:44] more memory probably isn't useful right now [02:44] to unblock me [02:44] kiko: Not on this hardware :-) [02:44] carlos: okay, good === ddaa is blocked on too much to do, but cannot really be helped [02:44] SteveA: I'll work to be unblocked til the end of the day. [02:44] BjornT: re. the debbugs data, are you aware of the mirror on macquarie? (it was being used by debzilla) [02:45] stub, I wasn't really serious. we should just strangle carlos. :) [02:45] BjornT: it is probably still updating [02:45] okay, end of meeting time [02:45] thanks SteveA for another meeting well delivered [02:45] kiko: it's not my fault, it's dapper's one ;-) [02:45] thanks for keeping to the agenda folks [02:45] mpt has offered to write up again [02:45] MEETING ENDS [02:45] mpt is a marvel [02:45] thanks === mpt yawns === carlos -> lunch [02:46] see you later === sivang notes that even when things get full of issues, the LP tradition of short to to point meetings is well preserved :) [02:48] That's because it's SteveA who's the marvel [02:48] jamesh: no i'm not. i'm not sure how easy it is to have the cronscript run there, though. [02:48] mpt: :) [02:50] so, should we talk about the password on the logintoken pages now? [02:53] [4542261.378000] Out of Memory: Killed process 6895 (ssh-agent). [02:53] [4542261.469000] Out of Memory: Killed process 6906 (gnome-settings-). [02:53] [4542261.509000] Out of Memory: Killed process 6907 (gnome-panel). [02:53] just because of a bzr commit [02:54] I don't see how protecting against a hacked mailbox or sniffable emails is necessary, as the simplest attack would be to issue a 'forgotten password' request and follow the link. [02:54] salgado: sorry [02:55] no worries. I know this is fixed already [02:55] I hope so, at least. :) [02:56] stub, I was talking to sabdfl now as well [02:56] he pointed out that people have to log in to the site already anyway [02:56] so we do have some risk of phishing already [03:01] I'm looking for some aid with Rosetta [03:02] Do I have to translate things as international fonts [03:02] you've come to the right place! [03:02] :) === beyond is now known as beyond-out [03:03] the translation should be fontes internacionais richips -- HOWEVER there is a bug in Rosetta that was fixed yesterday that is relevant to you [03:03] tell me [03:03] what browser are you using? [03:04] Morzilla Firefox === ChanServ [ChanServ@services.] has joined #launchpad === BjornT -> accountant [03:10] we all love accountants [03:13] kiko: heh [03:17] So... what's that relevant BUG, kiko? [03:17] richips, argh, I forgot I was looking for that. sorry, juggling. [03:17] richips: bug 39879 [03:17] Malone bug 39879 in rosetta "Translation string is crashing replacer function" [Major,Fix committed] http://launchpad.net/bugs/39879 [03:17] the bug is that we don't handle angle brackets inside textarea properly! [03:18] you can translate but you'll get bogus content stuck into that string [03:18] it's very unfortunate but it'll be fixed by next week [03:18] just use standard xml escaping [03:18] he can't do that though [03:18] it is a problem in the HTML generated [03:18] yeah, of course [03:19] it was a regression that we didn't test; we now do [03:19] So... should I keep on traslating? === sfllaw [i=sfllaw@debian/developer/coleSLAW] has joined #launchpad [03:20] richips, well... I guess yes. we'll need to come back next week and sort this out for you anyway. [03:20] Or should I wait for the bug to be fixed? [03:20] you'll get a weird effect after saving -- it will appear as though you have a string missing in the form [03:20] and if you're in opera, it will appear as though you have /two/ strings! [03:21] we didn't request an emergency fix because, well, I didn't think it would affect anyone this week :) [03:22] Cool :) [03:24] And... what about xrefs? How should I traslate it? [03:24] xrefs? [03:24] [03:24] That kind [03:25] you should translate nothing inside angle brackets [03:25] OK [03:28] oh! [03:29] it's been fixed, richips [03:29] it was fixed today. [03:29] richips, can you give me a URL to the page you're translating? [03:29] carlos, ping [03:30] Wow, how fast... [03:30] https://launchpad.net/distros/ubuntu/dapper/+source/kubuntu-docs/+pots/desktopguide/es/+translate?offset=220 [03:30] Actually, it starts at the first offset [03:32] okay. [03:33] richips, yes, it's been fixed. translate away! [03:33] :D === pingar [n=saltvik@glos-340-ac.ntnu.no] has joined #launchpad === jinty [n=jinty@62-15-158-30.inversas.jazztel.es] has joined #launchpad [03:46] oh, another ask... ViewShow Hidden Files [03:46] Thats translatable? [03:47] Should I translate the menu names and options? === Ubugtu [n=bugbot@ubuntu/bot/ubugtu] has joined #launchpad [03:53] sabdfl bazaar-ui branch (without some of the UI fixes) in pqm queue === ddaa -> lunch [03:54] ddaa: rock, thanks! [03:59] nice! [04:05] right should I translate this? It has brakets... [04:05] I mean, the 'right' part === spiv [n=andrew@adsl-66-203.swiftdsl.com.au] has joined #launchpad [04:13] spiv, ping [04:13] salgado: pong [04:15] spiv, hey. if you're not leaving soon, maybe you'd like to have a look at a small patch I have for the mirror prober? [04:15] (it's mainly to make sure it honours the http_proxy env var and to batch the HEAD requests) [04:15] salgado: sure, I can do that. [04:16] great === salgado pastes it [04:16] spiv, https://chinstrap.ubuntu.com/~dsilvers/paste/filehGG0Jh.html [04:18] + # XXX: This might not be a good idea because we'll never have [04:18] + # BACKPORTS for the in-development distrorelease, neither [04:18] + # PROPOSED for already-released distroreleases. There might be [04:18] "neither" -> "nor" is more correct English. === BjornT [n=bjorn@clt-84-32-240-183.dtiltas.lt] has joined #launchpad [04:18] ah, right [04:18] (always a good sign if I'm only finding English nitpicks...) [04:19] anyway, I've talked to kiko and these warnings are going away. so the comment will go away too [04:19] Heh. [04:19] Is self._parse still used? [04:20] no, I'm using twisted.web.client._parse instead [04:20] I'm just not sure if it's okay to use it [04:20] Also, using twisted.web.client._parse is treading on thin ice... it's clearly not a public API (even though twisted.web is unlikely to change dramatically any time soon). [04:21] exactly. that's what I thought [04:21] better to keep with self._parse, I guess? === LeeJunFan [n=junfan@s64-186-37-84.skycon.net] has joined #launchpad [04:21] Unfortunately, I think so. [04:26] Is it worth moving PROBER_TIMEOUT into launchpad.conf? [04:26] thinICE sounds like xlib programming [04:28] spiv, I'm not sure... but kiko's over my shoulder telling me to say yes [04:29] Ok, I that's enough to convince me. Make it proper config value :) === richips is now known as tunick [04:29] I will === tunick is now known as richips === jkakar [n=jkakar@204.174.36.228] has joined #launchpad [04:34] hello spiv [04:34] salgado: Aside from that, r=spiv [04:34] SteveA: Good, er, morning. [04:35] spiv, great. thank you! [04:42] kiko, SteveA, mpt: is this right? portlets are now in the middle column: https://launchpad.net/distros/ubuntu === pingar [n=saltvik@m045g.studby.ntnu.no] has joined #launchpad === kiko [n=kiko@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [04:50] kiko! [04:50] kiko, SteveA, mpt: is this right? portlets are now in the middle column: https://launchpad.net/distros/ubuntu === lakin [n=lakin@S01060013101832ce.cg.shawcable.net] has joined #launchpad [04:51] matsubara, yes, it's a change mark did, as an experiment. [04:51] it's been in production for a while now [04:52] might look better with a subtly different box outline [04:52] like, maybe just the background and not a strong border [04:52] or something [04:52] it's easy to do that [04:52] so that it looks like they're deliberately there, and not just "fallen off" from the portlet columns === ddaa [n=ddaa@nor75-18-82-241-238-155.fbx.proxad.net] has joined #launchpad [04:59] carlos, ping? [05:00] hm ok then, it surely looks strange. [05:00] kiko: you've got mail, btw :) [05:01] matsubara: you can file a bug on mpt on what kiko and i just talked about [05:01] thanks mats [05:01] SteveA, or I can just go ahead and do it as part of my template fixes [05:01] they can only land next week though [05:01] tuesday [05:02] kiko: if you can think of a good style to use [05:02] me, i just know it should be different, but not what to change it to [05:03] I'll do it [05:03] cool [05:07] SteveA: reported bug 41755 and assigned to kiko then [05:07] excellent === bradb_ [n=bradb@modemcable092.66-130-66.mc.videotron.ca] has joined #launchpad === sabdfl [n=mark@ubuntu/member/pdpc.silver.sabdfl] has left #launchpad [] [05:24] I can't find a search field on https://launchpad.net/malone [05:24] where can I search for bugs? [05:25] lucasvo, you first need to decide what you want to search for bugs in. [05:25] lucasvo, is it in Ubuntu? [05:25] or some other "thing"? [05:25] I'd like to search all the comments for the term "edubuntu" [05:26] lucasvo, /all/ the comments in all of the bugs on everything? even on launchpad? [05:28] yes [05:29] kiko: why shouldn't I? [05:29] it's not possible to do so, today. [05:30] and only the titles? [05:30] or description [05:31] you can't search through all the bugs in Malone, period [05:31] you can however search through bugs in ubuntu, if that helps [05:31] using /distros/ubuntu/+bugs === bradb_ notes his branch has been in pqm for 3 hours [05:31] #1 in pqm, that is [05:32] lifeless? [05:32] er, "Now Playing" that is! :) [05:32] it should be "now playing..." [05:37] Executing star-merge sftp://chinstrap/home/warthogs/archives/bradb/launchpad/malone-bug-dates/ at Thu Apr 27 16:35:19 2006 [05:37] Seems like it started breathing again. [05:38] mmmm === Seveas [n=seveas@ubuntu/member/seveas] has joined #launchpad [05:40] kiko, bradb: lifeless said earlier that he was doing a test reconcile on balleny. maybe that's still running and is slowing pqm down. [05:41] carlos: stop lunching ;-P [05:41] ah maybe [05:41] BjornT, you're always great on IRC. how do you do it? === Ubugtu [n=bugbot@ubuntu/bot/ubugtu] has joined #launchpad [05:43] yeah, it's like running tests now! [05:43] kiko: probably by spending too much time at the computer during non-work hours :-/ [05:43] heh [05:44] possibly, mmm. I appreciate it, at any rate. [05:44] reponsiveness on IRC makes me feel I am less sundered from you lot === sfllaw [i=sfllaw@206-248-159-130.dsl.teksavvy.com] has joined #launchpad [05:55] it does not appear to be running tests anymore [05:55] probably doing bzr houskeeping [05:56] :( that can take a looong time [05:58] ha yes, making progress [05:58] it's running tests, it's just dog slow [05:59] doko: sorry, went out to have lunch with my girlfriend and it took more time than usual... [05:59] kiko: pong [05:59] hey carlos [06:00] was going to ask you about the import statistics report that just came out, and also, to remind you to get the broken s fixed in production now that your patch has been rolled out and verified. === bradb & # lunch === RaLeX [n=Ralex@85.186.43.62] has joined #launchpad === RaLeX [n=Ralex@85.186.43.62] has left #launchpad [] [06:03] kiko: about the first thing, we got another race condition and pitti's script got yesterday tarball, we are fixing it now [06:03] kiko: today we got 762 translation domains [06:03] instead of the 628 the report says [06:04] kiko: about the cherry pick, that's cool. Thank you I will take a look to the broken entries and ask translators to fix them [06:05] carlos, okay, cool. [06:09] carlos: yeah, some things are more important [06:09] carlos: how/when can I get the OOo po files from rosetta? === LeeJunFan [n=junfan@s64-186-37-120.skycon.net] has joined #launchpad [06:13] the new OOo build is in the archive now, so after the import of the files, I would need the files for the -l10n build. [06:13] doko: usually, the import takes two days.... [06:14] doko: https://launchpad.net/rosetta/imports?status=APPROVED&type=all [06:14] there you have the list of files we are importing atm [06:14] most of them are OOo ones [06:15] just 800? [06:19] doko, "just"? [06:19] that's a lot of translations! [06:20] kiko: oo.org is huge [06:21] kiko: 50 x 65.000 messages [06:21] doko: well, 800 is the amount of .po files not the amount of messages === LeeJunFan_ [n=junfan@adsl-69-210-207-5.dsl.klmzmi.ameritech.net] has joined #launchpad [06:22] and there are some .po files that aren't from oo.org [06:32] carlos, can pitti regenerate the report? I'd like to read it. [06:32] kiko: he's doing it already [06:33] I want to read it too [06:33] thanks very much [06:33] it will help me to know what's missing === niemeyer [n=niemeyer@200.138.133.88] has joined #launchpad === LeeJunFan [n=junfan@s64-186-37-84.skycon.net] has joined #launchpad [08:17] I need to leave now [08:18] will be back later [08:22] I'll be back [08:28] just like arnie [08:29] hey pqm, is there anyfuckingbody in there??? [08:29] it's slow today eh? [08:30] no change in the status for one hour AFAICT [08:30] yeah, 3h for bradb earlier [08:30] i waited four hours for "failure" [08:30] he he [08:30] what failed bradb? [08:30] five tests [08:31] tis life on the pqm-test [08:31] I've been waiting for brad's 4 hours, now ddaa's 4 hours and then my own 4 hours [08:31] I hope I don't get a failure [08:31] it's that sweet spot in agile development === mdke [n=matt@81-178-237-162.dsl.pipex.com] has joined #launchpad [08:42] thanks for the oops fix salgado [08:43] it was a regression I caused, so I thought it'd be a good idea to fix it. (it was trivial, I have to admit) [08:43] and tested? :) [08:44] sure [08:45] almost TDD. I write the fix, then I comment it out, make a test, see that it fails, then I uncomment the fix [08:46] yeah I've done that before === mdke [n=matt@ubuntu/member/mdke] has joined #launchpad [08:55] BjornT: 75-bugtaskwatchlinkage.txt is no longer relevant, is it? [08:59] er, at least specifically the test at line 35 [09:00] http://www.youtube.com/watch?v=7SGLtxKkw6s&search=helsinki [09:00] bradb: it's still relevant (although i'll re-write it slightly), since in the recent discussion we decided that it should be possible to unlink/link bug watches [09:01] heh heh [09:01] BjornT: the test at line 35 seems to test something that can't currently be done in the UI, unless I'm missing something [09:02] and it's causing a: [09:02] +
  • Module canonical.launchpad.subscribers.karma, line 66, in bugtask_modified
    [09:02] + assert task_delta is not None
  • [09:02] which is pretty annoying [09:02] + [09:02] + AssertionError [09:03] bradb: ah, that's true. it will be relevant soon, though :) feel free to delete it if you want, i'm going to rewrite it anyway. [09:03] yeah, delete all our tests, see if I care :) [09:04] well, might as well delete tests that are testing things that can't currently be done [09:05] bradb: actually, it can be done in the UI, can't it? [09:05] not from what i can see, but maybe i'm missing something [09:07] bradb: https://launchpad.net/distros/debian/+source/openssl/+bug/6761/+editstatus [09:07] Malone bug 6761 in openssl "openssl: Expired certificates and recertification" [Unknown,Confirmed] [09:09] yeah, i just added a second watch task and this time it showed the widget correctly. /me tries to figure out how i added another task without it showing that widget. [09:10] i added a task on evolution, linked to debbugs 123, and it added debbugs 123 in the portlet, but the task looked like a normal non-linked one [09:11] cprov-afk, I just got a fat-ass message from the library GC [09:11] 5.7M [09:12] bradb: ah, that's a bug i'm going to fix in the branch i'm working on. evolution uses malone, so it can't have a bug watch linked to it [09:13] ah, ok. (indeed, i just reconfirmed the bug...pretty confusing.) [09:15] BjornT, why is our bugmail not getting wrapped? [09:17] carlos: is https://launchpad.net/distros/ubuntu/dapper/+lang/ca now working as expected? [09:17] ie, shows all? [09:20] kiko: wow, could publish it somewhere ? [09:20] kiko: i'm not quite sure. it seems like it has problem wrapping when the comment has more than one paragraph. descriptions get wrapped properly, though, even though they have more than one paragraph. i can take a closer look tomorrow if i have time. [09:21] BjornT, I forwarded you the bugmail [09:21] cprov-afk, yeah, it's in launchpad-error-reports [09:23] kiko: ahhh got it, killed thunderbird, though [09:23] cprov-afk, mutt dude. mutt. [09:23] carlos, you got mail [09:24] cprov-afk, why is bug 41583 critical?! [09:24] Malone bug 41583 in soyuz "when publishing a security update, a template USN email needs to be generated" [Critical,Unconfirmed] http://launchpad.net/bugs/41583 [09:25] kiko: :P. Bunch of deletions and it did found duplicated contents (a lot) I'm surprised. [09:25] yeah same here [09:26] kiko: it's part of the security by soyuz milestone (to be created), I can reduce the severity if you want [09:27] Merge to devel/launchpad/: [r=spiv] sabdfl's bazaar-ui with some incontroversial fixes from mpt's review (r1828: David Allouche, Mark Shuttleworth) [09:27] Yeeeeeeepeeeee! [09:27] yeah, cprov-afk -- major at most. it's a new feature, not a critical regression [09:28] kiko: you're right. [09:31] I think it would be helpfull if a link Edit Status would be in the menu when viewing a bug [09:31] it is not very intuitive to click on the package name [09:32] when everything else is usually done over a link in the menu [09:33] I mean this: https://launchpad.net/distros/ubuntu/+source/sabayon/+bug/38410/+editstatus [09:33] Malone bug 38410 in sabayon "Edubuntu clients can't log-in after sabayon is installed." [Normal,Confirmed] [09:37] bradb: is there an open bug to "Automatically subscribe me when I comment on change or edit its status"? === kiko [n=kiko@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [09:38] bradb: it's similar to bug 977 that you just fixed. [09:38] Malone bug 977 in malone "Commenting on bug should optionally subscribe you" [Major,Fix committed] http://launchpad.net/bugs/977 [09:38] good night guys [09:38] bradb: nm, found it [09:39] woman is calling me from the sleeping end of the office === bradb_ [n=bradb@modemcable092.66-130-66.mc.videotron.ca] has joined #launchpad === beyond-out is now known as beyond [10:21] is there a bazaar irc channel? [10:22] lucasvo: #bzr for bazaar-ng, I think [10:23] I'm thinking they'll know bazaar too if you need it [10:28] I mean the versioning system === raphink [n=raphink@ubuntu/member/raphink] has joined #launchpad [11:23] jordi: I don't think that page is fixed yet... [11:23] kiko: let me see [11:26] carlos! [11:26] hmm [11:27] kiko: That kind of upload is not using any guess [11:27] kiko: we already know the pofile where it should be imported [11:27] it's strange indeed then [11:27] yes [11:27] I see three options: [11:28] 1. The user didn't upload the file where he said he did [11:28] 2. Jordi changed where it should be imported (I didn't do it) [11:29] 3. We have a really weird bug there. [11:29] the problem is that I don't think any of those options as valid... and the more realistic one is 3. [11:29] but is really weird.... === heyko is now known as heyko\afk_ [11:42] ok [11:42] found the problem [11:43] kiko: the link to the POFile that we are supposed to have there is not working [11:43] and thus, we are using the guessing algorithm [11:43] aha. [11:43] that sounds more like it [11:43] the bug /sounded/ like a guessing bug [11:44] the thing is that the guessing code should not be executed in that situation [11:44] because, in first place, we already know the pofile [11:45] why is it? [11:48] kiko: we are not storing the pofile in ITranslationImportQueueEntry.pofile attribute [11:48] carlos, huh?! ever?! [11:48] don't know, need to debug it [11:49] I guess it's a concrete code path [11:49] because I'm sure I wrote that code, unless we had a regression.... [11:50] argh [11:54] well, dudes, I need to sleep [11:54] see you tomorrow [11:55] kiko: I already updated the bug report === LeeJunFan [n=junfan@adsl-69-210-207-5.dsl.klmzmi.ameritech.net] has joined #launchpad [11:56] rock on carlos