mirror of https://github.com/tikv/client-java.git
modify proto.sh
Signed-off-by: birdstorm <samuelwyf@hotmail.com>
This commit is contained in:
parent
20cd53c476
commit
c1e36c58d4
|
@ -15,19 +15,19 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
if [ -d "kvproto" ]; then
|
if [ -d "kvproto" ]; then
|
||||||
cd kvproto; git fetch -p; git pull origin rename_java_package; cd ..
|
cd kvproto; git pull origin master; cd ..
|
||||||
else
|
else
|
||||||
git clone https://github.com/birdstorm/kvproto; cd kvproto; git checkout rename_java_package; cd ..
|
git clone https://github.com/pingcap/kvproto
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -d "raft-rs" ]; then
|
if [ -d "raft-rs" ]; then
|
||||||
cd raft-rs; git fetch -p; git pull origin master; cd ..
|
cd raft-rs; git pull origin master; cd ..
|
||||||
else
|
else
|
||||||
git clone https://github.com/pingcap/raft-rs
|
git clone https://github.com/pingcap/raft-rs
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -d "tipb" ]; then
|
if [ -d "tipb" ]; then
|
||||||
cd tipb; git fetch -p; git pull origin master; cd ..
|
cd tipb; git pull origin master; cd ..
|
||||||
else
|
else
|
||||||
git clone https://github.com/pingcap/tipb
|
git clone https://github.com/pingcap/tipb
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue