From 75738ac47b9ca11daa94820c9c5f829937397da7 Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Fri, 8 Feb 2013 14:27:24 -0800 Subject: 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 Signed-off-by: Richard Purdie --- scripts/oe-git-proxy-command | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 scripts/oe-git-proxy-command (limited to 'scripts/oe-git-proxy-command') 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 -- cgit v1.2.3