From db8f7f7253645b99fae4a42e09545653d9bd4e26 Mon Sep 17 00:00:00 2001 From: Anthony Young Date: Tue, 20 Sep 2011 02:12:46 -0700 Subject: [PATCH] when launching with lxc, warm cache with bzr milestone --- build_lxc.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build_lxc.sh b/build_lxc.sh index 69049cd..fbdfcd3 100755 --- a/build_lxc.sh +++ b/build_lxc.sh @@ -62,7 +62,9 @@ if [ ! -d $CACHEDIR ]; then chroot $CACHEDIR apt-get update chroot $CACHEDIR apt-get install -y --force-yes `cat files/apts/* | cut -d\# -f1 | egrep -v "(rabbitmq|libvirt-bin|mysql-server)"` chroot $CACHEDIR pip install `cat files/pips/*` - git clone https://github.com/cloudbuilders/nova.git $CACHEDIR/opt/nova + # FIXME (anthony) - provide ability to vary source locations + #git clone https://github.com/cloudbuilders/nova.git $CACHEDIR/opt/nova + bzr clone lp:~hudson-openstack/nova/milestone-proposed/ $CACHEDIR/opt/nova git clone https://github.com/cloudbuilders/openstackx.git $CACHEDIR/opt/openstackx git clone https://github.com/cloudbuilders/noVNC.git $CACHEDIR/opt/noVNC git clone https://github.com/cloudbuilders/openstack-dashboard.git $CACHEDIR/opt/dash