Re: [PATCH v4 1/3] tools/patman: Migrate mailing-list to lists.u-boot-project.org
Neil Armstrong <[email protected]> Mon, 20 Jul 2026 11:28:48 +0200
| Newsgroups | de.denx.lists.u-boot |
|---|---|
| Organization | Linaro |
| Message-ID | <[email protected]> |
On 7/20/26 10:33, Peter Robinson wrote: > On Mon, 20 Jul 2026 at 09:23, Neil Armstrong <[email protected]> wrote: >> >> The U-Boot Mailing-list is moving to the lists.u-boot-project.org >> domain, so update all references of the list.denx.de to the new >> domain in the patman code. >> >> Reviewed-by: Simon Glass <[email protected]> >> Signed-off-by: Neil Armstrong <[email protected]> > Reviewed-by: Peter Robinson <[email protected]> >> --- >> tools/patman/settings.py | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/tools/patman/settings.py b/tools/patman/settings.py >> index 17229e0d823..fe65b1d3fb7 100644 >> --- a/tools/patman/settings.py >> +++ b/tools/patman/settings.py >> @@ -162,7 +162,7 @@ class _ProjectConfigParser(ConfigParser.ConfigParser): >> def ReadGitAliases(fname): >> """Read a git alias file. This is in the form used by git: >> >> - alias uboot [email protected] >> + alias uboot [email protected] >> alias wd Wolfgang Denk <[email protected]> > > Sadly I don't believe that alias is needed any more so should likely > be dropped too. I guess we can do a cleanup of all the legacy stuff after the migration Neil > > Peter > >> Args: >> >> -- >> 2.34.1 >>