diff options
| author | Michael Opdenacker <michael.opdenacker@rootcommit.com> | 2024-10-02 15:08:02 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-10-11 12:17:36 +0100 |
| commit | 39400c4a2b930be505a417d30445e0ae21af459d (patch) | |
| tree | b27421222a3bceb1701811625df69640f578f890 /bitbake/bin/bitbake-prserv | |
| parent | 0f83df527d6cac2a1eae7fc011ece1fb05daf2a0 (diff) | |
| download | poky-39400c4a2b930be505a417d30445e0ae21af459d.tar.gz | |
bitbake: bitbake-prserver: use PRSERV_UPSTREAM as default setting
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.
(Bitbake rev: b0c277f16f9fae51914024c1daecd5d3e4fac5c2)
Signed-off-by: Michael Opdenacker <michael.opdenacker@rootcommit.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/bin/bitbake-prserv')
| -rwxr-xr-x | bitbake/bin/bitbake-prserv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/bin/bitbake-prserv b/bitbake/bin/bitbake-prserv index 580e021fda..3992e84eab 100755 --- a/bitbake/bin/bitbake-prserv +++ b/bitbake/bin/bitbake-prserv | |||
| @@ -80,7 +80,7 @@ def main(): | |||
| 80 | parser.add_argument( | 80 | parser.add_argument( |
| 81 | "-u", | 81 | "-u", |
| 82 | "--upstream", | 82 | "--upstream", |
| 83 | default=os.environ.get("PRSERVER_UPSTREAM", None), | 83 | default=os.environ.get("PRSERV_UPSTREAM", None), |
| 84 | help="Upstream PR service (host:port)", | 84 | help="Upstream PR service (host:port)", |
| 85 | ) | 85 | ) |
| 86 | 86 | ||
