mirror of
https://github.com/golang/go.git
synced 2025-05-07 16:43:03 +00: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:
parent
4739b353bb
commit
bc3e5d0ab7
@ -30,5 +30,5 @@ if ! git log --format=%B -n 1 | grep "\[$TARGET\] "; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
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"
|
cd - && git worktree remove "$WORKTREE"
|
||||||
|
@ -28,7 +28,7 @@ done
|
|||||||
|
|
||||||
git add RELEASES
|
git add RELEASES
|
||||||
git commit -m "misc/boring: add new releases to RELEASES file"
|
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
|
rm *.tar.gz
|
||||||
cd - && git worktree remove "$WORKTREE"
|
cd - && git worktree remove "$WORKTREE"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user