Skip to content

Commit

Permalink
[dev.boringcrypto] misc/boring: add -trust and roland@ to merge.sh an…
Browse files Browse the repository at this point in the history
…d 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>
  • Loading branch information
FiloSottile committed Jan 20, 2021
1 parent e5c7bd0 commit f22137d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion misc/boring/merge.sh
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion misc/boring/release.sh
Expand Up @@ -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"

0 comments on commit f22137d

Please sign in to comment.