mirror of
https://git.yoctoproject.org/poky
synced 2026-02-12 11:43:04 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4195 311d38ba-8fff-0310-9ca6-ca027cbcb966
16 lines
566 B
Plaintext
16 lines
566 B
Plaintext
#
|
|
# 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/" |