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