]> Cypherpunks repositories - gostls13.git/commitdiff
[dev.boringcrypto] misc/boring: add -trust and roland@ to merge.sh and release.sh
authorFilippo Valsorda <filippo@golang.org>
Wed, 20 Jan 2021 19:28:57 +0000 (20:28 +0100)
committerFilippo Valsorda <filippo@golang.org>
Wed, 20 Jan 2021 20:10:30 +0000 (20:10 +0000)
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>
misc/boring/merge.sh
misc/boring/release.sh

index 7f1a39c48ed99186bd0626103633862216354b7d..9e13e148007fe8598e4e8b15cc5e6fb19f318125 100755 (executable)
@@ -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"
index e7168bfbd8c88f59c71bdbd2d9adee0f8928bcd5..457ab39039d3430b299387331242915b5d449853 100755 (executable)
@@ -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"