[12:11] So, which is faster at this poiunt [12:11] nuking and starting again, or some magic? === mpt is again reminded of what a feeble brain he has [12:12] mpt: since neither of us is willing to diagnose your situation to determine what is the _really_ fastest (in term of least computation) way to get there [12:12] -> nuking, then [12:13] I strongly suggest you get a local rockefuel mirror (make-archive etc.) and populate it using the rocketsync script you can find in launchpad/utilities, courtesy of yours truly. [12:13] ok [12:14] thanks [12:18] mpt: also, for decent performance, you really want to periodically use abentley's library-relink script, and run "baz diff --link" in your launchpad tree, and make sure your editor is configured right. Hardlinking gives orders of magnitude speed improvements on such a large tree (that does not fit in your disk cache). [12:18] "baz diff --link" speeds up status, diff and commit, library-relink speeds up merges. [12:19] (of course, you need to be aware of the risks involved with having a hardlinked-to-revlib tree) [12:19] I think that "launchpad" on a line by itself in the RFS instructions actually shouldn't be there [12:20] you must be a victim of line wrapping [12:20] oh, that was just wrapping [12:20] yeah [12:21] Maybe add $ signs at the beginning of every shell command [12:21] I tend to do that to avoid ambiguities, but that screw up copy-pasting [12:21] Yes, and $s are already used in the instructions to represent variables [12:21] % then [12:22] Any character commonly used on shell prompts. === mpt [n=mpt@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [12:53] carlos/anyone: I still don't have a working Launchpad tree, and I'm going home. So if you need to fix the Rosetta bar charts urgently, add a semicolon to the end of the "title" attribute assignment in the "Unchanged" section of the bar chart template. [12:53] ddaa: Where is the library-relink script? === mpt [n=mpt@200-171-140-32.dsl.telesp.net.br] has left #launchpad [] [01:12] Merge to rocketfuel@canonical.com/launchpad--devel--0: Add a karma column to the person table and update its value in the foaf-update-karma-cache.py cronscript. r=stub (patch-2267: guilherme.salgado@canonical.com) === mpt_ [n=mpt@200-168-129-20.dsl.telesp.net.br] has joined #launchpad === cprov -> good night all [01:54] carlos: there? [01:58] hmm, any other rosetta/gui people? :-) === Nafallo files a wishlist bug tomorrow ;-) [01:59] bye [01:59] stub: http://mirrors.sourcecontrol.net/aaron.bentley@utoronto.ca--baz/library-relink--devel--1 [01:59] ta [02:03] stub: quick sanity check, are you aware of anything (besides taxi) depending on the changesetfile, changesetfilehash and changesetfilename database tables? [02:05] ddaa: I don't think so. trebuchet, dyson and sourcerer use changeset, but don't go any further. [02:05] Good. [02:06] I'll be preparing a branch to remove the dependent code and tests in taxi and buttress, and a semblance of db patch to drop those tables. [02:06] Mh... maybe I could offload that to somebody. [02:06] spiv: willing to take a shot at importd? [02:07] we need an experienced butcher to hack off one of its extraneous limbs. === spiv starts waking up [02:09] Nafallo, I'm here [02:09] spiv: ping me when you're booted up. [02:29] ddaa: ping [02:29] ddaa: Also, has an importd been hitting Twisted SVN recently? [02:29] hu... don't think so [02:29] can hit it pretty easily though [02:30] Heh, no. [02:30] Ha, yes. [02:30] I have a local dump of the repo on chinstrap for you to play with :P [02:30] We do not like local dumps. [02:30] We had problems with them previously. [02:31] I ask because apparently inetd is throttling SVN connections for Twisted, but that seems to be just because it's popular, rather than because of us. [02:31] Sure. The reason it's there is because the Twisted import breaks atm, so you may as well have a fast-to-access copy to debug against that doesn't eat Twisted's bandwidth (which some poor volunteer pays for!). [02:32] Mh... buildbot sucks... it does not seem any import has been run since a the last time I tried a couple of days ago. But it's hard to be sure. [02:32] Cool, well, it's broken, so no rush to retry ;) [02:33] all the failures I have in the history for twisted are due to 1. too many links in tmp, that bug is fixed 2. connection closed unexpectedly, that's inetd [02:34] If you think that's important, I can try to setup a test environment here to confirm that would pass. [02:34] ddaa: twisted import runs out of memory [02:35] lifeless: you tested it with a local repo? [02:35] ddaa: nothing to do with inetd, its purely to let us debug the svn problem with zope3 & twisted [02:35] ddaa: no, but thats the next step. it takes about a day to run out [02:35] Because the OOM is not apparent in the roomba logs. [02:35] ddaa: look at the end of the cscvs log [02:35] pysvn._pysvn.ClientError: Connection closed unexpectedly [02:35] its just a failure [02:35] prettyl quickly [02:35] older events then [02:36] it *was* running out consistently [02:36] older than that is OSError: [Errno 31] Too many links: '/tmp/tmp74F8Ra' [02:36] yeah I noticed cscvs was being used in launchpad... works well? or a lot of hackery involved? [02:36] at a point we lost history because the buildbot tap crapped out somehow. [02:37] ddaa: too many links means /tmp isn't reaping properly [02:37] Yeah, it was definitely OOMing consistently on Twisted. [02:37] lifeless: old bug, was fixed [02:37] or, the code I fixed wasn't rolled out [02:37] you fixed it [02:37] that's old history [02:37] oh [02:37] anyway, breakfast time [02:37] then I might go for a walk [02:37] spiv: anyway, you said you wanted to help with importd, didn't you? [02:39] (the twisted import will be taken care of at some undeterminate point in the future when mark decided I have enough work) [02:39] ddaa: Well, I want there to be about 99 hours in every day, but sure ;) [02:40] So, I have something blocking importd-archivelocation, that's a big patch I have been working on since I came back from brazil. [02:40] (Anyway, looks like they're about to tweak the inetd conf for Twisted, so that should fix that) [02:41] spiv: in lib/importd/taxi.py, line 172 you have [02:41] db_revision.clone_files(revision.iter_files()) [02:41] that stuff uses pybaz.Revision.iter_files, that is not currently working with URL, only registered names. [02:42] and it's used to populate three tables in the db, that are changesetfile, changesetfilename, and changesetfilehash [02:42] these tables are cruft, I have a green light from sabdfl for dropping them [02:43] they contain a lot of data ATM, but not useful data [02:43] your missing shall you accept it [02:43] * your mission [02:43] would be to produce two feature branches [02:44] ddaa: I've gotten my work for the day out of the way. How can I help you? [02:44] The first one removes that line, an all the buttress cruft and tests that supports clone_files. [02:44] That I will rollout to production at my earliest convenience. [02:44] The second one is a db patch that actually drops the tables. [02:46] You mean clone_files should be removed too? [02:46] Shall you encounter any other dependency on those tables (I'd be surprised, but these dark corners are full of bad surprises), I'd like to be informed. === spiv nods [02:46] spiv: yes, clone_files and all the supporting code [02:46] down to sqlobject classes [02:47] I want all the python code that depends on the tables removed separatedly from the db patch, because importd and launchpad (and the db) are rolled out separatedly. [02:48] spiv: if you feel too busy, you can try offloading to jblack, who's apparently idle ATM :) [02:48] spiv: jblack: any questions? [02:49] Nope. Let me chase down the launchpad instructions. [02:49] Actually, is there something else I can do to help? [02:49] ddaa: I think my first pass will be to offload to jblack :) [02:50] I just remembered that mark told me not long ago that he didn't want me working on launchpad. [02:50] jblack: spiv: don't fall over one another rushing to do it :) [02:50] and I don't mean in a "because you have better things to do" way. [02:51] It would probably be ok if I passed the code through one of you though, so that it got an extra review. [02:51] ddaa: Well, I've got something else to do first today, but if I still have time after that, I'll try to dive into this. [02:51] jblack: that's not _really_ launchpad, that's importd, but I guess that's a technicality :) [02:52] spiv: good, because if I do not fix the python import before yesterday sabdfl will remove my caffeine drip, and THEN I'll be in trouble :) [02:52] Well, I do not mean to rush anybody... [02:53] Oh, no, I'm offering. :) [02:54] Thanks guys. [02:54] We're a team. That's what teams do [03:00] presumably importd is in buildbot... [03:02] no, it's in launchpad/lib/importd now [03:02] most of the code to be removed actually lives in launchpad/lib/canonical/launchpad/database/arch*.py and launchpad/lib/canonical/arch (that's buttress). [03:03] From the way I read this config, its launchpad--devel--0 ? [03:04] must be. Just a little surprised. [03:04] yes, but you'll need the full checkout to run the "check_merge" later (after the db patch) to be sure there are no hidden dependencies [03:04] Yeah. I'm going through the full build stuff. [03:05] use it not hardlinked for a little while, to understand the pain [03:05] that's educative... [03:05] Yeah. I know the pain. I've done this from time to time to keep track [03:42] painnnnn. [03:43] stub: If you maintain https://wiki.launchpad.canonical.com/DatabaseSetup, then heads up. It looks like the instructions don't match cotm ubuntu (I dogfood it) [03:45] If you mean breezy, you are right. I have no idea how badly they are out of kilter though because I haven't got the facilities to run both hoary and breezy (and see no need to risk switching to breezy yet) [03:45] Feel free to update the relevant launchpad scripts and the wiki page though ;) [03:45] Sure. Its just fine except for the locale step. [03:46] The main issue I'm aware of is the postgres-contrib stuff moving, which breaks the fti.py launchpad script. [03:46] Ohhh. more breakage. [03:46] (but that might have been fixed in breezy - I have no idea) [03:46] I'll run a test on it. Do you know if the tests catch the locale problem? [03:47] What actually is the locale problem? [03:47] On that page, there are instructions to nuke the default database and recreate one with the current required locale. [03:48] ok. if your locale is screwed, the tests will fail. There are explicit tests to check this. [03:48] Perfect. [03:48] And you will also get random failures as things are returned in the wrong order elsewhere ;) [03:49] The problem is that the 7.4 in unstable, instead of having hte old fashioned /var/libpostgresql/data, now has /var/lib/postgresql/7.4/main (which is quite similiar to the old data dir) [03:50] I don't have a machine with an older psql, so I can't compare the diffrences to find the perfect match. [03:50] so I'm idly wondering if perhaps they fixed the locale thing. [03:50] I also think I'm going to scavange a machine out of my parts. [03:50] Ok. So the instructions should work if you just fix the paths [03:51] Thats the point. :) [03:51] root@comet:/var/lib/postgresql # find . -name data [03:51] root@comet:/var/lib/postgresql # [03:51] data isn't a magic name - it is just a directory name. Looks like /var/lib/postgresql/data is now /var/lib/postgresql/7.4/main === robitaille [n=daniel@d154-5-117-228.bchsia.telus.net] has joined #launchpad [03:52] /var/lib/postgresql/7.4/main/ looks like the rough equivilant, but I'm not sure (its been awhile since I've jumped into a 7.3 data dir). When I tried blowing that away instead and ran initdb, psql wouldn't even start. clustering complaints. [03:52] If it has a 'base' directory in it, it is the data directory. [03:53] It has a base. [03:53] And blowing it away as per those instructions makes bad things happen. [03:53] Of course, if you just run 'initdb' I have no idea if you are running the 7.4 or 8.0 initdb script ;) [03:53] I'm not asking for support. I'm just giving you a heads up. :) === asgeirf [n=asgeirf@203-173-23-155.dyn.iinet.net.au] has joined #launchpad [03:54] ddaa: ping [03:54] here [03:54] please be quick, I'm on my way to bed [03:56] ok. very quick. can't help you tonight. need to build machine with older ubuntu to help. [03:57] anyone: Do you remember how much the bus fair was between Sao Carlos and Sao Paolo? I think it was about 40 reals ? [03:57] no problem, spiv seems willing to give it a shot tonight, and anyway importd-archivelocation is also blocked by my NMI to fix python import. [03:58] stub: 33 or 35 or something... let me find my receipt. [03:58] I recall 35 [03:59] In fact it was 31.45 === lamont-away is now known as lamont === robitaille [n=daniel@d154-5-117-228.bchsia.telus.net] has joined #launchpad === robitaille [n=daniel@d154-5-117-228.bchsia.telus.net] has joined #launchpad === jblack [i=jblack@static-209-158-45-74.scr.east.verizon.net] has joined #launchpad === camilotelles [n=Camilo@201.32.223.192] has joined #launchpad === spiv [n=andrew@adsl-66-203.swiftdsl.com.au] has joined #launchpad === lifeless [n=robertc@dsl-129.129.240.220.lns02-wick-bne.dsl.comindico.com.au] has joined #launchpad === kiko-zzz [n=kiko@200-171-140-32.dsl.telesp.net.br] has joined #launchpad === sladen [i=paul@starsky.19inch.net] has joined #launchpad === Kinnison [n=dsilvers@haddenham.pepperfish.net] has joined #launchpad === j^ [n=j@195.169.149.104] has joined #launchpad === JanC [N=janc@lugwv/member/JanC] has joined #launchpad === lamont is now known as lamont-away === robitaille [n=daniel@d154-5-117-228.bchsia.telus.net] has joined #launchpad === jblack [i=jblack@static-209-158-45-74.scr.east.verizon.net] has joined #launchpad === camilotelles [n=Camilo@201.32.223.192] has joined #launchpad === spiv [n=andrew@adsl-66-203.swiftdsl.com.au] has joined #launchpad === lifeless [n=robertc@dsl-129.129.240.220.lns02-wick-bne.dsl.comindico.com.au] has joined #launchpad === kiko-zzz [n=kiko@200-171-140-32.dsl.telesp.net.br] has joined #launchpad === sladen [i=paul@starsky.19inch.net] has joined #launchpad === Kinnison [n=dsilvers@haddenham.pepperfish.net] has joined #launchpad === j^ [n=j@195.169.149.104] has joined #launchpad === JanC [N=janc@lugwv/member/JanC] has joined #launchpad === robitaille [n=daniel@d154-5-117-228.bchsia.telus.net] has joined #launchpad === SnakeBite [n=SnakeBit@84.242.143.64] has joined #launchpad === robitaille [n=daniel@d154-5-117-228.bchsia.telus.net] has joined #launchpad === robitaille [n=daniel@d154-5-117-228.bchsia.telus.net] has joined #launchpad [09:53] lifeless: What's the right thing to do about unicode in http urls? Just avoid it? === spiv finds http://www.w3.org/International/O-URL-and-ident [10:04] spiv: its scheme specific [10:04] spiv: the serialised url must meet the abnf in std66 [10:04] lifeless: rfc 2718 seems to suggest utf-8 encode, then escape as usual. [10:05] that will probably be correct for url schemes defined post std66 [10:06] which is what 2718 is about [10:06] spiv: this is pointed to in the link you gave: http://www.w3.org/TR/REC-html40/appendix/notes.html#h-B.2.1 [10:07] jamesh: thats for html url references [10:07] safest is probably to generate ASCII URIs in launchpad, and expect encoded UTF-8 in the librarian [10:07] I thought spiv meant in the http protocol [10:07] Right. This is for the librarian. [10:08] What url should a file named u'Yow\N{INTERROBANG}' be published at in the librarian? :) [10:08] utf8 then % encode is safe always [10:08] (using python literal notation) === spiv nods [10:08] urls will always round trip [10:08] That suits me, I'll do that. [10:08] (already coded it, in fact ;0 [10:08] the problem can occur if someone tries to show it nicely. [10:09] or if someone is trying to guess the url from other data. [10:09] Neither of which are really concerns for the librarian. [10:09] i.e. if I say to you 'home pages are at http:/launchpad.net/people/$person', and $person is non ascii, then I might guess a different approach than you the server do [10:09] i.e. I might do latin-1 [10:10] where the server does utf-8 [10:10] encoded UTF-8 will make the web browsers we care about do the right thing when saving [10:10] (both post % encoded.) [10:10] Thankfully, we have strict constraints on names in launchpad. I think the librarian is fairly unique here among our various systems. [10:10] jamesh: That's good news. [10:10] Ok, thanks to both of you for your help. [10:11] np === ddaa [n=ddaa@ordo.xlii.org] has joined #launchpad === Mez [n=Mez@cpc2-lich4-3-0-cust115.brhm.cable.ntl.com] has joined #launchpad === sabdfl [n=mark@217.205.109.249] has joined #launchpad === carlos [n=carlos@243.Red-83-47-24.pooles.rima-tde.net] has joined #launchpad [11:22] morning [11:22] carlos: morning and ping :-) [11:23] carlos: could we have something in rosetta to show those where suggestions are added? === jayp [n=jp@62.253.252.7] has joined #launchpad [11:23] Nafallo, like show translated, untranslated, needs review, etc...? [11:24] would be easier to approve people based on the quality of their work if you don't have to walk through 14000 translations just to see two strings they've done. [11:24] carlos: yepp :-) [11:25] Nafallo, I suppose it's not a big problem... could you open a bug report about it so we don't forget it? [11:25] carlos: sure. I'll assign it to you? :-) [11:25] I cannot implement it now, but that way we will take care of it later [11:25] Nafallo, as you wish :-) [11:25] hehe [11:26] Hi all, just logged a bug against ethereal in ubuntu, but since ethereal is universe, I'm told I should log it through launchpad. How does this differ from bugzilla? [11:27] jayp, packages in main are not yet migrated to launchpad [11:27] that's all [11:28] carlos, but all ubuntu will go to this launchpad eventually? [11:28] jayp, yes [11:29] I think it will happen with breezy release, perhaps a bit earlier [11:29] camilotelles: #1801, I can't assign it to you. missing privilegies :-( [11:29] hmm [11:29] carlos: ^ ;-) [11:30] Nafallo, don't worry, if it's filed against rosetta, I will take it when I start the implementation. [11:30] thanks [11:30] no problem :-) [11:52] stub, hi, still running the migration script?. Also... did you execute already on production the "fuzzy" one? [11:52] fuzzy script has run on production. The whitespace one is still running - it died due to a deadlock so I had to restart it this morning. === jayp [n=jp@62.253.252.7] has left #launchpad [] [11:56] stubarooney... we'll need an index on Person.karma [11:57] ok [11:57] carlos: are we converging on good langpacks? [11:58] sabdfl, I think we have more or less a detailed procedure for oo and firefox and the language packs should start flying after the white space migration script is executed on production [11:58] sabdfl, I lost my wiki changes for firefox so I need to write them again today (my x server died before saving the changes :-( [12:00] sabdfl, martin did a lanuage pack update manually this month, so I think we have time enough to test and fix any new issue that would appear before next update + firefox and oo support [12:00] stub, ok [12:03] sabdfl, also, I'm waiting for the whitespace script run on production to send the 1.0 announcement but if you don't want to delay it more... I could send it now that breezy is imported [12:04] sabdfl, I keep forgetting to ask you about it, sorry [12:04] sabdfl, what do you want to do? [12:04] carlos: how long will the whitespace script take to run? [12:05] sabdfl, I think a couple of days or so and we are still testing it on staging [12:05] stub, ^^^ ? [12:06] I have no idea - it produces no useful output as to how much has been processed. If we need this soon, I can add some eta estimation and some optimizations. [12:08] stub, if you don't mind... yes. we need it as soon as possible [12:09] stub, and please, send me the patch so I can see your changes and next scripts I write are more optimized so you don't need to do it === Seveas [n=seveas@seveas.demon.nl] has joined #launchpad === Nafallo loves F/OSS :-) [12:11] carlos: You can have a look at the fuzzy migration script - I added statistics output, optimized memory usage by not loading the list of ids into ram, and made it commit every few thousand transactions instead of after every one (which perhaps halved the runtime all up) === WaterSevenUb [n=WaterSev@bl5-49-34.dsl.telepac.pt] has joined #launchpad [12:11] stub, oh, didn't see that you merged those changes back into rocketfuel.. [12:11] stub, thank you! [12:15] stub: i can add the index to 25-12-0.sql if you want [12:15] I've committed it to a local branch already (which I have been trying to land today ;-/) [12:15] ok [12:16] maybe we need a faster / dedicated box for PQM? [12:16] it's taking at least 30 mins per attempt [12:16] We need less fragile tests :-( [12:17] I'm not sure how fast the tests run on a higher powered box - are they CPU bound? [12:19] cpu and io, chinstrap isn't very fast [12:21] The vmstat output during a test run might be interesting to see. [12:32] spiv: are the page tests run through the debug layer, or not? [12:33] Last I saw they were not [12:34] ok, thanks [12:51] hmm... carlos, did mpt not fix the barchart snafu? [12:55] sabdfl, he had to leave and told me how to fix it, I'm merging all my pending branches before merging that fix [01:30] sabdfl: sorry if my reply to your python-import request sounded like a complaint. I was _a bit_ of a coplaint, but I also wanted to give you an idea of what my queue looked like. [01:31] ok [01:31] i'd really like to coordinate on a week of pair programming with you and i, in london [01:31] could you work with cvd to make sure that happens soon, please? [01:31] I'm working on the python problem in priority. I'm trying to get spiv or jblack to do the NukeChangesetFile thing for me, to unblock importd-archivelocation. [01:31] if lifeless can join, great [01:32] what is importd-archivelocation? spec name or url? [01:33] Hu... I'll check with lifeless, I think I'll be able to come sep. 4/5 to 9. [01:34] sabdfl: neither. ATM the work is being done in the (ill-named) branch david.allouche@canonical.com--2004/launchpad--importd-production--1.26 [01:35] Basically, it's the importd side of ddaa@ddaa.net--2004/pybaz--archivelocation--0 [01:37] which was specced on http://wiki.gnuarch.org/PybazArchiveLocation [01:37] something lifeless has been requesting for a long time, so he can drop the old archive registration scheme from baz. [01:38] Merge to rocketfuel@canonical.com/launchpad--devel--0: Implementation of UpstreamMappingForRoseta r=spiv (patch-2268: carlos.perello@canonical.com) === Kinnison glares at pgsql some more === jamesh glares at gpgme [01:40] ERROR: cannot drop sequence binarypackage_id_seq because table binarypackagerelease column id requires it [01:40] yet [01:41] id | integer | not null default nextval('public.binarypackagerelease_id_seq'::text) [01:41] so wtf does psql think it's in use? [01:41] Because the column was created as a serial, and the two are linked. [01:41] Why do you want to drop it? [01:42] Kinnison: pgsql doesn't use the column default value to track the relationship [01:43] stub: I can't find a way to rename a sequence [01:44] ALTER TABLE binarypackagerelease_id_seq RENAME TO foo_id_seq; [01:44] you're kidding? [01:44] (go figure) === Kinnison groans [01:44] Nope [01:44] does that fix up DEFAULT clauses? [01:45] Nope. Then you need to ALTER TABLE Binarypackagerelease ALTER COLUMN id SET DEFAULT nextval('public.foo_id_se'::text) [01:45] so they are linked, but not in a particularly useful way ;) [01:45] thanks [01:46] it links OIDs, iirc [01:47] good morning hackers [01:47] T-13 minutes to meeting [01:48] kiko, morning [01:49] how's sunny spain? [01:51] not so sunny but hot anyway :-D [01:51] heh [01:53] what's up with production, stub? [01:53] Trying 82.211.81.179... [01:53] telnet: Unable to connect to remote host: No route to host [01:53] hmm... must have died [01:53] or is it my network? [01:54] I'm getting a 503 [01:54] T-5 and counting [01:55] does anyone have topics they'd like discussed in this morning's meeting? === mpt [n=mpt@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [01:57] Hmm... uptime 3 minutes. Don't know if the server crashed or elmo rebooted it. [01:57] elmo? [01:57] hey all [01:57] BjornT: did you have a chance to see the way I reimplemented BugTaskAssigneeWidget? [01:58] I was hoping to submit the merge request before the meeting started... [01:58] T-2 and counting, so that means probably not bradb [01:58] bradb: no sorry, not yet. will do that after the meeting. [01:58] ok, thanks [02:00] and it's time === salgado [n=salgado@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [02:00] just in time, too [02:00] === Meeting Begins === [02:00] 1. Role Call [02:00] 2. Activity Reports [02:00] 3. Release Announcements [02:00] 4. 3 Phrases [02:00] if anyone has any topics they'd like discussed, just /msg me [02:01] so who's around and awake? [02:01] me [02:01] me === Kinnison waves blearily [02:01] me [02:01] me === mpt bounces up and down [02:01] me === carlos is here [02:01] yo [02:01] me [02:01] mpt the yoga man [02:01] me [02:02] okidok [02:02] no cprov? [02:02] no daf, but that's understood [02:02] I imagine ddaa should be around === salgado heard somebody on the stairs. maybe was cprov [02:02] maybe [02:02] okay let's move on [02:02] hello [02:02] touching base on activity reports [02:03] who is in the same situation as I am? === carlos is a week behind [02:03] (i.e. really bad this week) === Kinnison is not up-to-date but has them almost ready to send (will send after the meeting) === jamesh is not up to date [02:03] up to date! === morgs is up to date, with days worked === salgado is up to date [02:03] I'm up to date (although my hour tracking has been suboptimal) [02:03] I'm up to date === BjornT is up to date === ddaa is up to date unless he missed a day somewhere === bradb is up to date [02:03] Just need to finish yesterday === Seveas [n=seveas@seveas.demon.nl] has joined #launchpad [02:03] you guys rock [02:03] jamesh and me get the dunce hats [02:03] kiko: slacker :P [02:04] too many distractions :-( [02:04] okay [02:04] on release announcements [02:04] mark wants to get the releases underway === cprov [n=cprov@200-171-140-32.dsl.telesp.net.br] has joined #launchpad === ddaa hears canonical ninjas knocking at the door [02:05] I think it's healthy to get these planned sooner rather than laters [02:05] I think we're probably going to do a launchpad registry 1.0 (foaf and doap) [02:05] a rosetta 1.0 [02:05] and a malone 1.0 [02:05] In that order? [02:05] soyuz 1.0 I'm not so sure of the feasibility in the short term [02:06] well [02:06] kiko, rosetta 1.0 is ready to be sent, just waiting for some data migration [02:06] that's a question for everybody [02:06] kiko: soyuz's UI needs a lot more work as we discovered in SC [02:06] Kinnison, yes, I'm aware [02:06] kiko, I mean, the announcement text is ready [02:06] I know the text is ready [02:06] the baz 1.5 one is ready, but should wait until lifeless is back so that he can actually cut the release. :) [02:06] my question is what's missing for rosetta, carlos [02:06] stub: production now runs the database with the valid_version patch in place, yes? [02:06] and for malone [02:07] Kinnison: yes [02:07] kiko, I'm waiting to have the whitespaces fix run on production [02:07] so we stop exporting broken .po files [02:07] stub: Cool, then we're about 95% of the way to being able to deploy gina for imports on production [02:07] kiko, we still miss basic voting for foaf 1.0 [02:07] carlos, the code is landed, so AFAIK this is just a data migration change, right? [02:07] salgado, how much voting is in place? no UI? [02:07] but we can send the annoucement now if you want as the script will take a couple of days to finish [02:07] kiko, right [02:08] kiko, yes. no UI [02:08] carlos, no, we should run the script -- why haven't we done so yet? [02:08] salgado, I /really/ need us to move into shipit, so voting needs to be done nowish [02:08] Merge to rocketfuel@canonical.com/launchpad--devel--0: Cleanup product's code, start using POTemplate.iscurrent field and fixed POTemplate's admin form. r=spiv (patch-2269: carlos.perello@canonical.com) [02:08] morgs, anything that would bother you before calling it registry 1.0? [02:08] kiko: Including the stuff added in Brazil: 1. making +bugs on distro an untriaged bugs page, 2. menus, 3. distrorelease CVE report, 4. MaloneSearchResults, 5. changing the URLs (again), 6. changing the distrorelease bugs report somewhat. [02:09] kiko: no, RDF seems to be humming along [02:09] kiko, that's what I'm doing [02:09] kiko, because we had some errors and takes a while to execute it on staging [02:09] 7. maybe something else [02:09] kiko, it seems to be fixed now, but still running on staging [02:09] bradb, BjornT: that stack is looking pretty dismal [02:09] carlos/stub, when is the ETA for the script finishing? [02:09] kiko: yep, despite the fact that I've landed a ton of stuff this past week [02:10] kiko, stub is working on getting that information already [02:10] okay [02:10] I've used the word "overloaded" a few times, and will be using it again in my three sentences today. :) [02:10] About 24 hours for the staging run [02:10] bradb, take on them one at a time, I guess [02:10] (assuming no more deadlocks) [02:10] yep, I'm working on MaloneSearchResults right now [02:10] stub, so should be just a bit slower for the production run? [02:10] kiko: "doap" is definitely removed from every place in launchpad now, so please don't refer to it in public emails etc. It's dead, Jim! [02:11] bradb, how much of that is on BjornT's plate? [02:11] morgs, I didn't, did I? [02:11] kiko: Dunnu. Production is slower CPU but more RAM. [02:11] stub, I thought it would be slower just because of more contention [02:11] kiko: dunno, because i don't assign these things. [02:11] but whatever [02:11] kiko: I'm not sure if there any current issues with the display of bazaar branches [02:11] kiko: AFAIK he's been doing email UI, bug attachments. [02:12] bradb, surely you coordinate with BjornT to divide work [02:12] and if you don't, start now [02:12] you guys need to work together, no AFAIKs are justified === stub restarts the migration script on staging, since asuka rebooted too... [02:12] kiko: (14:05:16) kiko: I think we're probably going to do a launchpad registry 1.0 (foaf and doap) [02:12] BjornT: start grabbing dude :) [02:12] bradb, there's more to teamwork than just announcing you have work that others can do. [02:12] bradb: sure :) let's talk after the meeting to divide the work [02:13] okay [02:13] ok [02:13] the way I see it we should probably do rosetta and registry first,malone next [02:13] kiko: branch display still sucks donkey balls https://launchpad.net/products/automake [02:13] that's coarse language for 9:13am [02:14] ddaa: That's a one-line fix [02:14] mpt: thanks for volunteering [02:14] a pleasure [02:14] great [02:14] just as soon as I have a working tree [02:14] ddaa: I believe the correct phrase is "DOIT" :) [02:14] (go baz, go) [02:15] ddaa, if you find any blockers in the next 6 hours, mail the list -- I'm relying on you to tell me that registry is fit for your interpretation of a 1.0 [02:15] mpt, I did already the statistics bar fix [02:15] bradb, BjornT: you guys are totally on the hook to get these things either pushed off or finished and landed [02:15] carlos: I didn't see the PQM message for that [02:15] mpt, it's there [02:15] ok, thanks [02:16] mpt, look at the end of the list [02:16] https://chinstrap.ubuntu.com/~dsilvers/pqm.cgi [02:16] carlos, mpt: any further regressions we should be aware of as blocking a 1.0? [02:16] duh... there's other suckiness left methink. Where is staging? [02:16] carlos, pqm.ubuntu.com [02:16] ddaa, okay, use email [02:16] kiko, oh!, thank you [02:16] kiko: I will [02:16] clock ticked [02:16] spiv suggested discussing UBZ dates [02:17] I'll talk a bit about UBZ [02:17] we're going to be there for two weeks [02:17] not 1 week? [02:17] for the first week we're there with the distro team, and our task is to hack changes in for them === Kinnison has a potential issue with UBZ [02:18] ddaa: staging is back up [02:18] I want the distro team to understand and feel that we work for them [02:18] kiko: My grandmother's 90th birthday party is the 22nd and 23rd October [02:18] Kinnison, UBZ will be after that [02:18] stub: thanks [02:18] kiko: Okay, just thought I'd say that I can't fly out of .uk until the 24th at the earliest [02:19] it is most likely that ubz will be first two weeks of november, taking only 2 days of october [02:19] I will need to minimize my time there - I was expecting 8 days originally :-( [02:19] stub, you'll have to bring that up with the sab, and you know what I mean [02:20] come on guys, this is 2.5 months advance notice, there's more than enough time to plan and arrange [02:20] i'll supply the bikini-clad girls [02:20] does anyone besides brazilians need visas for canada? [02:20] What dates? [02:20] https://wiki.canonical.com/UbuntuDeveloperSummit [02:20] jblack, wake up === bradb goes to find a site [02:20] kiko: FYI, bits of my year are planned out 12-18 months in advance [02:20] whoops. === Kinnison grins [02:21] Kinnison, and then there are the Canonical bits :) [02:21] kiko: aye :-) [02:21] kiko: Eh, 2.5 months isn't really that much, particularly when until the dates are set I can't assume that making any personal plans I make are safe. :/ [02:21] 30 Oct - 11 Nov ? [02:21] assume the first two weeks of november [02:21] jblack, don't count on the exact dates (i.e. give or take 2/3 days on each end) but that's the area [02:22] kiko: remember that we are currently spending 1 day in 6 overseas - it gets difficult to squeeze in anything else [02:22] don't be anxious, we'll get dates out to each of you early next week [02:22] Thanks [02:22] so again [02:22] the plan is to spend one week as hacking serfs for the distro team [02:22] so they feel that they can actually get features coded and landed [02:23] it won't be high-stress -- hopefully -- more like a little fun hacking sprint [02:23] That'll be really important for soyuz [02:23] kiko: somebody going to take PQM with to the sprint? [02:23] and I'd love for non soyuz hackers to join in on that [02:23] the second week, when we're more or less by ourselves (some distro guys will stay on with us), we'll work on our specs [02:23] morgs, I don't know if that was a real question or not [02:24] stub and I need to figure out what the right approach to updates and QA will be there, since it's a somewhat special case -- what sort of production rollout policy will we use [02:24] anyway [02:24] that's the summary [02:24] sprint bandwidth tends to suck and there will be contention for PQM - just making an observation [02:25] I hope working with the distro guys will be fun and invigorating -- having users to talk to and satisfy is usually a very positive experience for most [02:25] morgs, it's canada, so bandwidth should be good, and PQM contention, well, as I said, stub and I will talk about the rollout policy -- so we'll see [02:25] bandwidth should be really good here [02:25] ah [02:25] one final note [02:26] the LTSP guys were having a meeting in maine [02:26] since the dates collided and we really want LTSP to hook up officially with ubuntu [02:26] we've offered them to join conferences [02:26] this means that there will be an extra 15 guys or so for the first week [02:26] Should be a really interesting first week [02:27] it's interesting I think because LTSP may give us some derivative-requirements action [02:27] indeed [02:27] it'll be fun seeing if they can tackle malone too; I'm not sure how interested they are in rosetta [02:27] i found this: http://www.cic.gc.ca/english/visit/visas.html btw, but it doesn't make a specific mention of the word "business". I notice that Brazil is in the list of countries requiring visa. [02:27] I don't think there's any other UBZ information I know right now [02:28] yeah [02:28] I know brazil needs visas [02:28] I don't know if south africa does [02:28] I think so [02:28] bradb, did you need a visa for anywhere but brazil? [02:28] ZA is listed on that page [02:29] kiko: i imagine so [02:29] chirp chirp [02:29] bradb, /did/ [02:29] on former conferences [02:29] kiko: oh, but so /far/, no [02:29] okay [02:29] enough of UBZ? [02:29] I think conferences/meetings count as visiting [02:30] jamesh, visiting like tourist visit ? [02:30] I think so too [02:30] jamesh: i do too :) but i'm not sure if there might be a more strict set of requirement for business visits [02:30] perhaps only in practice [02:30] okay [02:30] time for those 3 phrases of love [02:30] go! === ddaa notes "passports or travel documents issued by the Holy See.", wtf? [02:30] DONE: Rosetta tweaks, Malone and infrastructure specs [02:30] TODO: unbreak branches, main template crack, TranslationReview [02:30] HINDRANCES: baz crashiness, tiredness, various SteveA magic [02:31] DONE: TeamsInAuthserver, Bug 1785 (+ extra Librarian test coverage), Bug 1659, reviews. [02:31] TODO: Day off tomorrow (Twisted sprint), then TeamLogin & SupermirrorFilesystemHierarchy, try to squeeze in time to help take load off ddaa. And reviews, as always. [02:31] BLOCKED: No. [02:31] DONE: manic database renaming work [02:31] TODO: finish rename work [02:31] BLOCKED: how long the full test suite takes [02:31] DONE: advocacy, release roadmap [02:31] DONE: various importd and cscvs cleanups and diagnostics [02:31] TODO: fix python import, finish importd-archivelocation [02:31] BLOCKED: NukeChangesetFile (trying to offload) [02:31] DONE: Bugfixes [02:31] ddaa: "Holy See" == "vatican" [02:31] DONE: Finally get RDF fix into production [02:31] TODO: Clarify tasks and role going forward [02:31] BLOCKED: None [02:31] DONE: last bits of bug attachment implementation. added some more commands to the email interface and fixed some minor bugs there. work some on threadable emails notification. [02:31] TODO: advocacy, detailed roadmap,supermirror [02:31] TODO: finish threadable emails notification implementation. reviews. fix email wrapping problem. probably something more, related to malone 1.0 [02:31] DONE: BasicVoting, code review, random bug fixes [02:31] TODO: BasicVoting, ShipItNG, code review, random fixes [02:31] BLOCKED: Nothing [02:31] BLOCKED: no [02:31] DONE: User support, branch merging, language packs [02:31] BLOCKED: no [02:31] TODO: linkchecker integration in test suites [02:31] BLOCKED: Nope [02:31] TODO: language packs, more branch merges and user support [02:32] DONE: Landed MaloneSourcePackageBugListing. Landed DistroReleaseBugTargeting. PresentingLengthsOfTime (i.e. fmt:approximateduration) on its way to pqm right now. Half way through MaloneSearchResults. [02:32] BLOCKED: Need longer days [02:32] TODO: Finish MaloneSearchResults, land BugTaskAssigneeWidget this morning. Divide up the other work with BjornT, and DO IT. [02:32] BLOCKED: Overloaded. Very, very, overloaded. [02:32] DONE: Brazil Ubuntu/LP promotion, Rosetta POParser study, Malone hacking, planning wiki changes, being distracted [02:32] Oh yeah: BLOCKED: baz takes too long to do 'diff' at times [02:32] TODO: wiki migration, roadmaps (including the Bazaar one) [02:32] BLOCKED: SteveA's opinion on some Malone design issues, the usual [02:32] DONE: Bug fixing in GPG and CoC [02:32] TODO: BuilddUI, AutoBuild minor fixes, support also deattached CoC signatures [02:32] BLOCKED: None [02:32] kiko: So, the brazil OSS bus looks cool. Did you have a hand in that? [02:32] kiko: "wiki migration"? [02:33] nope, what OSS bus :) [02:33] DONE: some CalendarAggregation work, some LaunchpadIntegration, pyme key editing support [02:33] TODO: finish gpg key analyser stuff, CalendarAggregation, code reviews [02:33] BLOCKED: Steve reviewing my calendar-ui branch [02:33] mpt, did I say wiki migration anywhere? [02:33] kiko: yeah, the "TODO: wiki migration" part [02:33] ah [02:34] that was perhaps wiki roadmap migration [02:34] kiko: http://www.ubuntuforums.org/showthread.php?t=56158 [02:34] Kinnison: could we talk at ##soyuz ? [02:35] okay [02:35] any parting comments or questions? [02:35] stub: When is the code freeze for the next production rollout? [02:35] kiko: is there a fixed date for Malone 1.0? [02:36] I'm thinking tomorrow given the landings that people are pushing through tonight [02:36] bradb, bjornt: i'm reworking bounty subscrptions along the lines we discussed for bug subscriptions, if it's useful I'll publish the patch shortly it should be easy to copy for bug subs [02:36] bradb, not yet -- but we need them [02:36] (fixed dates) [02:37] Bah - I have all tests bar incomingmail.txt passing in PQM :-/ [02:37] I'm going through the stacks [02:38] stub: hmm, i thought i fixed it :(. could you send me the test failure? [02:38] kiko: so, i imagine that first means that we have to confirm that what we understand to be 1.0 to make sure it lines up with what other people expect for Malone 1.0 [02:38] right [02:38] we need to be cheap there though [02:38] when can we do that? [02:38] cheap is good [02:39] bradb, let me go through the wiki and specs [02:39] ok [02:39] I might fit in some phone calls to triage specs around [02:39] anything else? [02:39] 5 [02:39] not all of these things have specs, btw [02:39] bradb, they should have at least stubs or bug #s [02:39] 4 [02:39] ok [02:40] 3 [02:40] 2 [02:40] 1 [02:40] thanks guys [02:40] kiko, thanks [02:40] cheers === carlos -> lunch [02:40] thanks kiko === ddaa -> lunch [02:40] kiko: 1.0 in a few days, right? :-) [02:40] Kinnison, carlos and bradb: I'll probably call you today forabout 15 minutes to sort out the spec stacks [02:41] kiko: ergh, I've not given them any thought === morgs goes out for a while [02:41] ok [02:41] kiko, ok [02:41] kiko: so give me 30 mins notice so I can refresh my brain [02:41] bradb, and Kinnison, if you could coordinate to get an idea of the spread of specs [02:41] kiko: i'm populating the wiki with some stubs for the just-do-it bits [02:41] it won't be for at least the next 2h [02:41] kiko, remember that I changed my land phone number [02:41] okay [02:41] carlos, msg me if you like [02:41] kiko, wiki one is the right one [02:41] ok === Keybuk [n=scott@descent.netsplit.com] has joined #launchpad [03:03] Merge to rocketfuel@canonical.com/launchpad--devel--0: [trivial] add top contributors to home page (patch-2270: mark.shuttleworth@canonical.com) [03:09] kiko: I've added several specs to the wiki that were mentioned for Malone 1.0. Everything that I'm aware of for 1.0 should now be in a spec on the wiki. Once we nail down exactly which specs are mandatory for 1.0, perhaps we can add those to MaloneOneDotZero and divide them up between me and BjornT. === bradb eagerly awaits BjornT's feedback on the clean new BugTaskAssigneeWidget :) [03:11] meantime, shower [03:12] ddaa: I'm upgrading escudero now; it's going to mean some downtime for it's sshd. if now is a particularly bad time, please shout soon === ddaa shout preemptively === ddaa then checks if it was worth shouting [03:14] Bah... we have things happening all day long... [03:14] ddaa: ok, I can leave it, if you like [03:14] elmo: I'll put hoover offline, please tell me when the sshd is back up [03:15] that sholud minimise disruption and let you do your work. [03:15] ok, thanks [03:15] lucky, I caught an idle spot :) [03:16] elmo: btw [03:17] I know it's bad, evil, etc, but could you _please_ raise the unauth connection limit to, say, 10? [03:17] Because ATM we do not have a better solution, and hell, that's a dedicated server! [03:20] if you mean maxstartups, it already is 10 [03:20] #MaxStartups 10:30:60 [03:20] btw, please let me know when hoover is down and I'm good to start [03:20] It's already offline (that's different from down) [03:20] that means it won't start any new job. [03:20] ok, thanks [03:20] I mean somethnig different, lemme check. [03:22] Ha, right... I mean that, but I mean a different value :) [03:23] Well, please make it "25:30:60". [03:23] That should fix my pain for now. [03:34] Merge to rocketfuel@canonical.com/launchpad--devel--0: Improvements and added support to select archive components r=spiv (patch-2271: carlos.perello@canonical.com) [03:42] morning Keybuk [03:43] heyhey, give me half an hour and we'll have that phone chat :) === Seveaz [n=seveas@seveas.demon.nl] has joined #launchpad [03:44] elmo: prod (re: casey stuff) === sabdfl hands keybuk the cattle prod [03:49] sabdfl: batteries seem dead === sabdfl hands keybuk the gaff [03:50] might need sharpening === Kinnison worries about where sabdfl is concealing all this weaponry [03:50] i haven't been using it... enough [04:03] ddaa: escudero is back, pls shout if anything is wrong [04:05] It's asking importd for a password [04:05] https://macquarie.warthogs.hbd.com/hoover/status/openjade-opensp-main/events/494/log [04:06] elmo: that _a bit_ too secure. [04:07] elmo: SHOUT [04:08] cocking badgers === mpt [n=mpt@200-171-140-32.dsl.telesp.net.br] has left #launchpad [] [04:09] I guess that's an ack... [04:09] ddaa: err, hang on, there [04:09] ddaa: err, hang on, there's never been an importd user; it's "hoover" on escudero [04:10] darn [04:10] elmo: it asks for a password anywoy [04:10] from galapagos and neumayer [04:11] (but thanks for reminding me it's hoover@) [04:11] ah, does too [04:14] darn... lost an autotester [04:14] meep? [04:14] nevermind, probably just some OOM crash or something [04:14] oh, ok, not hw [04:14] ddaa: pls retry hoover@escudero now [04:14] it happens from time to time, [04:14] workrave [04:18] hoover@arch.ubuntu.com works [04:18] thx [04:18] checking status of autotester now [04:20] elmo: apparently russkaya and leningradskaya were recently rebooted [04:21] I'd like if you could drop me a notice when that happens (also true for marambio, neumayer, and galapagos). [04:23] ddaa: yeah, sorry, I only just noticed myself - apparently the electricians we had in managed to knock a power cord or two lose [04:24] elmo: I'm disappointed, I always thought that your were cybernetically linked to load and status monitor for all your servers. [04:24] The way high server load seems to give you physical pain... [04:29] there are rather a lot of them [04:29] have you never had an itch that you've not actually been able to locate? [04:30] and had to randomly scratch different bits to try and narrow it down [04:30] Keybuk: I guess that how an amd64 upload to ftpmaster feels to elmo [04:34] elmo: pinkfloyd.colorado.edu seems to be unreachable from the DC. I can reach it (and to a svn co) from my laptop. [04:35] can that be fixed? [04:35] (if mean the former, I'm happy to reach it from my laptop) [04:35] BjornT: Can I expect to see a response to BugTaskAssigneeWidget in the next hour and a half? Sorry to nag, but I'd really like to land this. [04:36] kiko, we have some 'PartialImplemented' specs, could we add that category? [04:36] bradb: yeah, i'm looking at it right now [04:36] until we implement those ? [04:36] cool, thanks [04:37] Oh well, I've gone from a couple of test failures to the harness not starting without error [04:37] hurrah for fixing bugs [04:37] carlos: nup [04:38] otherwise everything will end up that way [04:38] if the thing needs to be phased, then we need separate specs per phase [04:38] done, or not [04:38] I don't think it will happen again, but we have several specs that were half implemented for Hoary support [04:39] and that would help us to track them [04:39] carlos: then they need to be carved to phase2 specs [04:40] instead of just finish the implementation? [04:49] either - if it's important to you to reflect the work done, then a second spec, and mark the first one implemented [04:50] It's only a way to track the status, it's not too important [04:51] elmo: ping [04:51] From 82.211.81.129 icmp_seq=1 Destination Port Unreachable [04:52] hehe, ping and a ping error? ;-) [04:52] at least somebody gets my humour :) [04:53] hehe :-) [05:00] ddaa: ? [05:01] I cannot seem to ping pinkfloyd.colorado.edu from within the data center, and I cannot do a svn checkout from http://pinkfloyd.colorado.edu:8080/svn/osiris/osiris/trunk [05:01] The ping error I pasted is the result of "ping pinkfloyd.colorado.edu". [05:01] from russkaya === Keybuk charges the cattle prod and heads for elmo with a mean grin on his face [05:02] but I can checkout from my laptop, so I think it might be a network problem with the DC [05:03] ddaa: I suspect it's likely an "outbound firewall rules don't let you do that, hahahaha" problem [05:03] 8080 isn't in the allowed port list [05:04] Keybuk: that might be part of the problem. But that does not explain the ping errors... [05:04] icmp can be firewalled too [05:04] icmp is firewalled on their end [05:04] (as well as ours) [05:04] bah [05:04] okay, ping is dead [05:04] still, I cannot svn co. [05:04] The Ping is Dead! Long Live the Ping! [05:05] I've added 8080 to the allowed ports for the importd machines [05:05] elmo: seems to work better [05:06] the idea here is that when some pimply 14yo script kiddie hacks our importd machines using carefully crafted cvs or svn packets, and gets root, they still can't do fuck-all with it [05:06] except, possibly, read slashdot [05:07] okay, the test import seems to be going [05:10] Keybuk: right, right... I can imagine cvs or libsvn getting buffer overflowed by an hostile server. [05:11] elmo: thanks [05:13] Just got a phone call from a housing agency, who told me to check their website at "hgiv.fr"... then when I read them the content of the page (that translates to "no website is configured at this address") they told me "www at the beginning, of course, if you don't type the beginning correctly". === ddaa hates to be talked down on web matters by illiterates [05:14] Keybuk: what it is you want from me excactly? an rsync of archive.u.c ? [05:14] you realize that'll eat a fair whack of your available disk, right?\ === WaterSevenUb [n=WaterSev@bl5-43-82.dsl.telepac.pt] has joined #launchpad [05:24] is there a way to nfs that? [05:26] mm, I guess, but I don't currently have nfs support enabled in our kernels [05:27] how big is the archive at the moment? [05:27] BjornT: Is BasicBugAttachments implemented, or is there more work to do on it to implement it to spec? [05:28] Keybuk: 75Gb [05:28] Kinnison: would gina/cap work with a source-only archive? [05:29] gina can work source-only, yes [05:29] bradb: it's implemented [05:29] elmo: can you do a source-only archive rsync? [05:30] sure [05:30] BjornT: ok, thanks [05:31] that'd be fine; and it can be main-only if possible too ? :p [05:31] BjornT: is CommentBugViaEmail 1. current and 2. implemented? [05:32] sure [05:32] ok, if you could stick that as /srv/ that'd be great [05:32] also if you could open 4280 to the world, rather than just async, that'd be good. you can get rid of the hole for dogfood now [05:34] done [05:34] bradb: 1. yes 2. yes [05:35] thanks [05:35] ok, the last thing we need to figure out is [05:35] there's going to be a baz archive on casey while distro guys will need to be able to get at [05:35] Mark was non-keen on it being HTTP exported [05:35] and was heard to mutter something about SFTP [05:35] any thoughts? [05:36] spiv has a twisted based sftp server, which we're using for the supermirror, I don't know if it can do anonymous [05:36] I assume mark was muttering about that [05:37] that might be useful, I shall talk to him [05:37] oh yeah, that rsync'd archive, can you make that get updated daily? [05:38] kiko: how hard would it be to make an rss feed of each wiki application category? (i.e. I want to be able to easily subscribe to the MaloneSpecification RSS feed, so that I can easily bookmark all Malone specs.) [05:38] I have no clue, but I can research [05:39] oh [05:44] elmo, keybuk: non-anonymous would be even better [05:45] sabdfl: it'd be non-anonymous inherently because you have to go through chinstrap to get there [05:47] BjornT: can you please go through: https://wiki.launchpad.canonical.com/MaloneSpecification and mark any other specs ImplementedSpecification that you've implemented? === BjornT_ [i=10183@82-135-221-189.ip.takas.lt] has joined #launchpad [05:50] oh, well non-anonymous via chinstrap we can probably do already with 'scponly' [05:50] I assumed tho this was for more than just people with chinstrap access [05:50] Keybuk: /srv/archive.u.c/ubuntu [05:50] chinstrap works for me [05:50] lemme know if that's what you need/want and I'll cron it [05:50] (on casey) [05:51] pqm is surrealistically slow this morning [05:51] elmo: looks perfect, thanks; cron that once a day [05:53] done [05:53] I'll look at doing the scponly thing when I get home, if that's ok? [05:53] one laaaaast thing [05:53] an you please copy [05:53] emperor:/var/lib/postgres/backups/launchpad_prod.20050816.dump.bz2 or later [05:53] onto casey [05:53] "You can put it anywhere" [05:54] (scponly: yup, that's cool, it'll take a few days to actually populate the archive anyway) [05:56] Keybuk: done to /home/james/ [05:56] thanks [05:56] that's it I think :) === Lovechild [n=dnielsen@love-sources/Lovechild] has joined #launchpad === mp1 [n=mpt@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [06:07] kiko: btw, I updated the malone specifications (in some cases made small content changes, in other cases status changes). it's just up to BjornT now to update the status of the specs he's worked on. === BjornT_ takes a look on the wiki [06:13] kiko: sent my outsanting registry issues to you, mpt and the launchpad mailing list. === niemeyer [n=niemeyer@brutus.conectiva.com.br] has joined #launchpad [06:28] we really need to decide if lp:url is in, or out [06:32] bradb, kiko: i've updated the specs i could find, and filed some bugs for some small todos. [06:32] thanks === lamont [n=lamont@15.238.5.97] has joined #launchpad [06:42] sabdfl: what is lp:url used (or should be) for? [06:42] BjornT_: a long time ago it was a neat idea - to help us produce a listing of all the pages and views we had defined [06:43] now we have canonical_url, we could probably do it automatically [06:43] i think we should can it [06:43] spiv: ? [06:43] yeah, i also think we should remove it [07:01] can I tell our test runner to stop after the first error? [07:14] thanks BjornT_ [07:30] ciao guys [07:50] pqm is wedged, it would seem [07:54] salgado: can you unwedge pqm? [07:54] lifeless: help ^^ [07:57] killed nc [08:22] thanks elmo [08:39] Merge to rocketfuel@canonical.com/launchpad--devel--0: [trivial] Applied mpt's fix so the Unchanged statistics bar appears correctly (patch-2272: carlos.perello@canonical.com) [08:40] wow [08:40] pqm took a lot of time to do that merge... [08:42] it got wedged [09:04] Merge to rocketfuel@canonical.com/launchpad--devel--0: [trivial] another go at preventing incomingmail.txt from failing. (patch-2273: bjorn.tillenius@canonical.com) [09:15] BjornT-away: What's the difference between an IBrowserRequest and an IBrowserApplicationRequest? [09:33] Merge to rocketfuel@canonical.com/launchpad--devel--0: [r=spiv] implement fmt:approximateduration (patch-2274: brad.bollenbach@canonical.com) [09:34] bradb: i'm not sure really. zope.publisher could probably need some love to make it simpler and easier to understand... or at least some documentation === andandare [n=andandar@DWM-34-103.go.retevision.es] has joined #launchpad [10:09] BjornT: I followed up to your bugtask widget followup [10:12] salgado: does +packages list both the upstreams and source packages with which a person is associated? === SnakeBite [n=SnakeBit@84.242.143.64] has joined #launchpad [10:14] salgado: i can't figure out anyway to discover that i'm related to Malone, starting from my personal page [10:16] i stumbled onto this problem by trying to find out if David Sugar had registered GNU Telephony in LP. it didn't look so, but as a last-ditch effort, i thought i'd start from his person page and see what's what [10:23] bradb: IIRC that lists only the source packages (by querying the maintainership table) [10:23] that's what i'd expect [10:32] bradb, there's a bug filed on that, ftr [10:32] cool [10:42] BjornT: will you have a chance to look at my followup tonight so that we can bulldoze the assignee widget into rocketfuel? [10:43] bradb: yes, you'll have mail in 5 minutes. one small issue left, resolve that and you can merge. === mpt [n=mpt@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [10:45] BjornT: thanks [10:47] bradb: np. email sent. === BjornT -> sleep === carlos -> bed === robitaille [n=daniel@d154-5-117-228.bchsia.telus.net] has joined #launchpad