Attention is currently required from: Martin L Roth.
Nicholas Chin has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/78184?usp=email )
Change subject: util/scripts: Add a script to find new users' commits on gerrit ......................................................................
Patch Set 1:
(1 comment)
File util/scripts/find_new_user_commits.sh:
https://review.coreboot.org/c/coreboot/+/78184/comment/45908551_1fa889d8 : PS1, Line 74: uploader.name + ", " + .currentPatchSet.uploader Here we are using uploader, but the rest of the code implies we are using the owner field. How do we want to handle possible differences in the owner and uploader (and I suppose author)? Though, for week old patches, chances are the owner and uploader are the same.