All of lore.kernel.org
 help / color / mirror / Atom feed
From: leonardo.sandoval.gonzalez@linux.intel.com
To: openembedded-core@lists.openembedded.org
Subject: [PATCH v2 0/3] PRServer: Fixes daemon issues
Date: Thu, 24 Sep 2015 08:52:50 +0000	[thread overview]
Message-ID: <cover.1443072637.git.leonardo.sandoval.gonzalez@linux.intel.com> (raw)

From: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>

First two patches fix issues when using hostnames instead of IPs. Third patch
disconnect the DB manually, not relaying on this task into a __del__ function.
Detail is given on each patch. Fixes 8258, 8560 and 8215

Changes from v1:
	* First patch: No changes
	* Second patch: outputs the message into stdout instead of stderr. Also
	removes the 'WARNING' string.
	* Third patch: Instead of changing the journal, this patch closes
	the DB connection explicitly, instead of relying on the __del__
        function

The following changes since commit 71b0568fa43285f0946fae93fb43cea5f3bbecec:

  rt-tests: drop unnecessary added-missing-dependencies.patch (2015-09-01 11:44:04 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib lsandov1/prserver
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=lsandov1/prserver

Leonardo Sandoval (3):
  prserv/serv: Start/Stop daemon using ip instead of host
  prserv/serv.py: Better messaging when starting/stopping the server
    with port=0
  prserv/serv: Close the DB connection out of class destructor

 bitbake/lib/prserv/db.py   |  2 +-
 bitbake/lib/prserv/serv.py | 38 ++++++++++++++++++++++++++++++--------
 2 files changed, 31 insertions(+), 9 deletions(-)

-- 
1.8.4.5



             reply	other threads:[~2015-09-24 17:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-24  8:52 leonardo.sandoval.gonzalez [this message]
2015-09-24  8:52 ` [PATCH v2 1/3] prserv/serv: Start/Stop daemon using ip instead of host leonardo.sandoval.gonzalez
2015-09-24  8:52 ` [PATCH v2 2/3] prserv/serv.py: Better messaging when starting/stopping the server with port=0 leonardo.sandoval.gonzalez
2015-09-24  8:52 ` [PATCH v2 3/3] prserv/serv: Close the DB connection out of class destructor leonardo.sandoval.gonzalez

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.1443072637.git.leonardo.sandoval.gonzalez@linux.intel.com \
    --to=leonardo.sandoval.gonzalez@linux.intel.com \
    --cc=openembedded-core@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.