aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorlcapriotti <lcapriotti@svn>2010-01-15 13:50:50 +0000
committerlcapriotti <lcapriotti@svn>2010-01-15 13:50:50 +0000
commitbd815841c6b10d5a1144bb8563a672ed5f3c33ca (patch)
tree1e3997060911003421c9ab598c2d640cdfd80bc9 /tools
parent03b561f67e08a405c71643709c75b83844d383a8 (diff)
adopt a single naming convention
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26867 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'tools')
-rwxr-xr-xtools/XBMCLive/SDK/buildWithProxy.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/XBMCLive/SDK/buildWithProxy.sh b/tools/XBMCLive/SDK/buildWithProxy.sh
new file mode 100755
index 0000000000..c753c80601
--- /dev/null
+++ b/tools/XBMCLive/SDK/buildWithProxy.sh
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+# Using apt-cacher(-ng) to speed up apt-get downloads
+export APT_HTTP_PROXY="http://127.0.0.1:3142"
+export APT_FTP_PROXY="http://127.0.0.1:3142"
+
+# We use apt-cacher when retrieving d-i udebs, too
+export http_proxy="http://127.0.0.1:3142"
+export ftp_proxy="http://127.0.0.1:3142"
+
+./build.sh