[00:02] Is there any magic in launchpad's tests which causes warnings to become fatal exceptions? [00:02] oh, there it is [00:13] The good: We have the tests all passing on Python 2.5! [00:13] The bad: The likelyhood of Python 2.6 happening any time soon is somewhat remote === abentley1 is now known as abentley [03:26] maxb: how so? [03:27] It looks like it'll force a huge amount of upgrading of Zope and other deps [07:48] maxb, I don't think that's necessarily a bad thing. === carlos__ is now known as carlos [11:18] Hi to all, I'm trying launchpad code on my machine, but I have a problem with bazaar use. I followed the developer instructions, all works good, but when I register a new branch I don't able to push code with bzr. with the shell command "bzr push lp://dev/~pippo/+junk/devel" this get "bzr: ERROR: http://bazaar.launchpad.dev/~pippo/%2Bjunk/devel/.bzr/smart is redirected to http://launchpad.dev". Where I'm wrong? Thanks and excuse me for my English [12:54] malloc_test: hm. I wonder if your /etc/hosts and/or apache vhost config is not right [12:55] I can believe bzr might say that if yoou landed a bzr+http request on a browser vhost [13:11] maxb: thanks for your answer. I don't modified manually /etc/hosts and apache conf, but I used launchpad script. I think that launchpad doesn't create project or/and branch folder. Where I can find ~pippo/%2Bjunk/devel folder? [13:27] malloc_test: What does 'host bazaar.launchpad.dev' report? [13:31] maxb: in /etc/hosts there is "127.0.0.99 bazaar.launchpad.dev" [13:31] yes, but what does 'host bazaar.launchpad.dev' say :-) [13:34] * maxb gone [13:36] maxb: I misunderstood, host command report this: bazaar.launchpad.dev.fastwebnet.it mail is handled by 10 mx3.fastwebnet.it. [14:02] ! [14:02] you have really weird dns [14:11] Oh, hangon, you're *pushing* ? [14:11] You can't push over http [14:11] You ought to use make-lp-user.py to create a user in your dev launchpad with the same id as your real launchpad account, and tell bzr of the id with "bzr launchpad-login " [14:31] Yes you're right, this is my italian network dns...:'(. Ok with those commands all ok, I've create a new branch but with command "bzr push lp://dev/~antonio-litterio-gmail/+junk/dev" return this " bzr: ERROR: Parent directory of lp://dev/~antonio-litterio-gmail/+junk/dev does not exist.", and with command "bzr push lp://dev/~antonio-litterio-gmail/cnit/devel --create-prefix " return this "bzr: ERROR: Permission denied: "~antonio-litterio-gmail/c [14:55] Hmm, bit weird [15:01] maxb: yes it is very weird!! [16:18] maxb:I'll try to download and reconfigure all,I'll tell you later, thanks a lot. [16:49] Is there anyone around who can explain what this error means: [16:49] $ bzr push lp://dev/~maxb/+junk/foo [16:49] bzr: ERROR: Server sent an unexpected error: ('error', "The transport '' is only accessible within this process.") === carlos__ is now known as carlos [17:13] hmm [17:13] console logging says it runs bzr lp-serve, but who knows what happens then [17:27] uhoh