[01:07] cjwatson: Moved the LP meeting back to its traditional time for you, let me know if that isn't ideal. [08:42] wgrant: Thanks, it'll do for now and we'll see for the next one in a couple of weeks [08:42] Good holiday? [08:44] Yep, pretty good [08:44] Nice lunar eclipse on Saturday night, and perfect weather for it. [08:45] Oh, shiny. [08:46] Any talk of putting together a sprint agenda in last night's meeting? [08:47] It was discussed, indeed. I need to put my list in writing and then the three of us should compare notes. [08:47] Righto. [09:12] Receiving objects: 0% (4588/4587073), 1.74 MiB | 6.00 KiB/s [09:12] My connection to Canonical is marvellous tonight. [09:15] Hmm [09:15] I wonder if we're exacerbating the LFP problem somehow. [11:35] cjwatson: Are the ddeb-retriever changes largely done except for that LP MP? [11:39] wgrant: Yes [11:41] cjwatson: Excellent. Do I want to know how long it will take to catch up when a new series is initialised? [11:42] wgrant: Not sure yet, can't do much realistic testing until the webservice extension is in place [11:42] cjwatson: Indeed, but we can guess. [11:42] It won't re-download everything, but it'll have a whole bunch of BPPHs to look at [11:42] eg. does it skip a BPPH early if it sees it has that version already? [11:43] It's not as early as it should be yet. [11:44] At the moment I'm just going by whether the file exists in the pool to avoid having to stand up a separate database; I want to see how long it would take to get to that point when initing a new series before deciding how much to optimise that. [11:44] Oh, blast, did I break turnip ... [11:44] [2015-04-08 11:39:18,904: DEBUG/PoolWorker-2] "GET /repo/4/refs HTTP/1.1" 503 None [11:45] probably :-/ [11:45] Heh [11:45] That sounds like the WSGI app failed to start. [11:45] Which is odd. [11:45] VersionConflict: (pygit2 0.22.0 (/usr/lib/python2.7/dist-packages), Requirement.parse('pygit2>=0.21.0,<0.22.0')) [11:45] If you check the name, version and arch of each BPPH as you see it and compare it to the pool, you should be able to throw away all the duplicates before making any O(bpphs) calls at all. [11:45] Oi, turnip, I upgraded you [11:46] Comparing to the pool requires getting at the source name. [11:46] That is a good point. [11:46] Well, unless I map it through the already-published Packages. [11:46] Which is a possibility. [11:46] That's my next optimisation candidate. [11:47] cjwatson: YOu set requirements.txt, but I didn't see a setup.py change in the diff. [11:47] Oh, blah, thanks [11:47] In fact, the change you made doesn't get used by the charm at all :P [11:47] Didn't notice that [11:47] pygit2-requirements.txt is separate precisely so the charm can avoid it. [11:49] cjwatson: btw, not sure if you saw the Asana notifications, but the work to get merge diffs from pygit2 turns out to be 0, since merge_commits was added in 0.21.4 and merge_trees in 0.22.1. [11:50] So the feature was added a couple of weeks after I determined it didn't exist. [11:55] Ah, I was also using the wrong mojo manifest, sigh. [11:55] wgrant: I didn't notice that, thanks. Glad that this upgrade work has value :-) [11:59] turnip's better again. [12:01] cjwatson: unset SUDO_USER; Ctrl+R upg; is what I usually do. [12:01] Which manifest did you try? [12:15] The default because I did C-r mojo rather than C-r upg. [12:15] And didn't look closely enough :) [12:19] Heh [12:19] So just a very long no-op. [12:20] Exactly. [12:20] So noisy it's hard to notice. [12:21] The best thing about turnip's ssh frontend is that it doesn't invoke a new Launchpaddy Python process per startup, so checking updatedness is reasonably quick... [12:21] Rather than spending 4-7 seconds on top of the SSH negotiation. [23:22] blr: What's this Charm Framework thing? [23:40] wgrant: the new name for the services framework [23:41] wgrant: the api will most likely not be backwards compatible, we'll have to update our charms. [23:41] Ah, good. [23:41] Hopefully the API is less broken! [23:41] it does look better