From: Ed Bartosh <ed.bartosh@linux.intel.com>
To: toaster@yoctoproject.org
Subject: [PATCH 00/11] toaster script improvements
Date: Fri, 11 Dec 2015 15:37:56 +0200 [thread overview]
Message-ID: <cover.1449840820.git.ed.bartosh@linux.intel.com> (raw)
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
next reply other threads:[~2015-12-11 14:09 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-11 13:37 Ed Bartosh [this message]
2015-12-11 13:37 ` [PATCH 01/11] toaster: implement checksocket command Ed Bartosh
2015-12-11 13:37 ` [PATCH 02/11] toaster: check if address:port is in use Ed Bartosh
2015-12-11 13:37 ` [PATCH 03/11] toaster: split long lines, add/remove witespaces Ed Bartosh
2015-12-11 13:38 ` [PATCH 04/11] toaster: remove unused variable Ed Bartosh
2015-12-11 13:38 ` [PATCH 05/11] toaster: add MANAGE variable Ed Bartosh
2015-12-11 13:38 ` [PATCH 06/11] toaster: updated header of the toaster script Ed Bartosh
2015-12-11 13:38 ` [PATCH 07/11] toaster: remove addtoConfiguration function Ed Bartosh
2015-12-11 13:38 ` [PATCH 08/11] toaster: remove 2 unused functions Ed Bartosh
2015-12-11 13:38 ` [PATCH 09/11] toaster: move checks to another place Ed Bartosh
2015-12-11 13:38 ` [PATCH 10/11] toaster: move setting of default values Ed Bartosh
2015-12-11 13:38 ` [PATCH 11/11] toaster: remove 2 confusing parameters Ed Bartosh
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1449840820.git.ed.bartosh@linux.intel.com \
--to=ed.bartosh@linux.intel.com \
--cc=toaster@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.