Attention is currently required from: Martin L Roth.
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/78184?usp=email
to look at the new patch set (#2).
The following approvals got outdated and were removed: Verified+1 by build bot (Jenkins)
Change subject: util/scripts: Add a script to find new users' commits on gerrit ......................................................................
util/scripts: Add a script to find new users' commits on gerrit
This script lists all new commits from users with few merged commits. By default, it looks at the last week, and considers anyone with fewer than 5 commits merged to be a new user.
Currently the only command line argument that's accepted is the gerrit username of the person running the query. To modify any of the other options, the values hard-coded into the script need to be updated.
To keep down the number of repeated queries, the script saves lists of users considered to be experienced, as well as the commits from new users that it lists.
Signed-off-by: Martin Roth gaumless@gmail.com Change-Id: Ic698798f3fddc77900c8c4e6f8427991bda3f2d1 --- M util/scripts/description.md A util/scripts/find_new_user_commits.sh 2 files changed, 121 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/84/78184/2