summaryrefslogtreecommitdiff
path: root/scripts/oe-git-proxy-command
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2013-02-08 14:27:24 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-11 22:53:31 +0000
commit75738ac47b9ca11daa94820c9c5f829937397da7 (patch)
tree0462457b00964dab684abb2c7ee1ca345f5bf279 /scripts/oe-git-proxy-command
parent795b1ea370b8a1d9152c171a50e80bd0b4b8dc60 (diff)
downloadopenembedded-core-75738ac47b9ca11daa94820c9c5f829937397da7.tar.gz
openembedded-core-75738ac47b9ca11daa94820c9c5f829937397da7.tar.bz2
openembedded-core-75738ac47b9ca11daa94820c9c5f829937397da7.zip
oe-git-proxy*: Remove previous git proxy solutions
The new oe-git-proxy should address all git proxying needs, remove the previous scripts. V2: Separate the removal of the old scripts into their own patch Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/oe-git-proxy-command')
-rwxr-xr-xscripts/oe-git-proxy-command10
1 files changed, 0 insertions, 10 deletions
diff --git a/scripts/oe-git-proxy-command b/scripts/oe-git-proxy-command
deleted file mode 100755
index d31f85abd8..0000000000
--- a/scripts/oe-git-proxy-command
+++ /dev/null
@@ -1,10 +0,0 @@
-#! /bin/bash
-
-(echo "CONNECT $1:$2 HTTP/1.0";
- echo;
- cat ) | nc $GIT_PROXY_HOST $GIT_PROXY_PORT |
-
-(read a;
- read a;
- read a;
- cat ) \ No newline at end of file