commit | 8326fd2038945aacc3a44dbf073773925b590094 | [log] [tgz] |
---|---|---|
author | Anthony Young <sleepsonthefloor@gmail.com> | Tue Nov 15 13:03:19 2011 -0800 |
committer | Anthony Young <sleepsonthefloor@gmail.com> | Tue Nov 15 13:03:19 2011 -0800 |
tree | 0ca4917899ce48c7699dc2742eb60b299d0f7889 | |
parent | 1c48c891c74854020047ac291a8356843849237d [diff] [blame] |
fix for concurrent builds
diff --git a/tools/build_uec.sh b/tools/build_uec.sh index 39c0d17..2a578fc 100755 --- a/tools/build_uec.sh +++ b/tools/build_uec.sh
@@ -34,7 +34,7 @@ # Install deps if needed 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 WORK_DIR=${WORK_DIR:-/opt/kvmstack}