Browse code

when launching with lxc, warm cache with bzr milestone

Anthony Young authored on 2011/09/20 18:12:46
Showing 1 changed files
... ...
@@ -62,7 +62,9 @@ if [ ! -d $CACHEDIR ]; then
62 62
     chroot $CACHEDIR apt-get update
63 63
     chroot $CACHEDIR apt-get install -y --force-yes `cat files/apts/* | cut -d\# -f1 | egrep -v "(rabbitmq|libvirt-bin|mysql-server)"`
64 64
     chroot $CACHEDIR pip install `cat files/pips/*`
65
-    git clone https://github.com/cloudbuilders/nova.git $CACHEDIR/opt/nova
65
+    # FIXME (anthony) - provide ability to vary source locations
66
+    #git clone https://github.com/cloudbuilders/nova.git $CACHEDIR/opt/nova
67
+    bzr clone lp:~hudson-openstack/nova/milestone-proposed/ $CACHEDIR/opt/nova
66 68
     git clone https://github.com/cloudbuilders/openstackx.git $CACHEDIR/opt/openstackx
67 69
     git clone https://github.com/cloudbuilders/noVNC.git $CACHEDIR/opt/noVNC
68 70
     git clone https://github.com/cloudbuilders/openstack-dashboard.git $CACHEDIR/opt/dash