Skip to content

Commit

Permalink
point to git url for jerasure and gf-complete, update rebar3
Browse files Browse the repository at this point in the history
  • Loading branch information
vihu committed Sep 6, 2018
1 parent e14052d commit ec0eeee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions c_src/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ JE_VERSION="de1739cc8483696506829b52e7fda4f6bb195e6a"


if [ ! -d c_src/gf-complete ]; then
git clone http://lab.jerasure.org/jerasure/gf-complete.git c_src/gf-complete
git clone http://github.com/ceph/gf-complete.git c_src/gf-complete
fi

cd c_src/gf-complete
Expand All @@ -32,7 +32,7 @@ fi
cd ../..

if [ ! -d c_src/jerasure ]; then
git clone http://lab.jerasure.org/jerasure/jerasure.git c_src/jerasure
git clone http://github.com/ceph/jerasure.git c_src/jerasure
fi

cd c_src/jerasure
Expand Down
Binary file modified rebar3
Binary file not shown.

0 comments on commit ec0eeee

Please sign in to comment.