From f2f83215b67749579c6d49f57b395c2e7928c499 Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Wed, 23 Sep 2020 16:54:57 -0700 Subject: Fix liberasurecode-git tox target Change-Id: Ia4e4421d9e8bb530aafa495ae7f80645bb2cf5fa Related-Change: I065ca37e5d69bb6ee3c7f00374af2e9c3da7739f --- tools/pip-install-with-liberasurecode.sh | 4 ++-- 1 file 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 -- cgit v1.2.1