Update some project URLs

Change-Id: I8945117faa1e8d0c9029e990c1060e6ee78100ed
This commit is contained in:
Tim Burke 2021-06-01 12:21:59 -07:00
parent 04b0e24fee
commit e4cc1733a2
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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 '

View File

@ -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