source stackrc
This commit is contained in:
parent
2cec3dc846
commit
af6ed6b1b5
1 changed files with 6 additions and 3 deletions
|
@ -7,6 +7,12 @@ if [ ! -e ../../localrc ]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# This directory
|
||||||
|
TOP_DIR=$(cd $(dirname "$0") && pwd)
|
||||||
|
|
||||||
|
# Source params
|
||||||
|
cd ../.. && source ./stackrc && cd $TOP_DIR
|
||||||
|
|
||||||
# Echo commands
|
# Echo commands
|
||||||
set -o xtrace
|
set -o xtrace
|
||||||
|
|
||||||
|
@ -41,9 +47,6 @@ GUEST_PASSWORD=${GUEST_PASSWORD:-secrete}
|
||||||
# Size of image
|
# Size of image
|
||||||
VDI_MB=${VDI_MB:-2500}
|
VDI_MB=${VDI_MB:-2500}
|
||||||
|
|
||||||
# This directory
|
|
||||||
TOP_DIR=$(cd $(dirname "$0") && pwd)
|
|
||||||
|
|
||||||
# Make sure we have git
|
# Make sure we have git
|
||||||
if ! which git; then
|
if ! which git; then
|
||||||
GITDIR=/tmp/git-1.7.7
|
GITDIR=/tmp/git-1.7.7
|
||||||
|
|
Loading…
Reference in a new issue