aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar Kristina Chodorow <kchodorow@google.com>2015-12-22 19:21:21 +0000
committerGravatar Dmitry Lomov <dslomov@google.com>2015-12-22 19:57:48 +0000
commit5fd83b28a267bbd4edbd01370e4b7905f5f9b0de (patch)
tree35953c905336be9cff614deb6b702553d20f31cc /site
parent3a837477b79599263dd0f6284806aed291c7dcfd (diff)
Add support for downloading through proxies
Fixes #587. -- MOS_MIGRATED_REVID=110785300
Diffstat (limited to 'site')
-rw-r--r--site/docs/external.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/site/docs/external.md b/site/docs/external.md
index 423e6f7c4f..29646ed6a2 100644
--- a/site/docs/external.md
+++ b/site/docs/external.md
@@ -33,6 +33,11 @@ By default, external dependencies are fetched as needed during `bazel build`. If
you would like to disable this behavior or prefetch dependencies, use
[`bazel fetch`](http://bazel.io/docs/bazel-user-manual.html#fetch).
+## Using Proxies
+
+Bazel will pick up proxy addresses from the `HTTPS_PROXY` and `HTTP_PROXY`
+environment variables and use these to download HTTP/HTTPS files (if specified).
+
<a name="transitive-dependencies"></a>
## Transitive dependencies