Merge "stackrc: Make REQUIREMENTS_DIR configurable"

This commit is contained in:
Zuul 2019-12-05 02:09:00 +00:00 committed by Gerrit Code Review
commit eeb444bc43

View File

@ -240,7 +240,7 @@ WSGI_MODE=${WSGI_MODE:-"uwsgi"}
GIT_BASE=${GIT_BASE:-https://opendev.org} GIT_BASE=${GIT_BASE:-https://opendev.org}
# The location of REQUIREMENTS once cloned # The location of REQUIREMENTS once cloned
REQUIREMENTS_DIR=$DEST/requirements REQUIREMENTS_DIR=${REQUIREMENTS_DIR:-$DEST/requirements}
# Which libraries should we install from git instead of using released # Which libraries should we install from git instead of using released
# versions on pypi? # versions on pypi?