diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2008-10-23 15:12:41 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2008-10-23 15:12:41 +0100 |
commit | e4aa77e88efe49d38c63cb70f9d0c48a9dc3461f (patch) | |
tree | d1500341e732dc0d0e28715ef66a96a4abb5212e /scripts/poky-git-proxy-socks-command | |
parent | d3bf7895aa8881009ebe6b19732369577e24a0df (diff) | |
download | poky-e4aa77e88efe49d38c63cb70f9d0c48a9dc3461f.tar.gz |
scripts/build: Update the git proxy setup instructions
Diffstat (limited to 'scripts/poky-git-proxy-socks-command')
-rwxr-xr-x | scripts/poky-git-proxy-socks-command | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/poky-git-proxy-socks-command b/scripts/poky-git-proxy-socks-command new file mode 100755 index 0000000000..a5af2d33fa --- /dev/null +++ b/scripts/poky-git-proxy-socks-command | |||
@@ -0,0 +1,2 @@ | |||
1 | #! /bin/bash | ||
2 | poky-git-proxy-socks -S $GIT_PROXY_HOST:$GIT_PROXY_PORT $@ | ||