mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
scripts: Add git proxy script
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4193 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
#! /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 )
|
||||
Reference in New Issue
Block a user