]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
erasure-code: add gf-complete / jerasure submodules 1503/head
authorLoic Dachary <loic@dachary.org>
Wed, 19 Mar 2014 06:56:41 +0000 (07:56 +0100)
committerLoic Dachary <loic@dachary.org>
Wed, 19 Mar 2014 07:02:12 +0000 (08:02 +0100)
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>
.gitmodules
src/erasure-code/jerasure/gf-complete [new submodule]
src/erasure-code/jerasure/jerasure [new submodule]

index 55ec09dbd47e4b951b535fc7351fca41bb70d647..b51c5094725e6b5ec3a595080749b35dfb1a1be5 100644 (file)
@@ -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
diff --git a/src/erasure-code/jerasure/gf-complete b/src/erasure-code/jerasure/gf-complete
new file mode 160000 (submodule)
index 0000000..a8ca2fb
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit a8ca2fb4ba0b5896474e1d809aae7550b79eef10
diff --git a/src/erasure-code/jerasure/jerasure b/src/erasure-code/jerasure/jerasure
new file mode 160000 (submodule)
index 0000000..db7abf8
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit db7abf84841933e2f7e51d2a3b4923f70eef6c62