summaryrefslogtreecommitdiff
path: root/build/conf
diff options
context:
space:
mode:
authorRob Bradford <rob@linux.intel.com>2008-10-24 14:46:07 +0100
committerRob Bradford <rob@linux.intel.com>2008-10-24 14:46:07 +0100
commit08197d62efb5e7cbf92d3fbf94a6d192a311214c (patch)
tree4364d997e6a11abfbf43f9b3fba1317db48f799d /build/conf
parentfbfc669583328a6df2415ecc6343bba509e44459 (diff)
parente84e951822687dd7a2e2c632ac9caa799ddfd593 (diff)
downloadopenembedded-core-08197d62efb5e7cbf92d3fbf94a6d192a311214c.tar.gz
openembedded-core-08197d62efb5e7cbf92d3fbf94a6d192a311214c.tar.bz2
openembedded-core-08197d62efb5e7cbf92d3fbf94a6d192a311214c.zip
Merge branch 'master' of ssh://git@git.moblin.org/poky
Diffstat (limited to 'build/conf')
-rw-r--r--build/conf/site.conf.sample20
1 files changed, 18 insertions, 2 deletions
diff --git a/build/conf/site.conf.sample b/build/conf/site.conf.sample
index 3215e2c69c..f14b3d985a 100644
--- a/build/conf/site.conf.sample
+++ b/build/conf/site.conf.sample
@@ -7,10 +7,26 @@
#CVS_PROXY_HOST = "proxy.example.com"
#CVS_PROXY_PORT = "81"
-# Uncomment to cause git to use the proxy host specificed
+# For svn, you need to create ~/.subversion/servers containing:
+#[global]
+#http-proxy-host = proxy.example.com
+#http-proxy-port = 81
+#
+
+# Uncomment to cause git to use the proxy host specificed
+# although this only works for http
#GIT_PROXY_HOST = "proxy.example.com"
#GIT_PROXY_PORT = "81"
#export GIT_PROXY_COMMAND = "${OEROOT}/scripts/poky-git-proxy-command"
+# If SOCKS is available run the following command to comple a simple transport
+# gcc scripts/poky-git-proxy-socks.c -o poky-git-proxy-socks
+# and then share that binary somewhere in PATH, then use the following settings
+#GIT_PROXY_HOST = "proxy.example.com"
+#GIT_PROXY_PORT = "81"
+#export GIT_PROXY_COMMAND = "${OEROOT}/scripts/poky-git-proxy-socks-command"
+
+
# Uncomment this to use a shared download directory
-#DL_DIR = "/some/shared/download/directory/" \ No newline at end of file
+#DL_DIR = "/some/shared/download/directory/"
+