]> code.ossystems Code Review - openembedded-core.git/commitdiff
Add site.conf.sample showing examples of proxy server configuration
authorRichard Purdie <richard@openedhand.com>
Tue, 8 Apr 2008 11:38:42 +0000 (11:38 +0000)
committerRichard Purdie <richard@openedhand.com>
Tue, 8 Apr 2008 11:38:42 +0000 (11:38 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4195 311d38ba-8fff-0310-9ca6-ca027cbcb966

build/conf/site.conf.sample [new file with mode: 0644]

diff --git a/build/conf/site.conf.sample b/build/conf/site.conf.sample
new file mode 100644 (file)
index 0000000..3215e2c
--- /dev/null
@@ -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