You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by en...@apache.org on 2017/07/26 21:01:31 UTC

hbase git commit: HBASE-18338 [C++] Implement RpcTestServer - ADDENDUM to fix rsync for new proto files

Repository: hbase
Updated Branches:
  refs/heads/HBASE-14850 72f3582e5 -> d6c720b8f


HBASE-18338 [C++] Implement RpcTestServer - ADDENDUM to fix rsync for new proto files


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/d6c720b8
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/d6c720b8
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/d6c720b8

Branch: refs/heads/HBASE-14850
Commit: d6c720b8f3938330da815a8e0b013fb15d027811
Parents: 72f3582
Author: Enis Soztutar <en...@apache.org>
Authored: Wed Jul 26 14:01:01 2017 -0700
Committer: Enis Soztutar <en...@apache.org>
Committed: Wed Jul 26 14:01:01 2017 -0700

----------------------------------------------------------------------
 hbase-native-client/bin/copy-protobuf.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/d6c720b8/hbase-native-client/bin/copy-protobuf.sh
----------------------------------------------------------------------
diff --git a/hbase-native-client/bin/copy-protobuf.sh b/hbase-native-client/bin/copy-protobuf.sh
index 36541cf..f727800 100755
--- a/hbase-native-client/bin/copy-protobuf.sh
+++ b/hbase-native-client/bin/copy-protobuf.sh
@@ -21,4 +21,4 @@ IFS=$'\n\t'
 BIN_DIR=$(dirname "$0")
 PB_SOURCE_DIR="${BIN_DIR}/../../hbase-protocol/src/main/protobuf/"
 PB_DEST_DIR="${BIN_DIR}/../if/"
-rsync -r --delete --exclude BUCK ${PB_SOURCE_DIR} ${PB_DEST_DIR}
+rsync -r --exclude BUCK ${PB_SOURCE_DIR} ${PB_DEST_DIR}