Skip to content

Commit

Permalink
erasure-code: add gf-complete / jerasure submodules
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Loic Dachary committed Mar 19, 2014
1 parent 5c34a0f commit ddbb2f7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitmodules
Expand Up @@ -7,3 +7,11 @@
[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
1 change: 1 addition & 0 deletions src/erasure-code/jerasure/gf-complete
Submodule gf-complete added at a8ca2f
1 change: 1 addition & 0 deletions src/erasure-code/jerasure/jerasure
Submodule jerasure added at db7abf

0 comments on commit ddbb2f7

Please sign in to comment.