Codebase list liberasurecode / 4230042
Use ceph's GitHub mirrors for gf-complete/jerasure Apparently upstream now requires that you log in? Change-Id: I065ca37e5d69bb6ee3c7f00374af2e9c3da7739f Tim Burke 4 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
88 set -e
99 set -x
1010 cd $WORKSPACE
11 git clone http://lab.jerasure.org/jerasure/gf-complete.git
11 git clone https://github.com/ceph/gf-complete.git
1212 cd gf-complete
1313 ./autogen.sh
1414 ./configure
2424 set -e
2525 set -x
2626 cd $WORKSPACE
27 git clone http://lab.jerasure.org/jerasure/jerasure.git
27 git clone https://github.com/ceph/jerasure.git
2828 cd jerasure
2929 autoreconf --force --install
3030 ./configure