=== slank is now known as slank_away [02:27] james_w: Are you around? [02:27] Logan_, yeah [02:28] james_w: could you please requeue_package.py --full hivex ? [02:28] There's currently an import failure for it that should be resolved with that command. [02:29] Logan_, done [02:29] Thanks. :) [02:29] with --priority for good measure :-) [02:30] Awesome. :P [04:07] Whenever a member of my team commits changes, the file /.bzr/repository/pack-names is changed so that it is no longer owned by the group, but by the user that has committed the changes. This makes it impossible for anyone to commit changes until the ownership is changed back. How can I fix this? [04:09] The file gets replaced, I'm pretty sure, so it shouldn't matter. They just need to be able to write the dir. [04:11] you need to fix their umasks [04:11] and then make .bzr g+s, recursively [04:11] fullermd: Even with permission to write to the directory the file becomes unavailable. [04:12] umask shouldn't matter; bzr will inherit the dir mode. [04:12] The g+s is probably it. I keep forgetting about the problems of inferior FS semantics ;p [04:14] I will give that a try, thank you. [04:14] umask is need to make it group writable [04:14] No, bzr will do that itself if the dir is group writable. [04:15] ('m pretty sure it'll even make it world writable if the dir is...) [07:54] so apparently you can make bzr run out of memory by having a big commit >.> [07:56] but strangely you can still commit it [09:21] mgrandi: there are several ways to make it run out of memory :-) https://bugs.launchpad.net/bzr/+bug/367545 and https://bugs.launchpad.net/bzr-svn/+bug/191731 [09:21] Launchpad bug 367545 in bzr (Ubuntu) "Huge memory usage for bzr branch/checkout" [High,Triaged] [09:21] Launchpad bug 191731 in Bazaar Subversion Plugin "Memory problems prevent branch of very large svn repositories" [High,Triaged] [09:21] ooh, fun [09:21] * venefyxatu pokes ubot5 [09:23] probably involves the branch one [09:24] but also happens during merge / pull === mmrazik is now known as mmrazik|lunch === yofel_ is now known as yofel === mmrazik|lunch is now known as mmrazik [14:22] Hi. I'm trying to share a repostiory on one computer with multiple people using ssh. But after a push by USER, the file .bzr/repositories/pack-names will be owned by USER.USER, which prevents other users from pushing until I fix the group permissions. How should I solve this? The examples I find on the net do not seem to have to deal with this problem. === slank_away is now known as slank [15:24] Let me rephrase my previous question: "How do I properly grant commit rights to someone?" [16:03] hi! I have installed bzr on a cluster and I'm getting [16:03] Value "/etc/ssl/certs/ca-certificates.crt" is not valid for "ssl.ca_certs" [16:03] No valid trusted SSL CA certificates file set. See 'bzr help ssl.ca_certs' for more information on setting trusted CAs. [16:03] See `bzr help ssl.ca_certs` for how to specify trusted CAcertificates. [16:03] Pass -Ossl.cert_reqs=none to disable certificate verification entirely. [16:04] however, I don't want to have to pass that argument each time when I call bazaar [16:04] how do I turn it off in my ~/.bazaar? [16:04] I've tried [16:04] ssl.cert_reqs=none [16:04] ssl.ca_certs=none [16:04] but it doesn't change anything === slank is now known as slank_away === slank_away is now known as slank === bsd1 is now known as bsd [19:15] pef_: that should do it [19:15] pef_: what section did you set it in? [19:15] I didn't know I had to put it in a section [19:15] those two lines are the only contents of the file [19:15] what should [go above]? [19:15] e.g. [DEFAULT] [19:16] though I think if you don't have a section, it means it's in that one too [19:17] nope, adding [DEFAULT] hasn't made a difference [19:18] any other ideas? === lifeless_ is now known as lifeless === You're now known as ubuntulog