summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenDev Sysadmins <openstack-infra@lists.openstack.org>2019-04-19 19:50:14 +0000
committerOpenDev Sysadmins <openstack-infra@lists.openstack.org>2019-04-19 19:50:14 +0000
commit15ba2e40461fcc15f5fb9fcac1acb79ba2dd7bb9 (patch)
tree0a5d2496af1af99b238aca77376b6040e8ce7fca
parentcffa0e84cfdd43fd6c8118ad274c66e20d049ede (diff)
downloadpyeclib-15ba2e40461fcc15f5fb9fcac1acb79ba2dd7bb9.tar.gz
OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins as a part of the Git hosting and code review systems migration detailed in these mailing list posts: http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html Attempts have been made to correct repository namespaces and hostnames based on simple pattern matching, but it's possible some were updated incorrectly or missed entirely. Please reach out to us via the contact information listed at https://opendev.org/ with any questions you may have.
-rw-r--r--.gitreview4
-rw-r--r--.zuul.yaml10
-rw-r--r--playbooks/legacy/libec-pyeclib-unit-centos-7/run.yaml10
-rw-r--r--playbooks/legacy/libec-pyeclib-unit/run.yaml10
4 files changed, 17 insertions, 17 deletions
diff --git a/.gitreview b/.gitreview
index 42dc129..13a5013 100644
--- a/.gitreview
+++ b/.gitreview
@@ -1,4 +1,4 @@
[gerrit]
-host=review.openstack.org
+host=review.opendev.org
port=29418
-project=openstack/pyeclib.git
+project=x/pyeclib.git
diff --git a/.zuul.yaml b/.zuul.yaml
index 7d673e0..a79fada 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -1,5 +1,5 @@
- project:
- name: openstack/pyeclib
+ name: x/pyeclib
templates:
- openstack-python-jobs
- publish-to-pypi
@@ -36,8 +36,8 @@
timeout: 1800
nodeset: legacy-centos-7
required-projects:
- - openstack/liberasurecode
- - openstack/pyeclib
+ - x/liberasurecode
+ - x/pyeclib
- job:
name: libec-pyeclib-unit
@@ -45,5 +45,5 @@
run: playbooks/legacy/libec-pyeclib-unit/run.yaml
timeout: 1800
required-projects:
- - openstack/liberasurecode
- - openstack/pyeclib
+ - x/liberasurecode
+ - x/pyeclib
diff --git a/playbooks/legacy/libec-pyeclib-unit-centos-7/run.yaml b/playbooks/legacy/libec-pyeclib-unit-centos-7/run.yaml
index f51521f..55ccd25 100644
--- a/playbooks/legacy/libec-pyeclib-unit-centos-7/run.yaml
+++ b/playbooks/legacy/libec-pyeclib-unit-centos-7/run.yaml
@@ -16,11 +16,11 @@
set -x
cd $WORKSPACE
/usr/zuul-env/bin/zuul-cloner --cache-dir /opt/git \
- https://git.openstack.org \
- openstack/liberasurecode \
- openstack/pyeclib
+ https://opendev.org \
+ x/liberasurecode \
+ x/pyeclib
# build libec
- cd openstack/liberasurecode
+ cd x/liberasurecode
./autogen.sh
./configure
make
@@ -28,7 +28,7 @@
sudo bash -c "echo /usr/local/lib >> /etc/ld.so.conf"
sudo ldconfig
# test pyeclib
- cd $WORKSPACE/openstack/pyeclib
+ cd $WORKSPACE/x/pyeclib
tox -e py27
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
diff --git a/playbooks/legacy/libec-pyeclib-unit/run.yaml b/playbooks/legacy/libec-pyeclib-unit/run.yaml
index 5aa474f..8cb2f50 100644
--- a/playbooks/legacy/libec-pyeclib-unit/run.yaml
+++ b/playbooks/legacy/libec-pyeclib-unit/run.yaml
@@ -16,11 +16,11 @@
set -x
cd $WORKSPACE
/usr/zuul-env/bin/zuul-cloner --cache-dir /opt/git \
- https://git.openstack.org \
- openstack/liberasurecode \
- openstack/pyeclib
+ https://opendev.org \
+ x/liberasurecode \
+ x/pyeclib
# build libec
- cd openstack/liberasurecode
+ cd x/liberasurecode
./autogen.sh
./configure
make
@@ -28,7 +28,7 @@
sudo bash -c "echo /usr/local/lib >> /etc/ld.so.conf"
sudo ldconfig
# test pyeclib
- cd $WORKSPACE/openstack/pyeclib
+ cd $WORKSPACE/x/pyeclib
tox -e py27
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'