mirror of
https://github.com/golang/go
synced 2024-11-11 19:51:37 -07:00
[dev.boringcrypto] misc/boring: add -trust and roland@ to merge.sh and release.sh
Change-Id: Ic52948d0a0f353760b186c83df8648650457e965 Reviewed-on: https://go-review.googlesource.com/c/go/+/285032 Trust: Filippo Valsorda <filippo@golang.org> Reviewed-by: Roland Shoemaker <roland@golang.org>
This commit is contained in:
parent
e5c7bd0efa
commit
f22137d785
@ -28,5 +28,5 @@ if ! git log --format=%B -n 1 | grep "\[$TARGET\] "; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
git codereview mail -r katie@golang.org,filippo@golang.org -trybot HEAD
|
||||
git codereview mail -r katie@golang.org,roland@golang.org,filippo@golang.org -trybot -trust HEAD
|
||||
cd - && git worktree remove "$WORKTREE"
|
||||
|
@ -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,filippo@golang.org
|
||||
git codereview mail -r katie@golang.org,roland@golang.org,filippo@golang.org -trust
|
||||
|
||||
rm *.tar.gz
|
||||
cd - && git worktree remove "$WORKTREE"
|
||||
|
Loading…
Reference in New Issue
Block a user