]> 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>
Thu, 31 Jan 2019 23:04:50 +0000 (23:04 +0000)
commit7e216e806ca765152fd874e24785f783a3201284
treed9af94e9ea99ca06aca28a0813f20d66d117d2ba
parentb3001770df6640549270361bfaa449cb3e79a0b7
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.

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