ceph/.gitmodules
Loic Dachary ddbb2f7b0a erasure-code: add gf-complete / jerasure submodules
Instead of copying the files in the ceph repository, which is less
convenient.

When building the headers are ignored, even though they do
not exist. When creating the tarbal with make dist, it fails because
they cannot be found. I misread src/gf_int.h to be include/gf_int.h and
wrongfully thought the submodules were to blame. This is why they were
removed shortly after being added.

Signed-off-by: Loic Dachary <loic@dachary.org>
2014-03-19 08:02:12 +01:00

18 lines
583 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/civetweb"]
path = src/civetweb
url = git://github.com/ceph/civetweb
[submodule "src/erasure-code/jerasure/jerasure"]
path = src/erasure-code/jerasure/jerasure
url = https://github.com/ceph/jerasure.git
branch = v2
[submodule "src/erasure-code/jerasure/gf-complete"]
path = src/erasure-code/jerasure/gf-complete
url = https://github.com/ceph/gf-complete.git
branch = v1