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