Difference between revisions of "Using bazaar through proxy server"

From Notes_Wiki
(Created page with "<yambe:breadcrumb>Bazaar|Bazaar</yambe:breadcrumb> =Using bazaar through proxy server= ==Using bazaar through HTTP proxy server== To use bazaar over HTTP proxy server config...")
 
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<yambe:breadcrumb>Bazaar|Bazaar</yambe:breadcrumb>
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[Versioning tools]] > [[Bazaar]] > [[Using bazaar through proxy server]]
=Using bazaar through proxy server=


==Using bazaar through HTTP proxy server==
==Using bazaar through HTTP proxy server==
Line 8: Line 7:
export http_proxy='http://&lt;Proxy server&gt;:&lt;Port&gt;/'
export http_proxy='http://&lt;Proxy server&gt;:&lt;Port&gt;/'
</pre>
</pre>
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[Versioning tools]] > [[Bazaar]] > [[Using bazaar through proxy server]]

Latest revision as of 15:44, 24 August 2022

Home > CentOS > CentOS 6.x > Versioning tools > Bazaar > Using bazaar through proxy server

Using bazaar through HTTP proxy server

To use bazaar over HTTP proxy server configure environment variable http_proxy using:

export http_proxy='http://<Proxy server>:<Port>/'


Home > CentOS > CentOS 6.x > Versioning tools > Bazaar > Using bazaar through proxy server