]> code.ossystems Code Review - openembedded-core.git/commit
oe-git-proxy: Avoid resolving NO_PROXY against local files
authorJan Kiszka <jan.kiszka@siemens.com>
Tue, 29 Jan 2019 16:48:35 +0000 (17:48 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Feb 2019 22:25:06 +0000 (22:25 +0000)
commit5b5c8ccaba188530ae4b05fd49804aaa74cbb949
tree6c3205bcc33fcd0dca2df110d41621044d0b9611
parentebd3c5e1534ba4ac2a6e97725f8d8650d4aa52a0
oe-git-proxy: Avoid resolving NO_PROXY against local files

NO_PROXY may contain * elements, and if we are unlucky (or want to match
all hosts with *), we will pick up local files rather than doing the
match in match_host. Quoting helps here.

(From OE-Core rev: 7e216e806ca765152fd874e24785f783a3201284)

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
scripts/oe-git-proxy