Skip to content

Commit

Permalink
erasure-code: use jerasure as submodules
Browse files Browse the repository at this point in the history
Now that there is a git repository to refer to, it will be good for
maintenance. Pin the version to stable branches.

http://tracker.ceph.com/issues/7599 refs ceph#7599

Signed-off-by: Loic Dachary <[email protected]>
  • Loading branch information
Loic Dachary committed Mar 10, 2014
1 parent eb6ffdb commit 4105ab8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,11 @@
[submodule "src/civetweb"]
path = src/civetweb
url = git://github.com/ceph/civetweb
[submodule "src/erasure-code/jerasure/gf-complete"]
path = src/erasure-code/jerasure/gf-complete
url = https://bitbucket.org/jimplank/gf-complete.git
branch = v1
[submodule "src/erasure-code/jerasure/jerasure"]
path = src/erasure-code/jerasure/jerasure
url = https://bitbucket.org/jimplank/jerasure.git
branch = v2
1 change: 1 addition & 0 deletions src/erasure-code/jerasure/gf-complete
Submodule gf-complete added at f8ff1e
1 change: 1 addition & 0 deletions src/erasure-code/jerasure/jerasure
Submodule jerasure added at df3db5

0 comments on commit 4105ab8

Please sign in to comment.