Skip to content

Commit

Permalink
Update git submodule to use the same https protocol
Browse files Browse the repository at this point in the history
Make more convenient for hosts with git protocol blocked

Signed-off-by: Yuan Zhou <[email protected]>
  • Loading branch information
zhouyuan committed Jan 28, 2015
1 parent 0c5e458 commit 6939e8c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 6939e8c

Please sign in to comment.