
Hi, On Tue, 19 Aug 2025 at 13:40, Simon Glass <sjg@u-boot.org> wrote:
From: Simon Glass <sjg@chromium.org>
Since there is now a new server at patchwork.u-boot.org allow using this if selected in the ~/.patman file.
Signed-off-by: Simon Glass <sjg@chromium.org> ---
tools/patman/cseries.py | 1 - 1 file changed, 1 deletion(-)
diff --git a/tools/patman/cseries.py b/tools/patman/cseries.py index bcbc4963cea..009e6f000b7 100644 --- a/tools/patman/cseries.py +++ b/tools/patman/cseries.py @@ -511,7 +511,6 @@ class Cseries(cser_helper.CseriesHelper): """ ser, version = self._parse_series_and_version(name, version) link = self.link_get(ser.name, version) - pwork.url = 'https://patchwork.ozlabs.org' url = self.loop.run_until_complete(pwork.get_series_url(link)) print(f'Opening {url}')
-- 2.43.0
_______________________________________________ Concept mailing list -- concept@u-boot.org To unsubscribe send an email to concept-leave@u-boot.org
This looks pretty good.