All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix for #8775
@ 2015-12-10 18:17 Ed Bartosh
  2015-12-10 18:17 ` [PATCH 1/2] toaster: implement checksocket command Ed Bartosh
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ed Bartosh @ 2015-12-10 18:17 UTC (permalink / raw)
  To: toaster

Hi,

Implemented new management command 'checksocket' and used it in
toaster script to check if port:address is in use before toaster starts.

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/checksocket
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ed/toaster/checksocket

Ed Bartosh (2):
  toaster: implement checksocket command
  toaster: check if address:port is in use

 bitbake/bin/toaster                                |  5 ++
 .../toastermain/management/commands/checksocket.py | 69 ++++++++++++++++++++++
 2 files changed, 74 insertions(+)
 create mode 100644 bitbake/lib/toaster/toastermain/management/commands/checksocket.py

--
Regards,
Ed



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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-10 18:17 [PATCH 0/2] Fix for #8775 Ed Bartosh
2015-12-10 18:17 ` [PATCH 1/2] toaster: implement checksocket command Ed Bartosh
2015-12-10 18:17 ` [PATCH 2/2] toaster: check if address:port is in use Ed Bartosh
2015-12-11 13:43 ` [PATCH 0/2] Fix for #8775 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.