diff --git a/README.rst b/README.rst index 55147068..b604a7a0 100644 --- a/README.rst +++ b/README.rst @@ -56,7 +56,7 @@ Agent Plugin details `github.com/openstack/monasca-agent/docs/Plugins.md `__ * License: Simplified BSD License -* Source: http://git.openstack.org/cgit/openstack/monasca-agent +* Source: https://opendev.org/openstack/monasca-agent * Bugs: https://storyboard.openstack.org/#!/project/861 (please use `bug` tag) .. |Team and repository tags| image:: https://governance.openstack.org/tc/badges/monasca-agent.svg diff --git a/docker/collector/build_image.sh b/docker/collector/build_image.sh index 3cefab62..a23d73b0 100755 --- a/docker/collector/build_image.sh +++ b/docker/collector/build_image.sh @@ -64,7 +64,7 @@ GITHUB_REPO=$(echo "$APP_REPO" | sed 's/git.openstack.org/github.com/' | \ if [ -z "$CONSTRAINTS_FILE" ]; then CONSTRAINTS_FILE=$(\grep CONSTRAINTS_FILE Dockerfile | cut -f2 -d"=") || true - : "${CONSTRAINTS_FILE:=http://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}" + : "${CONSTRAINTS_FILE:=https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}" fi : "${CONSTRAINTS_BRANCH:=$2}" diff --git a/docker/forwarder/build_image.sh b/docker/forwarder/build_image.sh index aa1f8f48..15d2d689 100755 --- a/docker/forwarder/build_image.sh +++ b/docker/forwarder/build_image.sh @@ -64,7 +64,7 @@ GITHUB_REPO=$(echo "$APP_REPO" | sed 's/git.openstack.org/github.com/' | \ if [ -z "$CONSTRAINTS_FILE" ]; then CONSTRAINTS_FILE=$(\grep CONSTRAINTS_FILE Dockerfile | cut -f2 -d"=") || true - : "${CONSTRAINTS_FILE:=http://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}" + : "${CONSTRAINTS_FILE:=https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}" fi : "${CONSTRAINTS_BRANCH:=$2}" diff --git a/tox.ini b/tox.ini index 831139c0..287c98a5 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ setenv = passenv = *_proxy *_PROXY deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} + -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} -r{toxinidir}/test-requirements.txt -r{toxinidir}/requirements.txt whitelist_externals = bash