]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Update git submodule to use the same https protocol 3508/head
authorYuan Zhou <yuan.zhou@intel.com>
Wed, 28 Jan 2015 06:19:49 +0000 (14:19 +0800)
committerYuan Zhou <yuan.zhou@intel.com>
Wed, 28 Jan 2015 06:23:12 +0000 (14:23 +0800)
Make more convenient for hosts with git protocol blocked

Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
.gitmodules

index c24398f504e62d9048c43ef481ca8eeb539d7eb3..02c11f15d47be9cb4ca8dac26a91c5c96e934b83 100644 (file)
@@ -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