poky/bitbake/lib/toaster/bldcontrol
Robert Yang 931f57080f bitbake: bitbake: toaster: don't use git fetch --all
The '--all'' fetches all remotes, including the ones in $HOME/.gitconfig, which
causes the fetching very slow, so don't use "--all", git fetch should be
enough.

(Bitbake rev: 038a5f4b767df7944e73b2e859ac3af2d3a08bf1)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-02-14 15:26:03 +00:00
..
management bitbake: toaster: handle early exceptions 2017-09-11 17:19:37 +01:00
migrations bitbake: Add missing file from 'toaster: Allow git information to be null for BRLayer' 2016-09-16 14:36:03 +01:00
__init__.py
admin.py bitbake: toaster: enable admin interface on select models 2014-08-29 13:56:49 +01:00
bbcontroller.py bitbake: toaster: move to new bitbake xmlrpc default 2017-07-31 15:13:53 +01:00
localhostbecontroller.py bitbake: bitbake: toaster: don't use git fetch --all 2018-02-14 15:26:03 +00:00
models.py bitbake: toaster: Allow git information to be null for BRLayer 2016-09-02 18:09:50 +01:00
views.py