Hi, This patchset includes bunch of readability, usability and code style fixes for toaster script. It was started as a fix for #8775 and then I just couldn't stop and decided to make the script a bit better.
The following changes since commit 8e8b585191cafe9420e31de58d786afffe93d532: toasterconf: remove SDKMACHINE variable (2015-12-10 16:28:21 +0200) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ed/toaster/improve-toaster-script http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ed/toaster/improve-toaster-script Ed Bartosh (11): toaster: implement checksocket command toaster: check if address:port is in use toaster: split long lines, add/remove witespaces toaster: remove unused variable toaster: add MANAGE variable toaster: updated header of the toaster script toaster: remove addtoConfiguration function toaster: remove 2 unused functions toaster: move checks to another place toaster: move setting of default values toaster: remove 2 confusing parameters bitbake/bin/toaster | 144 +++++++++------------ .../toastermain/management/commands/checksocket.py | 69 ++++++++++ 2 files changed, 129 insertions(+), 84 deletions(-) create mode 100644 bitbake/lib/toaster/toastermain/management/commands/checksocket.py -- Regards, Ed -- _______________________________________________ toaster mailing list [email protected] https://lists.yoctoproject.org/listinfo/toaster
