($INBOX_DIR/description missing)
 help / color / mirror / Atom feed
From: michael.opdenacker@bootlin.com
To: bitbake-devel@lists.openembedded.org
Cc: Michael Opdenacker <michael.opdenacker@bootlin.com>,
	Joshua Watt <JPEWhacker@gmail.com>,
	Tim Orling <ticotimo@gmail.com>,
	Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Subject: [PATCH v6 1/8] prserv: declare "max_package_pr" client hook
Date: Tue, 30 Apr 2024 19:15:05 +0200	[thread overview]
Message-ID: <20240430171512.936371-2-michael.opdenacker@bootlin.com> (raw)
In-Reply-To: <20240430171512.936371-1-michael.opdenacker@bootlin.com>

From: Michael Opdenacker <michael.opdenacker@bootlin.com>

Add missing declaration for the max_package_pr client hook

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Cc: Joshua Watt <JPEWhacker@gmail.com>
Cc: Tim Orling <ticotimo@gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 lib/prserv/client.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/prserv/client.py b/lib/prserv/client.py
index 8471ee3046..99fc4e0f7f 100644
--- a/lib/prserv/client.py
+++ b/lib/prserv/client.py
@@ -65,7 +65,7 @@ class PRAsyncClient(bb.asyncrpc.AsyncClient):
 class PRClient(bb.asyncrpc.Client):
     def __init__(self):
         super().__init__()
-        self._add_methods("getPR", "test_pr", "test_package", "importone", "export", "is_readonly")
+        self._add_methods("getPR", "test_pr", "test_package", "max_package_pr", "importone", "export", "is_readonly")
 
     def _get_async_client(self):
         return PRAsyncClient()
-- 
2.34.1



  reply	other threads:[~2024-04-30 17:15 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-30 17:15 [PATCH v6 0/8] prserv: add support for an "upstream" server michael.opdenacker
2024-04-30 17:15 ` michael.opdenacker [this message]
2024-04-30 17:15 ` [PATCH v6 2/8] prserv: move code from __init__ to bitbake-prserv michael.opdenacker
2024-04-30 17:15 ` [PATCH v6 3/8] prserv: add "upstream" server support michael.opdenacker
2024-04-30 17:15 ` [PATCH v6 4/8] prserv: enable database sharing michael.opdenacker
2024-04-30 20:29   ` [bitbake-devel] " Jan-Simon Moeller
2024-04-30 17:15 ` [PATCH v6 5/8] prserv: avoid possible race condition in database code michael.opdenacker
2024-04-30 17:15 ` [PATCH v6 6/8] prserv: store_value() improvements michael.opdenacker
2024-04-30 17:15 ` [PATCH v6 7/8] prserv: import simplification michael.opdenacker
2024-04-30 17:15 ` [PATCH v6 8/8] prserv: add bitbake selftests michael.opdenacker
2024-04-30 20:31 ` [bitbake-devel] [PATCH v6 0/8] prserv: add support for an "upstream" server Jan-Simon Moeller

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=20240430171512.936371-2-michael.opdenacker@bootlin.com \
    --to=michael.opdenacker@bootlin.com \
    --cc=JPEWhacker@gmail.com \
    --cc=bitbake-devel@lists.openembedded.org \
    --cc=thomas.petazzoni@bootlin.com \
    --cc=ticotimo@gmail.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).