[12:07] omg. [12:07] I just realized jelmer is the co-author of bitblee. [12:07] blah [12:07] bitlbee [13:53] what table do I need to fiddle with to make launchpad.dev/builders not show a package as building? Seems marking the build as failed by editing buildfarmjob is not enough. [15:33] Laney: buildqueue [15:34] wgrant: I should delete the row? [15:34] wgrant: I thought inlinehelp was the only thing that wanted Mochi in? [15:34] or unset builder [15:35] StevenK: There's apparently a Translations thing too [15:35] Laney: Unset builder. [15:35] got it, that worked. thanks. [15:36] wgrant: grepping for Mochi shows some functions that need it in lp-mochi.js and a few other places. [15:40] wgrant: I can't see it mentioned by translations, but I haven't gone searching for the functions in lp-mochi. [15:42] lib/lp/translations/templates/currenttranslationmessage-translate-one.pt would be it. [15:44] StevenK: IIRC translations uses lp-mochi [15:44] Not mochi directly. [15:44] But that's a project for the morrow. [15:44] Oh, why? I was just about to delete half of lp-mochi [15:44] Eliminating MochiKit and YI2 is one of the week's projects. [15:46] YUI2 I'm not sure about, but it seriously looks like Mochi is one branch. Perhaps two. [15:46] Probably, yes. [15:47] Oh, it doesn't help that MochiKit.js is over 4,000 lines. [16:05] Dear Google. Yes, I may be in Hungary. This does not mean I want Google+ to be in Hungarian. No love, me. [16:05] stub: I guess that means you made it here too. [16:06] stub: Or you're just confusing us with more proxy madness. [16:06] I is here [17:21] wgrant: Is https://code.launchpad.net/~stevenk/launchpad/bpph-supersede/+merge/87875 complete crack? [18:47] * jelmer waves to bdmurray, lifeless [20:31] Oh, Epic week? [20:32] y [20:36] Nice :-) [20:37] How's Budapest in winter? Dark and snowy? [20:43] i [20:43] i'm not there :) [20:43] ah [20:43] bah, I keep forgetting you're with Linaro now :) [20:45] yeah, sf in feb for me [20:45] which sounds like a better deal than budapest in jan, in most ways [20:45] Its cold, dark but not snowy [20:48] heh [20:49] stub: got a few mins for a PM? [20:50] a bit. bed time soon. [22:59] Q: we have a sync script for codehost staging; it's recently been failing: from canonical.database.sqlbase import connect <== ImportError: No module named database.sqlbase <== is this a rename, or something more fundamental? [23:01] rename i suspect [23:02] although hm [23:03] spm: can you paste the traceback? [23:03] Traceback (most recent call last): [23:03] File "/srv/bazaar.staging.launchpad.net/scripts/codehosting_branch_mirror.py", line 12, in [23:03] from canonical.database.sqlbase import connect [23:03] ImportError: No module named database.sqlbase [23:03] make: *** [rebuild] Error 1 [23:03] not much more than that [23:04] huh [23:04] (debugging why codehost staging doesn't come back after an update. this be why. hello Mr Yak, and what style are we cutting today?) [23:04] spm: is ./lib/canonical/database/sqlbase.py there? [23:05] huh. the entire database directory is not [23:06] spm: hm, i suspect a more recent revision of devel has readded it [23:06] lib/lp/services/database/sqlbase.py mayeb? [23:06] err [23:07] ah [23:07] * mwhudson suspects a bong merge from devel to db-devel [23:07] r14610 of devel was the one that farted around with lib/canonical/database [23:08] but it left something in its place [23:08] ah no [23:08] spm: yeah, just change your script to import from lib/lp/services/database/sqlbase.py [23:08] coolies, ta [23:08] well lp.services.database.sqlbase [23:09] nod [23:09] :-) [23:13] spm: yak shaving on a monday morning is awesome, isn't it? ;-) [23:13] good week for it [23:13] nigelb: "awesome" is perhaps NOT the word I'd choose :-) [23:13] heh [23:53] mwhudson: (sorry, distracted elsewhere) that's a good fix. all working again. ta mon.