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:
(2 comments)
Patchset:
PS1: Needs an entry in `util/scripts/description.md`
File util/scripts/find_new_user_commits.sh:
https://review.coreboot.org/c/coreboot/+/78184/comment/519b35bb_59e27915 : PS1, Line 100: commit_count="$(ssh -p 29418 "${GERRIT_USER}@${GERRIT_REPO}" gerrit query --format=JSON "limit:6 AND repo:coreboot AND owner:${owner_email} and status:merged" | : jq -Mr '.owner.name + ", " + .owner.email' | : grep -v "null|^," | : wc -l)" I suppose the local git repo could be queried instead to get this information, though that ideally would require an up to date pull.