Merge "Pass in GIT_BASE when calling stack.sh"

This commit is contained in:
Jenkins 2014-01-25 16:19:57 +00:00 committed by Gerrit Code Review
commit ad03790eb0
2 changed files with 2 additions and 1 deletions

View File

@ -172,7 +172,7 @@ if [[ "$RUN_BASE" == "True" ]]; then
echo_summary "Running base stack.sh"
cd $BASE_DEVSTACK_DIR
./stack.sh
GIT_BASE=$GIT_BASE ./stack.sh
stop $STOP stack.sh 10
# Cache downloaded instances

View File

@ -5,6 +5,7 @@ RC_DIR=$(cd $(dirname "$BASH_SOURCE") && pwd)
# Base GIT Repo URL
# Another option is http://review.openstack.org/p
# Another option is https://git.openstack.org
GIT_BASE=https://github.com
#GIT_BASE=/opt/git