summaryrefslogtreecommitdiff
path: root/scripts/poky-git-proxy-command
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/poky-git-proxy-command')
-rwxr-xr-xscripts/poky-git-proxy-command10
1 files changed, 0 insertions, 10 deletions
diff --git a/scripts/poky-git-proxy-command b/scripts/poky-git-proxy-command
deleted file mode 100755
index d31f85abd8..0000000000
--- a/scripts/poky-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