Browse code

Merge "stackrc: Make REQUIREMENTS_DIR configurable"

Zuul authored on 2019/12/05 11:09:00
Showing 1 changed files
... ...
@@ -240,7 +240,7 @@ WSGI_MODE=${WSGI_MODE:-"uwsgi"}
240 240
 GIT_BASE=${GIT_BASE:-https://opendev.org}
241 241
 
242 242
 # The location of REQUIREMENTS once cloned
243
-REQUIREMENTS_DIR=$DEST/requirements
243
+REQUIREMENTS_DIR=${REQUIREMENTS_DIR:-$DEST/requirements}
244 244
 
245 245
 # Which libraries should we install from git instead of using released
246 246
 # versions on pypi?