Use ceph's GitHub mirrors for gf-complete/jerasure

Apparently upstream now requires that you log in?

Change-Id: I065ca37e5d69bb6ee3c7f00374af2e9c3da7739f
This commit is contained in:
Tim Burke 2020-03-12 23:51:53 -07:00
parent 03aa44f7d2
commit 4230042476
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
set -e
set -x
cd $WORKSPACE
git clone http://lab.jerasure.org/jerasure/gf-complete.git
git clone https://github.com/ceph/gf-complete.git
cd gf-complete
./autogen.sh
./configure
@ -25,7 +25,7 @@
set -e
set -x
cd $WORKSPACE
git clone http://lab.jerasure.org/jerasure/jerasure.git
git clone https://github.com/ceph/jerasure.git
cd jerasure
autoreconf --force --install
./configure