summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2020-09-23 16:54:57 -0700
committerTim Burke <tim.burke@gmail.com>2020-09-23 21:55:28 -0700
commitf2f83215b67749579c6d49f57b395c2e7928c499 (patch)
treeb44abe22519a581c1a3db6cd2bd656c383ea3238
parent2c10fdf2b3ad638105ebb07082959c22948096ca (diff)
downloadpyeclib-f2f83215b67749579c6d49f57b395c2e7928c499.tar.gz
Fix liberasurecode-git tox target
Change-Id: Ia4e4421d9e8bb530aafa495ae7f80645bb2cf5fa Related-Change: I065ca37e5d69bb6ee3c7f00374af2e9c3da7739f
-rwxr-xr-xtools/pip-install-with-liberasurecode.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/pip-install-with-liberasurecode.sh b/tools/pip-install-with-liberasurecode.sh
index 99e022b..10a8093 100755
--- a/tools/pip-install-with-liberasurecode.sh
+++ b/tools/pip-install-with-liberasurecode.sh
@@ -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