Merge "Update some project URLs"
This commit is contained in:
commit
ec6074972d
@ -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
|
||||
|
||||
|
4
setup.py
4
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 '
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user