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

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



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

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

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-11 13:37 [PATCH 00/11] toaster script improvements Ed Bartosh
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

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.