All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] Toaster startup script improvements
@ 2015-12-17 16:48 Elliot Smith
  2015-12-17 16:48 ` [PATCH 01/11] toaster: implement checksocket command Elliot Smith
                   ` (10 more replies)
  0 siblings, 11 replies; 13+ messages in thread
From: Elliot Smith @ 2015-12-17 16:48 UTC (permalink / raw)
  To: bitbake-devel

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.



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2015-12-18 17:11 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-17 16:48 [PATCH 00/11] Toaster startup script improvements Elliot Smith
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

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.