1
0
mirror of https://github.com/golang/go synced 2024-09-28 18:04:28 -06:00

[dev.boringcrypto] misc/boring: remove -trust and individual reviewers

The -trust flag has become obsolete.

A list of individual reviewers may become out of date, and these
scripts (and their backports) are probably not the optimal place
for it.

Change-Id: Ibf1bc508f0192b160c955e3deabae34f4d1ab54c
Reviewed-on: https://go-review.googlesource.com/c/go/+/399538
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
This commit is contained in:
Dmitri Shuralyov 2022-04-12 14:54:51 -04:00
parent 4739b353bb
commit bc3e5d0ab7
2 changed files with 2 additions and 2 deletions

View File

@ -30,5 +30,5 @@ if ! git log --format=%B -n 1 | grep "\[$TARGET\] "; then
exit 1
fi
git codereview mail -r katie@golang.org,roland@golang.org,filippo@golang.org -trybot -trust HEAD
git codereview mail -trybot HEAD
cd - && git worktree remove "$WORKTREE"

View File

@ -28,7 +28,7 @@ done
git add RELEASES
git commit -m "misc/boring: add new releases to RELEASES file"
git codereview mail -r katie@golang.org,roland@golang.org,filippo@golang.org -trust
git codereview mail
rm *.tar.gz
cd - && git worktree remove "$WORKTREE"