source stackrc

This commit is contained in:
Anthony Young 2011-11-02 07:50:27 -05:00
parent 2cec3dc846
commit af6ed6b1b5

View File

@ -7,6 +7,12 @@ if [ ! -e ../../localrc ]; then
exit 1
fi
# This directory
TOP_DIR=$(cd $(dirname "$0") && pwd)
# Source params
cd ../.. && source ./stackrc && cd $TOP_DIR
# Echo commands
set -o xtrace
@ -41,9 +47,6 @@ GUEST_PASSWORD=${GUEST_PASSWORD:-secrete}
# Size of image
VDI_MB=${VDI_MB:-2500}
# This directory
TOP_DIR=$(cd $(dirname "$0") && pwd)
# Make sure we have git
if ! which git; then
GITDIR=/tmp/git-1.7.7