Browse code

only download - don't install apts - also pip install

Jesse Andrews authored on 2011/11/04 05:52:37
Showing 1 changed files
... ...
@@ -145,9 +145,8 @@ function git_clone {
145 145
 # Make sure that base requirements are installed
146 146
 cp /etc/resolv.conf $COPY_DIR/etc/resolv.conf
147 147
 chroot $COPY_DIR apt-get update
148
-chroot $COPY_DIR apt-get install -y --force-yes `cat files/apts/* | cut -d\# -f1 | egrep -v "(rabbitmq|libvirt-bin|mysql-server|memcached)"`
149
-chroot $COPY_DIR apt-get install -y --download-only rabbitmq-server libvirt-bin mysql-server
150
-chroot $COPY_DIR pip install `cat files/pips/*`
148
+chroot $COPY_DIR apt-get install -y --download-only `cat files/apts/* | cut -d\# -f1`
149
+chroot $COPY_DIR apt-get install -y --force-yes `cat files/apts/general`
151 150
 
152 151
 # Clean out code repos if directed to do so
153 152
 if [ "$CLEAN" = "1" ]; then