Merge "Set curl as the default source install method"

This commit is contained in:
Jenkins 2015-08-08 06:13:27 +00:00 committed by Gerrit Code Review
commit 0b63b64d05
4 changed files with 1 additions and 4 deletions

View File

@ -2,7 +2,6 @@
COMPONENT=cinder
SOURCE_INSTALL_AVAILABLE=1
SOURCE_INSTALL_METHOD=curl
# Used for git install method
: ${CLONE_FROM:=https://github.com/openstack/cinder}

View File

@ -1,6 +1,5 @@
# Build info specific to this image. All values can be overridden in .buildconf
SOURCE_INSTALL_METHOD=curl
COMPONENT=neutron
SOURCE_INSTALL_AVAILABLE=1

View File

@ -1,6 +1,5 @@
# Build info specific to this image. All values can be overridden in .buildconf
SOURCE_INSTALL_METHOD=curl
COMPONENT=nova
SOURCE_INSTALL_AVAILABLE=1

View File

@ -2,7 +2,7 @@
set -e
: ${SOURCE_INSTALL_METHOD:=git}
: ${SOURCE_INSTALL_METHOD:=curl}
: ${GIT_REF:=master}
: ${LOCAL_SOURCE:=/tmp/${COMPONENT}}