aboutsummaryrefslogtreecommitdiffstats
path: root/build/conf/site.conf.sample
blob: 3215e2c69cbc3b326e53270b45c2363a84701003 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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/"