From: Yuan Zhou Date: Wed, 28 Jan 2015 06:19:49 +0000 (+0800) Subject: Update git submodule to use the same https protocol X-Git-Tag: v0.93~171^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F3508%2Fhead;p=ceph.git Update git submodule to use the same https protocol Make more convenient for hosts with git protocol blocked Signed-off-by: Yuan Zhou --- diff --git a/.gitmodules b/.gitmodules index c24398f504e..02c11f15d47 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,12 +1,12 @@ [submodule "ceph-object-corpus"] path = ceph-object-corpus - url = git://github.com/ceph/ceph-object-corpus.git + url = https://github.com/ceph/ceph-object-corpus.git [submodule "src/libs3"] path = src/libs3 - url = git://github.com/ceph/libs3.git + url = https://github.com/ceph/libs3.git [submodule "src/civetweb"] path = src/civetweb - url = git://github.com/ceph/civetweb + url = https://github.com/ceph/civetweb [submodule "src/erasure-code/jerasure/jerasure"] path = src/erasure-code/jerasure/jerasure url = https://github.com/ceph/jerasure.git @@ -17,7 +17,7 @@ branch = v2-ceph [submodule "src/rocksdb"] path = src/rocksdb - url = git://github.com/ceph/rocksdb + url = https://github.com/ceph/rocksdb ignore = dirty [submodule "ceph-erasure-code-corpus"] path = ceph-erasure-code-corpus