From e4cc1733a2842424e8c66e766d1f9dcd8b6785e2 Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Tue, 1 Jun 2021 12:21:59 -0700 Subject: Update some project URLs Change-Id: I8945117faa1e8d0c9029e990c1060e6ee78100ed --- README.rst | 2 +- setup.py | 4 ++-- tools/pip-install-with-liberasurecode.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index e00ea65..733d05d 100644 --- a/README.rst +++ b/README.rst @@ -124,7 +124,7 @@ References [2] Greenan, Kevin M et al, "Flat XOR-based erasure codes in storage systems", http://www.kaymgee.com/Kevin_Greenan/Publications_files/greenan-msst10.pdf -[3] liberasurecode, C API abstraction layer for erasure coding backends, https://github.com/openstack/liberasurecode +[3] liberasurecode, C API abstraction layer for erasure coding backends, https://opendev.org/openstack/liberasurecode [4] Intel(R) Storage Acceleration Library (Open Source Version), https://01.org/intel%C2%AE-storage-acceleration-library-open-source-version diff --git a/setup.py b/setup.py index cf7e40b..bbfbc83 100644 --- a/setup.py +++ b/setup.py @@ -104,7 +104,7 @@ class build(_build): def check_liberasure(self): library_basename = "liberasurecode" library_version = "1" - library_url = "https://github.com/openstack/liberasurecode" + library_url = "https://opendev.org/openstack/liberasurecode" found_path = _find_library("erasurecode") if found_path: @@ -230,7 +230,7 @@ setup(name='pyeclib', author_email='kmgreen2@gmail.com', maintainer='Kevin Greenan and Tushar Gohad', maintainer_email='kmgreen2@gmail.com, tusharsg@gmail.com', - url='http://git.openstack.org/cgit/openstack/pyeclib/', + url='https://opendev.org/openstack/pyeclib', bugtrack_url='https://bugs.launchpad.net/pyeclib', description=('This library provides a simple Python interface for ' 'implementing erasure codes. To obtain the best possible ' diff --git a/tools/pip-install-with-liberasurecode.sh b/tools/pip-install-with-liberasurecode.sh index 10a8093..568af9b 100755 --- a/tools/pip-install-with-liberasurecode.sh +++ b/tools/pip-install-with-liberasurecode.sh @@ -49,7 +49,7 @@ if [ -z "$LIBERASURECODE_DIR" ]; then exit 1 fi if [ ! -d "$LIBERASURECODE_DIR" ]; then - git clone https://git.openstack.org/openstack/liberasurecode "$LIBERASURECODE_DIR" + git clone https://opendev.org/openstack/liberasurecode.git "$LIBERASURECODE_DIR" fi pushd "$LIBERASURECODE_DIR" if [ -n "$LIBERASURECODE_REF" ]; then -- cgit v1.2.1