From fc57227aebb0b3360ac6063463d7550a49cb0897 Mon Sep 17 00:00:00 2001 From: tangwz Date: Wed, 23 Nov 2022 22:27:15 +0800 Subject: [PATCH] fix: use curve's repo. Signed-off-by: tangwz --- replace-curve-repo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/replace-curve-repo.sh b/replace-curve-repo.sh index ec058ea2da..7705bf0088 100755 --- a/replace-curve-repo.sh +++ b/replace-curve-repo.sh @@ -6,7 +6,7 @@ sed -i "s;https://dl.google.com/go/go1.12.8.linux-amd64.tar.gz;https://curve-bui sed -i "s;https://github.com/etcd-io/etcd;https://gitee.com/mirrors/etcd;g" thirdparties/etcdclient/Makefile # braft -sed -i "s;https://github.com/baidu/braft;https://gitee.com/baidu/braft;g" WORKSPACE +sed -i "s;https://github.com/baidu/braft;https://gitee.com/NetEase_Curve/braft;g" WORKSPACE # zlib sed -i "s;https://zlib.net/zlib-1.2.11.tar.gz;https://curve-build.nos-eastchina1.126.net/zlib-1.2.11.tar.gz;g" WORKSPACE