diff options
author | Joshua Lock <josh@linux.intel.com> | 2008-10-30 17:42:01 +0000 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2008-10-30 17:52:32 +0000 |
commit | d514eeeaec77c8ba3a4993ad7705e7a857c52dec (patch) | |
tree | 901ce1d59fdb5cbaf26b08b4e373d8d4ef2cc212 /build | |
parent | 4b93bb317546131f63afb2fb971a572708110c5a (diff) | |
download | poky-d514eeeaec77c8ba3a4993ad7705e7a857c52dec.tar.gz |
base.bbclass: Additional git proxy support.
Add to the git proxy support so that the proxy configuration can be propogated to the git config (etc/gitconfig in staging).
Add support for ignored hosts in the git proxy.
Examples in site.conf.sample
Diffstat (limited to 'build')
-rw-r--r-- | build/conf/site.conf.sample | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build/conf/site.conf.sample b/build/conf/site.conf.sample index f14b3d985a..0ed70c6d79 100644 --- a/build/conf/site.conf.sample +++ b/build/conf/site.conf.sample | |||
@@ -19,6 +19,11 @@ | |||
19 | #GIT_PROXY_PORT = "81" | 19 | #GIT_PROXY_PORT = "81" |
20 | #export GIT_PROXY_COMMAND = "${OEROOT}/scripts/poky-git-proxy-command" | 20 | #export GIT_PROXY_COMMAND = "${OEROOT}/scripts/poky-git-proxy-command" |
21 | 21 | ||
22 | # GIT_PROXY_IGNORE_* lines define hosts which do not require a proxy to access | ||
23 | #GIT_CORE_CONFIG = "Yes" | ||
24 | #GIT_PROXY_IGNORE_1 = "host.server.com" | ||
25 | #GIT_PROXY_IGNORE_2 = "another.server.com" | ||
26 | |||
22 | # If SOCKS is available run the following command to comple a simple transport | 27 | # If SOCKS is available run the following command to comple a simple transport |
23 | # gcc scripts/poky-git-proxy-socks.c -o poky-git-proxy-socks | 28 | # gcc scripts/poky-git-proxy-socks.c -o poky-git-proxy-socks |
24 | # and then share that binary somewhere in PATH, then use the following settings | 29 | # and then share that binary somewhere in PATH, then use the following settings |