=== jameinel is now known as j-a-meinel === jameinel is now known as jam [15:18] Hello bzr folks. I am working on a system that has limited network access. [15:18] I got this error ssh: connect to host bazaar.launchpad.net port 22: Connection timed out [15:18] when trying to run this command. bzr push lp:~mbruzek/charms/bundles/ceph/local [15:19] So I tried a different approach. [15:19] $ bzr push https://launchpad.net/~mbruzek/charms/bundles/ceph/local [15:19] bzr: ERROR: Transport operation not possible: http does not support mkdir() [15:19] Can someone help me with this problem? [15:20] mbruzek: you need ssh access to launchpad to push [15:21] jelmer, can I make the dirs that I need on http://launchpad.net and then push using ssh? [15:21] mbruzek: I don't see how that would help? [15:21] "bzr push" would take care of creating the branch [15:25] ack thanks jelmer