From fda050e5719069cf85c0fdb325997ad7b5050b56 Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Sun, 21 Apr 2019 16:08:20 -0500 Subject: [PATCH] Followup opendev cleanup and test jobs Change-Id: Iabab934d95f394af37ce70b3ee63761503fcb847 Signed-off-by: Dean Troyer --- README.rst | 9 +++++---- toCOPY/finishSetup.sh | 2 +- tox.ini | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 837f7268..7c87ebab 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,6 @@ -stx-tools -========= +===== +tools +===== StarlingX Build Tools --------------------- @@ -279,7 +280,7 @@ Initialize the source tree. .. code-block:: bash cd $MY_REPO_ROOT_DIR - repo init -u https://git.openstack.org/openstack/stx-manifest.git -m default.xml + repo init -u https://opendev.org/starlingx/manifest.git -m default.xml repo sync To generate cgcs-centos-repo @@ -330,7 +331,7 @@ built by this build system. The symptom of this issue is that even if the build is successful, the ISO will be unable to boot. For more specific instructions on how to solve this issue, please the -README on ``installer`` folder in ``stx-beas`` repository. +README on ``installer`` folder in ``metal`` repository. WARNING HACK WARNING -------------------- diff --git a/toCOPY/finishSetup.sh b/toCOPY/finishSetup.sh index 8b67c515..75072080 100755 --- a/toCOPY/finishSetup.sh +++ b/toCOPY/finishSetup.sh @@ -46,7 +46,7 @@ To ease checkout do: ssh-add To start a fresh source tree: cd \$MY_REPO_ROOT_DIR - repo init -u https://git.starlingx.io/stx-manifest.git -m default.xml + repo init -u https://opendev.org/starlingx/manifest.git -m default.xml To build all packages: cd \$MY_REPO build-pkgs or build-pkgs diff --git a/tox.ini b/tox.ini index 518f63a6..ada40858 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ minversion = 2.3 skipsdist = True [testenv] -install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages} +install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/upper-constraints.txt} {opts} {packages} setenv = VIRTUAL_ENV={envdir} OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1