Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 580 Bytes

PROXY.md

File metadata and controls

18 lines (12 loc) · 580 Bytes

Proxy configuration tool.

The entire mirror build process can be performed from behind a non-transparent proxy.

This mode requires configuring the various build tools that don't observe the system's proxy environment configuration.

Configure the proxy.

To configure the various build tools -

sudo su
export http_proxy=http://<proxy_host>:<proxy_port>
export https_proxy=http://<proxy_host>:<proxy_port>
. set-proxy-env.sh

The script tool automatically detects the system proxy settings and generates the configurations needed for the various build tools.