=== milosz [n=dem@d192-24-43-158.try.wideopenwest.com] has joined #launchpad === flacoste [n=francis@modemcable207.210-200-24.mc.videotron.ca] has left #launchpad ["Bye"] === mdz [n=mdz@42.Red-83-39-40.dynamicIP.rima-tde.net] has joined #launchpad === abhay [n=abhay@ss75.shared.server-system.net] has joined #launchpad === abhay [n=abhay@ss75.shared.server-system.net] has joined #launchpad === Seveas [n=seveas@ubuntu/member/seveas] has joined #launchpad === _mholthaus [n=mholthau@johnny33.dersbach.ch] has joined #launchpad === Lord_Athur [n=alejandr@pc-10-33-214-201.cm.vtr.net] has joined #launchpad [01:43] hi all, I've got a doubt, how do i earn karma? === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #launchpad [01:56] karma is a system that is built into launchpad such that doing things that are favored increases your karma. add a suggestion, your karma goes up. if your suggestion is approved, your karma goes up [01:57] etc. [01:58] you can see your karma log by going to your userpage and adding +karma/ to your url === kalosaurusrex [n=aaron@dhcp59190.vcd.hp.com] has left #launchpad [] === kalosaurusrex [n=aaron@dhcp59190.vcd.hp.com] has joined #launchpad [02:04] how do I have my team join another team? [02:07] oh nm [02:07] got it [02:07] (Members) [02:07] add [02:07] blah night! === kalosaurusrex [n=aaron@dhcp59190.vcd.hp.com] has left #launchpad [] [02:08] abhay, If Imake and edit some wikis, if I work on forums, does karma go up? [02:17] Lord_Athur: I don't believe the wiki is linked to launchpad that way. i know that things in launchpad will increase karma but some one else may be able to clarify. [02:25] ok, thanks === rpedro [n=rpedro@87-196-100-114.net.novis.pt] has joined #launchpad [02:34] spiv: can you please review jamesh/launchpad/dyson-urllib - should be trivial [02:37] lifeless: ok === abhay [n=abhay@ss75.shared.server-system.net] has joined #launchpad [03:03] spiv: also, hack day at jdubs [03:04] Today? [03:04] yah [03:04] wed nes day === spiv hmms [03:05] make sure you don't leak any proprietary company secrets to him [03:05] he's shifty [03:05] jamesh: oops [03:06] jamesh: too late [03:07] spiv: after turning off the select result randomisation for distinct and set op queries, it looks like I'm only getting legitimate test failures [03:08] spiv: things don't look too bad, but there are a few in rosetta, archive publisher, calendar and a few others [03:08] wicked [03:09] the power of the shiny thing === bradb [n=bradb@modemcable048.58-130-66.mc.videotron.ca] has joined #launchpad [03:27] sounds like it is nice and warm in London [03:27] not too hot though === mpt_ [n=mpt@203.118.156.188] has joined #launchpad [04:30] Gooooooooooooood afternoon Launchpadders! === lma [n=lma@adsl-64-172-54-250.dsl.snfc21.pacbell.net] has joined #launchpad === stub [n=stub@ppp-58.8.2.146.revip2.asianet.co.th] has joined #launchpad === carthik [n=carthik@user-142h0oa.cable.mindspring.com] has joined #launchpad [05:51] I am not getting the (encrypted) email Launchpad is supposed to send me to verify my gpg keys. Is this a known problem? === carthik [n=carthik@user-142h0oa.cable.mindspring.com] has left #launchpad ["Leaving"] === frodon_ido [n=patrick@ip-213-49-212-229.dsl.scarlet.be] has joined #launchpad [07:32] spiv: I suspect that some of the test failures with the select result randomisation is that subsequent index operations into a SelectResults can give different answers (as opposed to iterating over the full result set) [07:33] jamesh: hmm [07:35] jamesh: how about instead of random, we use something more deterministic. [07:35] jamesh: like md5 of the row id concatenated with the transaction id? [07:35] ideally it should be deterministic within a single run [07:35] yeah [07:38] jamesh: I wonder how much mileage we'd get out of even a simple "id DESC"? [07:38] good question [07:39] I guess you need to do "%s.id DESC" % self.sourceClass [07:39] or pick one of a number of different deterministic orders based on $PID [07:39] Or in fact, "%s.%s DESC" % (self.sourceClass._table, self.sourceClass._idName) [07:40] test run completed that time with 8 failures [07:41] Wow, maybe we aren't totally broken after all. ;) [07:41] it timed out when running under test_on_merge.py and got killed [07:42] this does slow things down a bit, since postgres has to sort pretty much every result set [07:42] which means computing each result set fully even if only a fraction is accessed [07:43] Right. [07:43] So probably not an option to have activated for every test run, but still good to have. [07:45] maybe we could activate it if random.random() < 0.25 :) [07:46] actually, the problem with that is that it potentially means one person fixing bugs introduced by 3 others [07:46] on average [07:47] "if os.getlogin() == 'pqm'" ;) [07:48] I doubt it is a significant burden if you are only running a subset of the test suite [07:49] Are there many developers who regularly do full test suite runs locally? [07:49] Only when I'm doing test suite work, which is slow and sucky :-P [07:50] I don't think so; running the full suite is generally only something you do if you're making a change with a really broad potential impact (or hacking on the test infrastructure). [07:51] So I expect most people do it occasionally, but I'd hope that no-one needs to do it regularly. [07:53] stub: do you have any comments about this proposed patch, DBA wise? === BjornT wouldn't like the test suite to become slower [07:55] i do run the canonical.launchpad test suite time from time, but it's getting harder and harder to find time to do it, since the test suite gets slower and slower... [07:55] BjornT: we should definitely measure how much impact the change has -- I might have just been unlucky with the timeouts [07:56] if it gets a lot slower it'd be nice to have an easy way of turning the feature on/off === mdke_ [n=matt@ubuntu/member/mdke] has joined #launchpad [07:56] it is controlled by a launchpad.conf setting in my branch [07:59] if it was possible to override only a few specific config values in launchpad.conf, that would be an easy way of turning it on/off. [07:59] perhaps an environment variable would be better === Fujitsu [n=Fujitsu@c211-28-178-169.eburwd7.vic.optusnet.com.au] has joined #launchpad [08:20] jamesh: fwiw, randomising with the md5 of the connection id + id column seems to be giving about the same results as you're reporting. [08:23] The comment at the top of zzz-soyuz-set-of-uploads.txt is out of date, surely? === spiv files a bug [08:27] doc dir tests are run separately, iirc [08:27] so yeah, the comment does seem inaccurate [08:49] jamesh: I got 9 failures in total [08:49] spiv: I fixed one or two before that test run [08:50] spiv: also, it is possible that not all failures will show in one run [08:50] jamesh: indeed. [08:51] jamesh: I used this patch on your sqlobject changes for my randomising: https://chinstrap.ubuntu.com/~dsilvers/paste/fileX6TVQe.html === raphink [n=raphink@ubuntu/member/raphink] has joined #launchpad === carlos [n=carlos@16.Red-88-9-29.dynamicIP.rima-tde.net] has joined #launchpad [08:55] morning [08:55] danilos: hi, around? === lucas [n=lucas@ubuntu/member/lucas] has joined #launchpad [09:01] hi [09:01] spiv: it's difficult deciding how to fix some of the tests: do you constrain the ordering further, or make the tests less dependent on the sorting? [09:02] I've changed the translation import queue failure to order by id, which probably makes sense === rpedro [n=rpedro@87-196-6-63.net.novis.pt] has joined #launchpad [09:04] Yeah, I guess it depends on if it's a bug in the test or in the code, and it can be hard to tell which is which. [09:07] For some things the order doesn't matter, so long as it's reliable so things like batching work sensibly. I guess in those cases order by id is ok, but if there's a date or a name or something that makes more sense, that might be better. [09:07] for the translation import queue it was being ordered by status and dateimported [09:07] is there some doc somewhere about bazaar branches owner by teams ? [09:07] I only found http://ddaa.net/blog/launchpad/bzr-hosting [09:07] lucas: I'm meant to be writing an article about it [09:08] jamesh: falling back to id after status and dateimported sounds ok to me then. [09:08] it would really be great, because I would use an alioth svn repos if you don't :-) [09:08] lucas: the short answer is push your branch to sftp://bazaar.launchpad.net/~team/product/branchname and you have a team owned, hosted branch [09:08] ok [09:09] I'll try that and come back if I fail [09:09] lucas: see also https://launchpad.net/bazaar, although it doesn't say much atm. [09:09] spiv: I'd expect a fair number of the queue entries to have dateimported=NULL though, so it was giving even less order than you might first think [09:10] lucas: but it does at least officially document that you can use a team name ;) [09:10] actually, I tell a lie. that column is not-null [09:10] jamesh: I was about to say... [09:11] But I can imagine that if multiple queue entries are made in one transaction, they'd all get the same timestamp. === mpt__ [n=mpt@203.118.156.188] has joined #launchpad [09:12] however, the pagetest creates multiple queue entries in a single transaction, which is probably the problem [09:12] Right. [09:12] That certainly explains it. === danilos is back (gone 12:10:13) [09:16] carlos: hi [09:20] morning [09:20] sivang: g'morning [09:21] hey danilos :) changing nicks again? [09:21] sivang: nah, waiting for "danilo" to become free :) [09:21] hehe [09:23] how do bzr pull/push handle conflits ? [09:23] conflicts I mean [09:24] lucas: I think push doesn't handle conflicts, once you diverge, you have two different branches so you cannot push the second copy [09:25] so this makes it difficult to use this for sharing a branch between users, right , [09:25] ? [09:25] lucas: to do that, you need to do a bzr merge of the other branches [09:26] so you have the main branch 'A' and you have your local branch 'B' and Joe User has his local branch 'C' [09:26] You can use bzr SVN-style. [09:26] so, we need to always bzr merge before bzr push. but it sucks if somebody else bzr push between our bzr merge and the bzr push [09:26] Where everyone has a 'checkout' that tracks the main branch. [09:26] lucas: you would need to do bzr merge 'B' or bzr merge 'C' [09:26] And you use 'bzr update' to update your checkout against the main branch. [09:26] from the branch 'A' [09:26] lucas: I guess spiv's suggestion is better for your requirements [09:27] And 'bzr commit' automatically commits to the shared branch. [09:27] but I also guess you lose some of the bzr magic [09:27] (But you can still do local-only commits if you're offline) [09:27] spiv: oh really? [09:27] #bzr can tell you more [09:27] ok, perfect [09:27] I didn't notice bzr checkout [09:29] "bzr commit --local" on a bound branch (what you get from bzr checkout) won't do the auto-push [09:30] when you do a commit without --local, it will push to sftp provided that the version on the server hasn't diverged [09:30] (in which case you need to do a merge) [09:31] jamesh: 'update' rather than merge :) [09:31] jamesh: with checkouts, use standard CVS workflow [09:31] lifeless: so that'll leave you tree with a pending merge for the local changes? [09:32] so I'd do bzr commit --local, wait until I'm online, then bzr update, and bzr commit ? [09:34] ok [09:34] just tested [09:34] it works fine [09:34] jamesh: yes [09:34] lifeless: cool. [09:34] jamesh: :) [09:35] that's the bit I hadn't got round to testing with checkouts [09:36] hey guys [09:36] i am looking for somebody with python/zope/C++ experience to do 2 packages for me [09:36] i am pretty sure i can find somebody with the first 2 here [09:37] and that would be a good start [09:37] 'do 2 packages' ? [09:37] are you also after packaging experience then? [09:38] jamesh: any progress on the "HTTP version of the branches get updated only once a day" issue ? [09:39] lucas: not yet. We should probably look at making the pull logic a bit smarter: make use of the failure count stats we collect plus the date of the head revision to pick a better update interval [09:39] ok [09:40] lucas: actually, spiv did make a change to always mirror hosted branches when the branch puller gets run, so if it is still updating once a day that would indicate that the puller is only running once a day [09:41] are you still only seeing the branches updated once a day? [09:41] I dunno, I just created my branch [09:42] there is still a delay [09:44] lifeless: yeah it's about pkging 2 sources [09:44] jamesh: yeps === ddaa [n=ddaa@nor75-18-82-241-238-155.fbx.proxad.net] has joined #launchpad [09:45] ok, I see my branch quite up-to-date (rev 3 is missing) on https://launchpad.net/people/dct/+branch/dct/main/ [09:45] but it doesn't show up on http://bazaar.launchpad.net/~dct/dct/main [09:46] revno 2 was commited timestamp: Wed 2006-07-19 09:28:29 +0200 [09:46] revno 3 :timestamp: Wed 2006-07-19 09:33:46 +0200 === malcc [n=malcolm@host86-134-233-12.range86-134.btcentralplus.com] has joined #launchpad [10:11] lucas: "bzr log http://bazaar.launchpad.net/~dct/dct/main/" shows four revisions here. [10:12] lucas: all the bzr metadata is in http://bazaar.launchpad.net/~dct/dct/main/.bzr/ (which is where bzr looks) [10:12] yup, I got a 404 error when I told you it didn't show up [10:12] so it was updated in the meantime [10:13] however I still don't see 4 revs on https://launchpad.net/people/dct/+branch/dct/main/ [10:13] the stats shown on https://launchpad.net/ are collected by a different batch job [10:14] ok [10:14] what does "subscribing to branches" do ? you receive mails about commits ? [10:15] which we should be able to run a lot more frequently now -- it only scans branches the puller script says changed [10:17] lucas: at the moment I think they just show up at e.g. https://launchpad.net/people/lucas/+subscribedbranches [10:17] ok === Spads [n=crack@217.205.109.249] has joined #launchpad === mpt_ [n=mpt@203.118.156.188] has joined #launchpad === doko [n=doko@dslb-088-073-100-078.pools.arcor-ip.net] has joined #launchpad === fabbione [i=fabbione@gordian.fabbione.net] has joined #launchpad === Keybuk [n=scott@quest.netsplit.com] has joined #launchpad [11:06] jamesh: before increasing the frequency too much, I would like to reduce the level of error spam it sends. === mpt_ [n=mpt@203.118.156.188] has joined #launchpad [11:07] BTW, according to the recent spam, the new branch scanner completes quite quickly now. [11:07] The issue is apparently that it repeatedly tries to scan branches which are _not_ mirrored successfully [11:08] causing a lot of BranchNotFound errors for every run [11:08] Mh [11:08] actually... [11:09] I can just remove the "-v" flag, and increase the frequency now. === mpathy [n=mm@stgt-d9bea999.pool.mediaWays.net] has joined #launchpad [11:10] Hi there.. I got a problem without a solution ;) I made this launchpad entry out of it: https://launchpad.net/bounties/compilation-options-checker -> 1. why is it displayed so ugly without line wrap? 2. are there a better place for sth. like that? [11:14] mh [11:14] it's already -q [11:18] ddaa: I guess it should do "last_mirrored_id IS NOT NULL AND (last_scanned_id IS NULL OR last_mirrored_id <> last_scanned_id)" [11:20] ddaa: given that mirrored empty branches have last_mirrored_id = "null:", that should still get successfully mirrored empty branches [11:21] jamesh: feel like making a quick patch with a test? [11:21] ddaa: sure. [11:21] mh [11:21] I think the issue here is different than "empty branches" [11:22] it's about "things that are not branches" [11:22] but then I'd expect they have last_mirrored_id = NULL [11:23] ho [11:23] gotcha === simira [n=simira@tellus.err.no] has joined #launchpad [11:31] ahoy there [11:33] ddaa: yeah. If a branch becomes empty but wasn't previously, we want to rescan. We can tell the difference between this condition and an unmirrored branch because last_mirrored_id is "null:" in one case and NULL in the other [11:39] oh [11:39] then what if a previously valid branch becomes invalid? [11:39] then the puller won't be able to update it [11:39] then the last_mirrored_id does not change, ok === simira [n=simira@tellus.err.no] has left #launchpad [] [11:39] where are permission definitions hidden in launchpad? [11:39] the zcml says what permissions are needed to do various things with an object, but most of the code that says if you have the permission is in canonical/launchpad/security.py [11:39] security.py was what I was looking for === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #launchpad [12:17] where can I learn about permission declarations in zcml? === marcus_notebook [n=mholthau@johnny33.dersbach.ch] has joined #launchpad === stub [n=stub@ppp-58.8.2.146.revip2.asianet.co.th] has joined #launchpad [12:39] For some reason that I cannot figure, it looks like "EditSeriesSourceByVCSImports" (in security.py) is never executed... [12:39] Then when a vcs-imports member tries to assign ProductSeries.targetarcharchive, it gets its launchpad.Edit permission denied. [12:51] ddaa: possibly because the objects implementing IProductSeriesSource also implement IProductSeries [12:51] and there is another adapter for (IProductSeries, launchpad.Edit) === ddaa grumbles something about wholly inadequate security testing in launchpad [12:53] jamesh: I do not understand how this stuff is supposed to work, so I can only believe you [12:54] maybe there's a way to say "don't try being smart, try to adapt that object for IProductSeriesSource now!" [12:56] I think I should try to maintain a document "All the good reason why VcsImports should be a separate table, and a few bad ones as well" === fantamaxx3a [n=mholthau@65.193.63.81.fix.bluewin.ch] has joined #launchpad === WaterSevenUb [n=WaterSev@azevedo.astro.up.pt] has joined #launchpad [01:02] ddaa: okay. So you've got a ZCML definition for database.ProductSeries that says that if the user has launchpad.Edit permission, they can set attributes covered by the IProductSeriesSource schema [01:03] I read it like that as well [01:03] so if you try to set one of those attributes, it asks the question by saying "does the user have launchpad.Edit permission on this object" [01:03] mh [01:03] it does that by looking for an adapter for some interface the object implements and the permission name [01:03] the stuff in security.py? [01:03] it doesn't try to match a particular interface the object provides [01:04] yeah [01:04] there are adapters for (IProductSeries, launchpad.Edit) and (IProductSeriesSource, launchpad.Edit) [01:04] so, in the face of ambiguity, it picks some random one :( ? [01:04] I guess [01:05] I'll try throwing some chicken bones and try disambiguating then. === ddaa invents launchpad.EditSource [01:05] jamesh: does it look for an interface *that* attribute is on ? [01:06] jamesh: or an arbitrary interface ? [01:06] mh... undefined permission id... [01:06] lifeless: it doesn't match based on the schema whose attribute you are trying to set [01:06] ddaa: the permissions are defined in permissions.zcml [01:07] found it [01:07] but is the object in question an implementation of IProductSeries ? [01:08] lifeless: yeah. ProductSeries implements IProductSeries, IProductSeriesSource and IProductSeriesSourceAdmin [01:08] garh [01:08] jamesh: can we write a linter for permissions,zcml ? [01:08] bingo! [01:09] there are zcml statements granting launchpad.Edit for IProductSeries and IProductSeriesSource on ProductSeries [01:10] by linter, I mean a program which will use the various registries we have, and the permissions adapter ruleset, to tell us when a single permission may get conflicting rules for an object ? [01:10] jamesh: or perhaps a runtime check, to make tests fail when this occurs ? [01:10] lifeless: I suppose. We'd need to look at all the adapters and for each pair of adapters ($interface1, $perm) and ($interface2, $perm), check to see if all implementors of $interface1 also implement $interfac2 and vice versa [01:11] jamesh: well, $any of not $all of ? [01:12] lifeless: maybe that would be better. I only read up on this bit of the security code last week, which is why I could answer ddaa [01:12] BjornT: the 200 is fine. The description in the test wasn't ;) [01:12] gotta run, tchau tchau [01:14] Anyone seen an exception like "_csv.Error: delimiter must be quoted or escaped" when using the csv writer from the Python standard library? === mdz [n=mdz@76.Red-83-35-136.dynamicIP.rima-tde.net] has joined #launchpad === matsubara [n=matsubar@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [02:01] Launchpad will be going down in 15 minutes for some brief unscheduled maintenance. Downtime will be approx five minutes. === carlos -> lunch [02:16] see you later === salgado [n=salgado@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [02:28] hmm https://launchpad.net/ is directing me to the blueprint front page [02:28] stub ^^ [02:34] matsubara: sorted. [02:35] stub: the blueprint.launchpad.net is opening the LP's front page. [02:35] matsubara: It has always done that on production [02:36] matsubara: The fault we just had happened because we were turning some infrastructure on to support the vhosting of blueprint.launchpad.ne [02:36] stub: I see. === radix [n=radix@209.217.74.66] has joined #launchpad [02:45] Hello, I need a quick review for a critical bugfix (+souceadmin permissions) [02:46] matsubara: can you help? [02:47] ddaa: review? I think salgado would be better. I had a hard time with those +source and +sourceadmin permissions === jkakar [n=jkakar@209.217.74.66] has joined #launchpad [02:47] Whoever modified it last indeed had a hard time [02:47] since the permission setting was non-functional [02:47] salgado: ping! [02:48] ddaa: Indeed, last week I realized that security.py wasn't even being checked for the vcs celebrity [02:48] TBH, there's a tension between unreliable zope stuff, and bad db design (per sabdfl veto). [02:50] I think I have not ranted about lack of permission testing for a good two hours. So add lack of test coverage to the mix. === Enverex [i=user@host-84-9-189-109.bulldogdsl.com] has joined #launchpad [02:53] Is it possible to become a "moderator" for a project? I.e. to be able to go around and clean up garbage/malicious/spam entries from a launchpad project? [02:54] Enverex: one way of doing that is to assign ownership of the project to a team and be a member of the team. [02:55] hmm, makes sense. It's just I was reading through some bugs and such seeing if there was anything I could help with and saw quite a few stupid posts (thinks telling people to rm -rf or whatever) and other utterly pointless posts (not spam but no reason to even exist anyway) etc [02:55] Mh, I do not think it's possible to delete bug comments yet. [02:56] Enverex: the guy to ask about that is bradb (he's not around now), he's the bug tracking man. [02:56] Ah, ok [02:56] I'm not too good with coding and such (don't have the time to dedicate to learning more new things) but at least I could try and help this way === bradb [n=bradb@modemcable048.58-130-66.mc.videotron.ca] has joined #launchpad [02:57] Here comes the man [02:58] bradb: This is Enverex, he wants to help weed off spam/useless bug comments. [02:58] Enverex: This is bradb, the Malone Man. [02:58] Ah, hi [02:58] Enverex: hi, how can i help you? [02:58] ddaa just said, heh [02:59] Although the scope of the entire of Launchpad may be a bit much, so I could start with Ubuntu's pad (which is what I'm currently using and making packages for) and possibly others if I have the time or use them [02:59] carlos: the kashubian team is ready to be added [03:00] Enverex: bug 1734 might interest you [03:00] Malone bug 1734 in malone "Need ability to mark bug comments as obsolete" [Wishlist,Unconfirmed] http://launchpad.net/bugs/1734 [03:00] lol, "unconfirmed" [03:01] Got to love the wording sometimes [03:03] Enverex: There's a fine line to walk between making it harder to add comments and pissing people off which, I guess, is why that bug hasn't yet been confirmed. === flacoste [n=francis@modemcable207.210-200-24.mc.videotron.ca] has joined #launchpad [03:04] I can't really see a reason why anyone would want to keep spam/pointless posts like "lol, hi I'm new" (when the person is nothing to do with any of the responses or the bug) or posts trying to get someone to do something stupid [03:05] Enverex: It's perhaps hard to argue with /keeping/ them. I was thinking more of prevention. === SteveA [n=steve@76.Red-83-35-136.dynamicIP.rima-tde.net] has joined #launchpad [03:06] Oh, that I understand, I was just offering to clean up the ones that have been posted. I can see prevention would be a pain as there aren't really any failsafe methods and most techniques, as you said can be really annoying [03:06] Enverex++ [03:07] Enverex: I marked bug 1734 confirmed, in any case. :) [03:07] Malone bug 1734 in malone "Need ability to mark bug comments as obsolete" [Wishlist,Confirmed] http://launchpad.net/bugs/1734 === niemeyer [n=niemeyer@200.138.133.14] has joined #launchpad [03:08] Anyway, when the possability comes up I'm offering to help de-cruft. Username on there is Ben Hodgetts (or shortname enverex) [03:09] Enverex: cool, thanks. if you subscribe to that bug, you'll be notified when it's fixed. [03:09] Ah, good point [03:14] jordi: ok === carlos_ [n=carlos@185.Red-88-9-29.dynamicIP.rima-tde.net] has joined #launchpad [03:22] salgado: reping! [03:24] does anyone know if there is a plan to make bug history a bit more visible? At the moment, some of the comments lack a lot of context because they are not accompanied by details of the change made to the bug status [03:26] hey ddaa [03:26] salgado: https://chinstrap.ubuntu.com/~dsilvers/paste/fileYxXwS9.html [03:26] please review ASAP [03:27] that may be tomorrow. is that okay? [03:27] lol, "Certificate belongs to *.canonical.com" [03:27] mdke_: yes, there is a plan for interleaving the bug activity with the comments. i can't give you an eta, though, at the moment we have quite a lot of other things to implement. [03:27] Someone forgot to fix the cert [03:28] Enverex: it's private anyway [03:28] BjornT: cool, look forward to that === Ubugtu [n=bugbot@ubuntu/bot/ubugtu] has joined #launchpad === Keybuk [n=scott@quest.netsplit.com] has joined #launchpad [03:45] BjornT: nice handling of the mechanize bug with benji jim and tres === cprov [n=cprov@monga.dorianet.com.br] has joined #launchpad [03:49] hi cprov [03:50] ddaa: hi dude, how is it going ? [03:50] came back from seaside vacation with a nice tan, fixing bugs like crazy [03:53] ddaa: ehe, good luck ! any news about the importd slave plan ? [03:53] mh [03:54] I put my work as a work-in-progress branch [03:54] https://chinstrap.ubuntu.com/~jamesh/pending-reviews/david/launchpad/importd-ng/full-diff [03:54] talked about it with lifeless, who suggested implementing a transition by using the new reporting tables with buildbot, and _then_ replacing the back-end. [03:55] ddaa: nice, we can discuss more during the implementation time (I suppose it's just the DB patch) [03:55] yup [03:55] ddaa: it makes sense. === Enverex [i=user@host-84-9-189-109.bulldogdsl.com] has left #launchpad ["Leaving"] [03:55] I plan to focus on it once I got bzr-native out the door [03:55] but I have a hell of a time even making enough room to do progress on that [03:56] Luckily, jamesh and spiv are working hard on implementing all the actual features and improvements on the bazaar stuff [03:57] stub, ping [03:57] salgado: pong [03:58] stub, how did you fix bug 53435 (the one about non-escaped newline characters)? [03:59] I updated the export script to normalize all whitespace to ' ' [03:59] (fix has landed - feel free to revert it if you have a better approach) [04:00] stub: we have another patch to production DB (ETA 5 min), please, don't leave before apply it ;) [04:01] stub, has it landed on chinstrap? I ask because I'm writing a test for it [04:02] yes - r3803 [04:02] Might not be in rocketfuel-built yet [04:02] ah, I see [04:07] BjornT: ping [04:07] hi bradb [04:07] BjornT: hi. i moved pagetitles.py to browser, and i'm getting a strange circular import issue. [04:09] BjornT: https://chinstrap.ubuntu.com/~dsilvers/paste/file0tSMt7.html [04:09] test failure output [04:09] BjornT: the strange thing is that i don't get that circular import when i start the app [04:10] it's caused from tests calling scripts, like: [04:10] >>> process = subprocess.Popen( [04:10] ... [sys.executable, script, '-u', url] , stdin=subprocess.PIPE, [04:10] ... stdout=subprocess.PIPE, stderr=subprocess.STDOUT, [04:10] ... ) [04:10] >>> (output, empty) = process.communicate() [04:10] >>> print output [04:11] any idea why i see that issue around that type of doctest code, but not when starting the app? [04:11] (i see several tests failing in a similar way) [04:13] stub: email sent [04:14] bradb: no, no idea as to why it's not happening when you start the app. [04:15] hm [04:16] cprov: done [04:16] stub: good, thank you [04:17] BjornT: btw, did you see the discussion about the CreateBugParams object? I'm curious to get your opinion on having a parameter object for that. (The idea being that now instead of maintaining those params in nine different places, they're maintained in one place.) [04:18] bradb: confirm the app you think the test is running is actually the same as the app you are testing. There should be no difference between invoking the script from the command line and via subprocess apart from environment differences, and that shouldn't cause import weirdness unless you have a screwed PYTHONPATH === bradb checks [04:26] stub: I hypothesize it's because, somehow, pagetitles gets imported /before/ DurationFormatterAPI when running the app with "make run", but hasn't yet been imported when importing DurationFormatterAPI in the test. [04:28] stub: Because I can import pagetitles /first/ interactively, but if I try to import DurationFormatterAPI before pagetitles is imported, i get the circular import issue === LeeJunFan [n=junfan@adsl-69-210-207-5.dsl.klmzmi.ameritech.net] has joined #launchpad [04:28] make run runs the Launchpad app server. That test is running a script. [04:30] Sounds 'icky anyway. [04:30] yeah. that seems to explain it then. pagetitles gets imported first when running the app, but not at all when running scripts (until it's too late and hits the circular import issue) === stub wonders why a script would want pagetitles loaded anyway [04:32] it makes sense that it wouldn't. the weirdness of the error becomes less weird now that i understand that. === stub sods off === dsas [n=dean@host86-129-14-161.range86-129.btcentralplus.com] has joined #launchpad [04:43] bradb: yeah, i saw the disussion. i'll reply to the mail. [04:43] BjornT: thanks === lucas [n=lucas@ubuntu/member/lucas] has joined #launchpad [04:49] hi [04:49] is there a way to send mail to all members of a LP team ? [04:51] lucas, no, it's not possible [04:52] lucas: bug 44545 [04:52] Malone bug 44545 in launchpad "FOAF Request: make all Teams into email-aliases/mailing-lists" [Medium,Unconfirmed] http://launchpad.net/bugs/44545 [04:52] ok [05:53] salgado: can you review that patch, please? [05:53] https://chinstrap.ubuntu.com/~jamesh/pending-reviews/david/launchpad/importd-ng/full-diff [05:53] oops [05:53] I mean that one: https://chinstrap.ubuntu.com/~dsilvers/paste/fileYxXwS9.html [05:53] ddaa, I probably won't be able to review it today, as I said already [05:54] Sorry, did not notice your reply. [05:54] BjornT: can you review it? [05:55] that's a fix for the +sourceadmin bug, that's preventing me from doing vcs-imports work. I need it out in production ASAP. [05:58] ddaa: sure, i'll review it soon. [06:01] is there something to wrap a dbschema.Enum into a IVocabulary? [06:03] flacoste: look in vocabularies/dbschema.py === mdke [n=matt@ubuntu/member/mdke] has joined #launchpad === bradb [n=bradb@modemcable048.58-130-66.mc.videotron.ca] has joined #launchpad [06:04] BjornT: exactly what I was looking for, thanks! === mdke [n=matt@ubuntu/member/mdke] has joined #launchpad === mdke__ [n=matt@85-210-48-141.dsl.pipex.com] has joined #launchpad === mdke___ [n=matt@85-210-48-141.dsl.pipex.com] has joined #launchpad [06:16] ddaa: r=me. i can't think of a better way of solving the XXX you added, without rewriting the security system. [06:17] BjornT: should I put up a meeting agenda "rewriting the security system"? [06:19] ddaa: that won't be necessary, steve has been planning to do that for quite a while now.... what you could do, is to send a mail to the list about the issue you have here to remind him. maybe he knows of a better workaround even. [06:19] m'kay, I'll try to get a round tuit [06:30] jamesh: ping? [06:30] BjornT: or you maybe - do you know what mail aliases demo.lp.net needs? === glatzor [n=sebi@ppp-82-135-83-247.dynamic.mnet-online.de] has joined #launchpad [06:36] elmo: *@bugs.demo.lp.net should be enough for now. i'll mail the list to see if we need any other aliases, i'm not sure exactly what the plans are. [06:38] BjornT: ok, thanks [06:39] hi elmo. [06:40] I am currently working on the software-properties, the sources.list editor. So I have got a question related to the server/mirror layout. [06:41] elmo: is there a difference between security.ubuntu.com and the archive.ubuntu.com repo? [06:42] elmo: I would like to provide a combobox to choose a server for all used ubuntu repos. Should I skip security.ubuntu.com? [06:42] glatzor: everyone should point at security.ubuntu.com by default [06:42] glatzor: so that they get the security updates as fast as possible [06:42] glatzor: so yes, it'd be good to skip that in any kind of option box, IMHO [06:43] glatzor: but err, this is offtopic here, we should take it to #ubuntu-devel [06:43] elmo: good. I have seen many custom sources.list appended to bug reports in which the dapper-security repo of the mirrors was used. === mdke [n=matt@ubuntu/member/mdke] has joined #launchpad === raphink [n=raphink@ubuntu/member/raphink] has joined #launchpad === mdz [n=mdz@226.Red-81-35-133.dynamicIP.rima-tde.net] has joined #launchpad === milosz_ [n=dem@141.210.54.168] has joined #launchpad === milosz_ [n=dem@141.210.54.168] has joined #launchpad === LeeJunFan [n=junfan@adsl-69-210-207-5.dsl.klmzmi.ameritech.net] has joined #launchpad [08:05] how should I specify the default value for a Set? [08:06] I have: [08:06] status = Set(title=_('Status:'), required=False, [08:06] value_type=Choice(vocabulary='TicketStatus'), [08:06] default=set((TicketStatus.OPEN, TicketStatus.ANSWERED))) [08:06] and I get the following error: [08:06] ConfigurationError: ('Invalid value for', 'class', "([>, >] , )") === daq4th [n=darkness@netstation-005.cafe.zSeries.org] has joined #launchpad [08:14] I found the solution: use sets.Set instead of set [08:15] interesting [08:15] flacoste: might be worth filing a bug in the zope collector on that, if there isn't one already [08:17] bradb, flacoste: the Set field in upstream zope accepts set as a valid type already. [08:17] cool [08:17] BjornT: thanks for the info, I won't file a bug then === milosz_ [n=dem@141.210.54.168] has joined #launchpad === abhay [n=abhay@pdpc/supporter/student/Aranis] has joined #launchpad === matsubara [n=matsubar@200-171-140-32.dsl.telesp.net.br] has joined #launchpad === glatzor [n=sebi@ppp-82-135-83-247.dynamic.mnet-online.de] has joined #launchpad [09:56] Anyone know of an equivalent to DistroRelease.releasestatus on the product side? === bradb wants to give the user an idea of which series' are supported, in experimental phase, etc. [10:04] am I only one noticing the flicker introduce by the dynamic menu and the set-up of collapsible fieldset? [10:55] why are specs linking to launchpad.canonical.com when it isn't public [10:55] shouldn't specs be public? [10:56] or not launchpad specs? === teolemon [n=famille@car75-5-82-234-128-149.fbx.proxad.net] has joined #launchpad [11:18] hi [11:20] is it possible to do an exception for the clamwin po files that are queued for review in rosetta : the project is a bit dead atm , and I'd like to give the main devs a little motivation by speeding up the translation process. === teolemon [n=famille@car75-5-82-234-128-149.fbx.proxad.net] has left #launchpad [] === lamont [n=lamont@mib.fc.hp.com] has joined #launchpad === WaterSevenUb [n=WaterSev@azevedo.astro.up.pt] has joined #launchpad === dwf [n=dwf@morrislab.med.utoronto.ca] has joined #launchpad [11:48] can anyone tell me how to get off the bloody "also notified" list on a bug? [11:52] this is fucking infuriating [11:58] okay, I had to look through every bug marked duplicate and find the one I was actually subscribed to [11:58] That's ridiculous [11:59] Guess that's one reason to never submit a bug report again. === dwf [n=dwf@morrislab.med.utoronto.ca] has left #launchpad ["Leaving"] [12:01] darn, missed him === bradb /msg's === flacoste [n=francis@modemcable207.210-200-24.mc.videotron.ca] has left #launchpad ["Bye"]