ceph/.gitmodules
Yehuda Sadeh f2f74754c9 rgw: switch mongoose to civetweb
Fixes: #7054
mongoose is now GPL, using the civetweb fork instead.

Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
2014-01-23 09:40:59 -08:00

13 lines
364 B
Plaintext

[submodule "ceph-object-corpus"]
path = ceph-object-corpus
url = git://ceph.com/git/ceph-object-corpus.git
[submodule "src/libs3"]
path = src/libs3
url = git://github.com/ceph/libs3.git
[submodule "src/mongoose"]
path = src/mongoose
url = git://github.com/ceph/mongoose.git
[submodule "src/civetweb"]
path = src/civetweb
url = git@github.com:ceph/civetweb