[12:46] File "/home/cjwatson/src/canonical/launchpad/git/launchpad/lib/lp/buildmaster/manager.py", line 641, in update [12:46] transaction.sbort() [12:46] * cjwatson is clever [12:46] AttributeError: 'module' object has no attribute 'sbort' [12:46] it sure doesn't [12:47] Sounds like a serious Zope bug, really. [12:49] sounds like it could be easier to use [12:50] someone must have done a levenshtein implementation for __call__, right? [12:54] Should be built into the MRO, really. [13:38] cjwatson: slightly silly question, but how do I test/operate a running codebrowse instance? [13:44] tomwardill: should be able to go to https://bazaar.launchpad.test/~some/branch/path or so [13:44] assuming you've pushed something to a local codehosting [13:45] ah, right [13:45] I can't remember whether codebrowse requires local filesystem access to the branch storage [13:45] Which is obviously somewhat relevant for what you're experimenting with [13:46] It uses dumb HTTP [13:46] I'd assumed it didn't because babaco didn't look SAN-y [13:46] but equally maybe there's a sharedfs there!