diff options
author | Richard Purdie <richard@openedhand.com> | 2008-04-08 11:38:42 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-04-08 11:38:42 +0000 |
commit | f73c0e45114cf3ac4892fa11230c933d0860ba05 (patch) | |
tree | 1695d84563f742f5e9712c4cfc1ead7a45cdfa7b | |
parent | 67d5f0483b66a5688a62dab90395a23dc4bc2772 (diff) | |
download | ast2050-yocto-poky-f73c0e45114cf3ac4892fa11230c933d0860ba05.zip ast2050-yocto-poky-f73c0e45114cf3ac4892fa11230c933d0860ba05.tar.gz |
Add site.conf.sample showing examples of proxy server configuration
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4195 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | build/conf/site.conf.sample | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/build/conf/site.conf.sample b/build/conf/site.conf.sample new file mode 100644 index 0000000..3215e2c --- /dev/null +++ b/build/conf/site.conf.sample @@ -0,0 +1,16 @@ +# +# local.conf covers user settings, site.conf covers site specific information +# such as proxy server addresses and optionally any shared download location +# + +# Uncomment to cause CVS to use the proxy host specified +#CVS_PROXY_HOST = "proxy.example.com" +#CVS_PROXY_PORT = "81" + +# Uncomment to cause git to use the proxy host specificed +#GIT_PROXY_HOST = "proxy.example.com" +#GIT_PROXY_PORT = "81" +#export GIT_PROXY_COMMAND = "${OEROOT}/scripts/poky-git-proxy-command" + +# Uncomment this to use a shared download directory +#DL_DIR = "/some/shared/download/directory/"
\ No newline at end of file |