]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake: toaster: disable git remote check to allow for firewalls
authorDavid Reyna <David.Reyna@windriver.com>
Mon, 1 Oct 2018 07:45:57 +0000 (00:45 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 4 Oct 2018 22:00:24 +0000 (23:00 +0100)
commitf0cf4b0972173d5463a31a2543098cee7d6e11c3
treef3fc789ce2c19e6d7341cb4219dbc00c733e4602
parente7b4ae9d7245596a0c18908791a1293fb8678ab2
bitbake: toaster: disable git remote check to allow for firewalls

Toaster users behind firewalls that block "git" access usually
require developers to add remap rules in their "~/.gitconfig"
to remap GIT accesses to HTTP* access. However, there is a
"git remote" test in Toaster that is not aware of such remaps,
resulting in a false error.

For now, disable this nice-to-have check to support this release,
and re-enable when we can add remapping accommodations for this
test.

[YOCTO #12944]

(Bitbake rev: abccd40536b366a418802c5ba8427454c2e3bb2c)

Signed-off-by: David Reyna <David.Reyna@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/toaster/bldcontrol/localhostbecontroller.py