]> Cypherpunks repositories - gostls13.git/commitdiff
[dev.boringcrypto] misc/boring: remove -trust and individual reviewers
authorDmitri Shuralyov <dmitshur@golang.org>
Tue, 12 Apr 2022 18:54:51 +0000 (14:54 -0400)
committerDmitri Shuralyov <dmitshur@golang.org>
Wed, 13 Apr 2022 15:20:22 +0000 (15:20 +0000)
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>
misc/boring/merge.sh
misc/boring/release.sh

index b897a5ba6615b49d6181ebabb2d43efd44a61c09..b158a90fa9f14b629c7445e96fe05a761651ad71 100755 (executable)
@@ -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"
index 457ab39039d3430b299387331242915b5d449853..6ab440c91bf8f8c3a8368ec88f59ec7f84842d4b 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,roland@golang.org,filippo@golang.org -trust
+git codereview mail
 
 rm *.tar.gz
 cd - && git worktree remove "$WORKTREE"