Merge "Change the GIT_BASE default to https://opendev.org"

This commit is contained in:
Zuul
2019-06-24 20:14:06 +00:00
committed by Gerrit Code Review

View File

@@ -237,7 +237,7 @@ WSGI_MODE=${WSGI_MODE:-"uwsgi"}
# ------------
# Base GIT Repo URL
GIT_BASE=${GIT_BASE:-https://git.openstack.org}
GIT_BASE=${GIT_BASE:-https://opendev.org}
# The location of REQUIREMENTS once cloned
REQUIREMENTS_DIR=$DEST/requirements