git-remote-bzr icon indicating copy to clipboard operation
git-remote-bzr copied to clipboard

Allow passing options to bzr

Open RalfJung opened this issue 9 years ago • 3 comments

In order to fetch a bzr repository on a host with self-signed SSL certificates, I have to do the following with bzr:

bzr -Ossl.cert_reqs=none branch https://URL NAME

However, there does not seem to be a way to clone such a repository with git-remote-bzr. I tried adding the option to the "git clone" call, but that just resulted in git complaining.

RalfJung avatar Mar 12 '15 09:03 RalfJung

GIT_SSL_NO_VERIFY=true git clone ...

kynan avatar Mar 15 '15 08:03 kynan

That doesn't work. The settings do not seem to be propagated.

For now, I added the following to my ~/.bajaar/bazaar.conf:

[DEFAULT]
ssl.cert_reqs = none

RalfJung avatar Mar 18 '15 20:03 RalfJung

Still any interest in this?

felipec avatar Dec 17 '20 11:12 felipec