mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
bitbake: toaster: runbuilds Write the pidfile in python rather than shell script
Write the pid file out in the start up of this management command. This ensures this has happened instead of relying on the shell command having been run which may or may not be the case. This also makes it simpler for testing. Couple of clean ups of runbuilds as identified by pyflake (Bitbake rev: 999e980ee1a58d16f33ef6c0e41aecdcd0206f39) Signed-off-by: Michael Wood <michael.g.wood@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ddaac5e4e3
commit
310a9e5d35
@@ -90,7 +90,6 @@ class Command(NoArgsCommand):
|
||||
from urlparse import urlparse
|
||||
|
||||
proxy_settings = os.environ.get("http_proxy", None)
|
||||
oe_core_layer = 'openembedded-core'
|
||||
|
||||
def _get_json_response(apiurl=DEFAULT_LAYERINDEX_SERVER):
|
||||
http_progress = Spinner()
|
||||
|
||||
Reference in New Issue
Block a user