All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: bitbake-devel@lists.openembedded.org
Subject: Re: [PATCH 5/6] server: Rework the server API so process and xmlrpc servers coexist
Date: Tue, 18 Jul 2017 22:43:29 +0100	[thread overview]
Message-ID: <1500414209.22282.15.camel@linuxfoundation.org> (raw)
In-Reply-To: <1500413820-24816-5-git-send-email-richard.purdie@linuxfoundation.org>

On Tue, 2017-07-18 at 22:36 +0100, Richard Purdie wrote:
>  lib/bb/cooker.py              |  58 +----
>  lib/bb/cookerdata.py          |   5 +-
>  lib/bb/main.py                | 224 +++++-----------
>  lib/bb/server/__init__.py     |   6 -
>  lib/bb/server/process.py      | 592 +++++++++++++++++++++++++++-----
> ----------
>  lib/bb/server/process.py.orig | 323 +++++++++++++++++++++++

Spotted this sneaked in, its killed in -next.

>  lib/bb/server/xmlrpc.py       | 492 --------------------------------
> ---
>  lib/bb/server/xmlrpcclient.py | 154 +++++++++++
>  lib/bb/server/xmlrpcserver.py | 158 +++++++++++
>  lib/bb/tinfoil.py             |   2 +-
>  lib/prserv/serv.py            |   4 +-
>  11 files changed, 1102 insertions(+), 916 deletions(-)
>  create mode 100644 lib/bb/server/process.py.orig
>  delete mode 100644 lib/bb/server/xmlrpc.py
>  create mode 100644 lib/bb/server/xmlrpcclient.py
>  create mode 100644 lib/bb/server/xmlrpcserver.py

which makes the diffstat a better looking:

 10 files changed, 779 insertions(+), 916 deletions(-)
 delete mode 100644 lib/bb/server/xmlrpc.py
 create mode 100644 lib/bb/server/xmlrpcclient.py
 create mode 100644 lib/bb/server/xmlrpcserver.py

Cheers,

Richard


  reply	other threads:[~2017-07-18 21:43 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-18 21:36 [PATCH 1/6] event/command: Allow UI to request the UI eventhander ID Richard Purdie
2017-07-18 21:36 ` [PATCH 2/6] server: Remove base classes and inline code Richard Purdie
2017-07-18 21:36 ` [PATCH 3/6] cookerdata: Add a function to find TOPDIR Richard Purdie
2017-07-18 21:36 ` [PATCH 4/6] daemonize: Various fixes Richard Purdie
2017-07-18 21:36 ` [PATCH 5/6] server: Rework the server API so process and xmlrpc servers coexist Richard Purdie
2017-07-18 21:43   ` Richard Purdie [this message]
2017-07-18 21:37 ` [PATCH 6/6] cookerdata/cooker: Restore original datastore upon client disconnect Richard Purdie

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=1500414209.22282.15.camel@linuxfoundation.org \
    --to=richard.purdie@linuxfoundation.org \
    --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.