How to tell Bazaar to use a proxy to access lp:qbzr

Adrian Wilkins adrian.wilkins at gmail.com
Wed Jan 13 10:52:22 GMT 2010


On 13/01/10 09:31, bazaar-request at lists.canonical.com wrote:
> How to tell Bazaar to use a proxy to access lp:qbzr (Simon Kersey)

On Windows, it obeys the settings in the "Internet Options" dialog.

Or you can set the HTTP_PROXY environment variables.

If you're stuck behind an ISA proxy with certain types of authentication
(ie - NTLM) this isn't necessarily useful because not all of them are
covered in the libraries used.

The lp: form of URL is convenient, but you can use the equivalent
bzr+ssh:// URL (so long as port 22 is open for you, you have an LP id,
and upload an SSH key) to get the same results.

You can get the link from the "branches" page for the project by
replacing the "code" subdomain with "bazaar".

e.g.

For lp:qbzr the link on the page is

https://code.launchpad.net/~qbzr-dev/qbzr/trunk2a

So the bzr+ssh:// URL is

bzr+ssh://bazaar.launchpad.net/~qbzr-dev/qbzr/trunk2a




More information about the bazaar mailing list