]> code.ossystems Code Review - openembedded-core.git/commit
oe-git-proxy: NO_PROXY suffix matching without wildcard for match_host
authorHenning Schild <henning.schild@siemens.com>
Tue, 3 Sep 2019 13:43:49 +0000 (15:43 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 15 Sep 2019 16:49:48 +0000 (17:49 +0100)
commit12f0cc209aaba48f846c62663e0b9e5efd253d71
tree16858bdfe739e0c4496f4ce01e57b9d921394c8b
parent477ee7e673684db988c66a75b6400e33509730b4
oe-git-proxy: NO_PROXY suffix matching without wildcard for match_host

NO_PROXY can also contain just suffixes that do not start with a "*". We
failed to match those so far. Just add an extra "*" to also match those
suffixes. If one was there we get "**" which does not hurt.

Signed-off-by: Henning Schild <henning.schild@siemens.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/oe-git-proxy