fix for concurrent builds

This commit is contained in:
Anthony Young 2011-11-15 13:03:19 -08:00
parent 1c48c891c7
commit 8326fd2038

View file

@ -34,7 +34,7 @@ fi
# Install deps if needed # Install deps if needed
DEPS="kvm libvirt-bin kpartx cloud-utils curl" DEPS="kvm libvirt-bin kpartx cloud-utils curl"
apt-get install -y --force-yes $DEPS apt-get install -y --force-yes $DEPS || true # allow this to fail gracefully for concurrent builds
# Where to store files and instances # Where to store files and instances
WORK_DIR=${WORK_DIR:-/opt/kvmstack} WORK_DIR=${WORK_DIR:-/opt/kvmstack}