]> Cypherpunks repositories - gostls13.git/commitdiff
[dev.boringcrypto] misc/boring: update default CL reviewer to katie@golang.org
authorFilippo Valsorda <filippo@golang.org>
Wed, 5 Feb 2020 19:36:25 +0000 (14:36 -0500)
committerFilippo Valsorda <filippo@golang.org>
Wed, 5 Feb 2020 21:02:59 +0000 (21:02 +0000)
Change-Id: Ifd022eb762f78f0b86f8fa7834c2dd891e4a35fc
Reviewed-on: https://go-review.googlesource.com/c/go/+/217937
Reviewed-by: Katie Hockman <katie@golang.org>
misc/boring/merge.sh
misc/boring/release.sh

index 6d13ade23c7d2a84ba7b70cfae03a0cd3b70abc1..9809b224b349b88ab1b7213d8500d6894d4a495e 100755 (executable)
@@ -28,5 +28,5 @@ if ! git log --format=%B -n 1 | grep "\[dev.boringcrypto"; then
     exit 1
 fi
 
-git codereview mail -r dmitshur@golang.org,filippo@golang.org -trybot HEAD
+git codereview mail -r katie@golang.org,filippo@golang.org -trybot HEAD
 cd - && git worktree remove "$WORKTREE"
index 1f7b4831838ea3bfa9a757ed51eec9831fa359d9..09a11db5c5c8404add1e5b44a511e622630f10ac 100755 (executable)
@@ -26,7 +26,7 @@ done
 
 git add RELEASES
 git commit -m "misc/boring: add new releases to RELEASES file"
-git codereview mail -r dmitshur@golang.org,filippo@golang.org
+git codereview mail -r katie@golang.org,filippo@golang.org
 
 rm *.tar.gz
 cd - && git worktree remove "$WORKTREE"