Fix liberasurecode-git tox target

Change-Id: Ia4e4421d9e8bb530aafa495ae7f80645bb2cf5fa
Related-Change: I065ca37e5d69bb6ee3c7f00374af2e9c3da7739f
This commit is contained in:
Tim Burke 2020-09-23 16:54:57 -07:00
parent 2c10fdf2b3
commit f2f83215b6
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ fi
if [ -n "$GFCOMPLETE_DIR" ]; then
if [ ! -d "$GFCOMPLETE_DIR" ]; then
git clone http://lab.jerasure.org/jerasure/gf-complete.git "$GFCOMPLETE_DIR"
git clone https://github.com/ceph/gf-complete.git "$GFCOMPLETE_DIR"
fi
pushd "$GFCOMPLETE_DIR"
./autogen.sh
@ -34,7 +34,7 @@ if [ -n "$JERASURE_DIR" ]; then
exit 1
fi
if [ ! -d "$JERASURE_DIR" ]; then
git clone http://lab.jerasure.org/jerasure/jerasure.git "$JERASURE_DIR"
git clone https://github.com/ceph/jerasure.git "$JERASURE_DIR"
fi
pushd "$JERASURE_DIR"
autoreconf --force --install