[02:20] hi, how can I get the last version of a branch? bzr pull ? === poolie_ is now known as poolie [02:38] converge, can you be more specific? [02:39] i had downloaded it wih bzr branch name_of_branch [02:39] need to update it with the latest improvements [02:39] then yes, bzr pull there will download new revisions from the parent branch [02:39] and update the working tree [02:48] thanks dude [03:54] spiv: around ? [03:56] lifeless: yep [03:56] I'm trying to clean up https://code.launchpad.net/~lifeless/+activereviews [03:57] https://code.launchpad.net/~spiv/ubuntu/lucid/paramiko/address-families-579530-lucid/+merge/25297 is in the way [03:57] I guess I'll abandon it [03:58] Although it's a bit of a pity that you can't shift that off your queue yourself. [03:59] spiv: so, I can't land it [03:59] Me either :P === _thumper_ is now known as thumper [03:59] Hmm [03:59] You could drive the SRU process for it, but thats not strictly a MP thing anyhow [03:59] Neither "Work in progress" or "Merged" look like great alternatives, but those are my two choices [04:00] (Setting WIP) [04:00] can you resubmit ? [04:00] you could retarted for lucid-proposed [04:00] Oh, I can delete it or resubmit, I see. [04:00] our branch based workflow for ubuntu is very raw [04:00] there are appropriate bugs open [04:00] Well, I'm not going to push this at all. [04:01] me neither [04:01] (which is a bit sad in principle, but a statement of reality) [04:01] Yeah. Our time is finite, sadly. [04:22] spiv: thanks [06:38] hi all [07:26] Hi [08:47] morning [08:52] mgz: heya [08:52] just to confirm: loggerhead doesn't support shared repos yet.? [09:11] m1sc: what is there to support? [09:14] jelmer: say loggerhead points to /repo with the following branches /repo/{trunk,branches/one,branches/two,..} inside, it doesn't show these branches. [09:16] jelmer: wrong expectation on my side? [09:40] m1sc: yeah, that's odd - it should be able to show them. and it works without a shared repo? [09:40] m1sc: a shared repo should just be a storage optimization [09:43] jelmer: hmm ok. it's --no-trees -- does it matter? [09:46] m1sc: no, that shouldn't matter as far as I know - loggerhead looks at the branch contents, not the tree [10:35] is there ready-made snippet for getting revno when I run program from a bzr repo and appending that to version number? [10:36] ccxCZ: not that I'm aware of - see bug 689367 [10:36] Launchpad bug 689367 in Bazaar ""bzr describe" command" [Wishlist,Confirmed] https://launchpad.net/bugs/689367 [10:39] hmm I guess Branch.open(dirname(dirname(__file__)).revno() will do [10:39] ccxCZ: `bzr revno` will just get you the revision number, if that's what you mean? [10:40] well, I want it from python app, so spawning another process seems bit overkill [10:41] jelmer: ok, solved -- had a guard branch in /repo/.bzr, once removed it seems to work. thank you. [10:41] ccxCZ: in that case your code is indeed what you want [10:58] ccxCZ: though perhaps you want Branch.open_containing instead of dirname(dirname(? [11:22] There is a danger in using open_containing if the code might sometimes run in an exported copy of the code - it may recurse far above where you wanted in that instance [12:30] maxb: right [13:20] mgz, hi, you saved my (yester)day, thank you ;) [13:21] I update to bzr 2.6b1 to avoid these problems :D [13:22] I'm glad Merwin :) [13:24] I'll also make sure those fixes are back ported for 2.5.1 [13:26] I installed latest 2.6 with pip and I had a message saying that it could not compiel some extensions (whereas I installed Cython, and saw some gcc lignes during installation) [13:27] It works fine, but if it could work faster, that would be nice ;) [13:28] hm, yes, the setuptoolsy installs may not do the right compile stuff [13:31] I'll remove it and install from sources [13:37] mgz, bzrtools 2.5 works with 2.6 or I'll have to get the dev branch ? [13:38] it should work. === r0bby is now known as robbyoconnor [15:36] jml, https://code.launchpad.net/~james-w/udd/remove-max-threads-warning/+merge/100816 [15:37] james_w: I think there's more in that diff than you intended. [15:38] ah, looks like I missed pushing to trunk yesterday [15:39] jml, fixed [15:39] james_w: thanks. [15:41] that also means I didn't roll out the new code as intended yesterday [15:41] doing that now [15:43] james_w: approved. [15:44] thanks [15:45] james_w: do you want anything else from me on the udd mp reviews? [15:45] mgz, not at this time, thanks for the reviews === lool- is now known as lool === deryck is now known as deryck[lunch] [17:20] jml, mgz: around still? https://code.launchpad.net/~james-w/udd/storm-fixes/+merge/100838 [17:21] james_w: already approved :) [17:21] ...he's too fast! [17:21] oh yay [17:21] thanks [17:21] one more coming up [17:21] larger and without explicit tests unfortunately [17:21] james_w: classy. [17:22] james_w: do we need to do something about storm on jubany still? [17:22] mgz, I had the package installed [17:22] you're a star. [17:22] these fixes are from my finding some problems when trying to deploy the code [17:27] https://code.launchpad.net/~james-w/udd/unicode-everything/+merge/100842 [17:27] diff is generating now [17:28] eheh, winning branch name [17:30] oh, I forgot the pre-req === deryck[lunch] is now known as deryck [17:31] james_w: I think you missed one: [17:31] except errors.NotBranchError: [17:31] - ubuntu_b = bstore.get_branch_parts("ubuntu", ubuntu_current_series, [17:31] + ubuntu_b = bstore.get_branch_parts(u"ubuntu", ubuntu_current_series, [17:31] "release", possible_transports=possible_transports) [17:32] "release" → u"release" [17:32] argh [17:32] thanks [17:36] jml, mgz: thanks, I'll land these and try a rollout [17:37] \o/ [17:37] james_w: I'll be semi-around [17:38] ok [17:38] * jml is packing for a move tomorrow. [17:45] jml, it all looks to be running ok so far [17:45] adding new jobs [17:45] importing packages [17:45] updating the status page [17:45] james_w: great :) [17:46] I'll go and grab some lunch and check it all again when I get back [17:49] cool === beuno is now known as beuno-lunch === beuno-lunch is now known as beuno [21:35] jelmer, i dont see the difference between the 'fastimport' download and the 'pythonfastimport' download on the python-fastimport launchpad page, did you make a mistake there or something? :o [22:12] lifeless, hi, can we chat briefly? [22:12] sure thing [22:12] ring me ? [22:12] sure [22:15] 'evening poolie, lifeless [22:15] mgrandi: there is none [22:15] mgrandi: pip falls over if the tarball has a name that doesn't match the module name, even if that's what is registered on pypi [22:15] oh [22:15] ok === yofel_ is now known as yofel [22:17] hi there [22:24] hi jelmer