We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df5e994 commit 1468133Copy full SHA for 1468133
1 file changed
tools/build_libvirt.sh
@@ -145,9 +145,8 @@ function git_clone {
145
# Make sure that base requirements are installed
146
cp /etc/resolv.conf $COPY_DIR/etc/resolv.conf
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/*`
+chroot $COPY_DIR apt-get install -y --download-only `cat files/apts/* | cut -d\# -f1`
+chroot $COPY_DIR apt-get install -y --force-yes `cat files/apts/general`
151
152
# Clean out code repos if directed to do so
153
if [ "$CLEAN" = "1" ]; then
0 commit comments