* [PATCH] bitbake-prserver: use PRSERV_UPSTREAM as default setting
@ 2024-10-02 15:08 michael.opdenacker
0 siblings, 0 replies; only message in thread
From: michael.opdenacker @ 2024-10-02 15:08 UTC (permalink / raw)
To: bitbake-devel; +Cc: Michael Opdenacker
From: Michael Opdenacker <michael.opdenacker@rootcommit.com>
Instead of PRSERVER_UPSTREAM.
The intended variable name is PRSERV_UPSTREAM, as
already used in lib/prserv/serv.py, an consistently
with the PRSERV_HOST variable name.
Signed-off-by: Michael Opdenacker <michael.opdenacker@rootcommit.com>
---
bin/bitbake-prserv | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/bitbake-prserv b/bin/bitbake-prserv
index 580e021fda..3992e84eab 100755
--- a/bin/bitbake-prserv
+++ b/bin/bitbake-prserv
@@ -80,7 +80,7 @@ def main():
parser.add_argument(
"-u",
"--upstream",
- default=os.environ.get("PRSERVER_UPSTREAM", None),
+ default=os.environ.get("PRSERV_UPSTREAM", None),
help="Upstream PR service (host:port)",
)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-10-02 15:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-02 15:08 [PATCH] bitbake-prserver: use PRSERV_UPSTREAM as default setting michael.opdenacker
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.