From: Elliot Smith <elliot.smith@intel.com>
To: bitbake-devel@lists.openembedded.org
Subject: [PATCH 00/11] Toaster startup script improvements
Date: Thu, 17 Dec 2015 16:48:44 +0000 [thread overview]
Message-ID: <cover.1450370782.git.elliot.smith@intel.com> (raw)
This patchset includes a 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 d65cf4fe9d239169e2474b59bdce7fc59194de67
(poky-contrib, toaster-next):
toaster-manual: describe the way to start Toaster (2015-12-15 14:03:20 +0200)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib elliot/submit/ed/toaster/improve-toaster-script
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=elliot/submit/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 whitespace
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 startup checks to a better place
toaster: move setting of default values
toaster: remove 2 confusing parameters
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
--
1.9.3
---------------------------------------------------------------------
Intel Corporation (UK) Limited
Registered No. 1134945 (England)
Registered Office: Pipers Way, Swindon SN3 1RJ
VAT No: 860 2173 47
This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.
next reply other threads:[~2015-12-17 16:49 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-17 16:48 Elliot Smith [this message]
2015-12-17 16:48 ` [PATCH 01/11] toaster: implement checksocket command Elliot Smith
2015-12-17 16:48 ` [PATCH 02/11] toaster: check if address:port is in use Elliot Smith
2015-12-17 16:48 ` [PATCH 03/11] toaster: split long lines, add/remove whitespace Elliot Smith
2015-12-18 17:11 ` Peter Kjellerstedt
2015-12-17 16:48 ` [PATCH 04/11] toaster: remove unused variable Elliot Smith
2015-12-17 16:48 ` [PATCH 05/11] toaster: add MANAGE variable Elliot Smith
2015-12-17 16:48 ` [PATCH 06/11] toaster: updated header of the toaster script Elliot Smith
2015-12-17 16:48 ` [PATCH 07/11] toaster: remove addtoConfiguration function Elliot Smith
2015-12-17 16:48 ` [PATCH 08/11] toaster: remove 2 unused functions Elliot Smith
2015-12-17 16:48 ` [PATCH 09/11] toaster: move startup checks to a better place Elliot Smith
2015-12-17 16:48 ` [PATCH 10/11] toaster: move setting of default values Elliot Smith
2015-12-17 16:48 ` [PATCH 11/11] toaster: remove 2 confusing parameters Elliot Smith
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.1450370782.git.elliot.smith@intel.com \
--to=elliot.smith@intel.com \
--cc=bitbake-devel@lists.openembedded.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.