
12 Jul
2022
12 Jul
'22
12:58 p.m.
On Thu, 7 Jul 2022 at 13:22, Tom Rini trini@konsulko.com wrote:
Bring us up to commit 0b8875225750 ("Allow multiple spaces within an email address") of the upstream gitdm project.
Signed-off-by: Tom Rini trini@konsulko.com
So this isn't a real patch exactly. This shows what the single merge error would need to be corrected as, in order to bring our tree up to the above commit from upstream. That in turn is just doing a python3 print() rather than python2 print in the error case where we try and further correct the Funky email addresses we have, in code that was already clearly marked as local only code. The rest of those changes moved in cleanly.
Reviewed-by: Simon Glass sjg@chromium.org