[NEW PATCH] Related BZ#735932: bootstrap: no need to install DEVEL_PACKAGES (via gerrit-bot)

Dan Kenigsberg danken at redhat.com
Wed Sep 7 07:41:49 UTC 2011


New patch submitted by Dan Kenigsberg (danken at redhat.com)

You can review this change at: http://gerrit.usersys.redhat.com/828

commit 91790dd3c150c905edf3b10258acdb9bd2b71c77
Author: Dan Kenigsberg <danken at redhat.com>
Date:   Wed Aug 17 22:24:37 2011 +0300

    Related BZ#735932: bootstrap: no need to install DEVEL_PACKAGES
    
    Bootstrap takes too long. Some of this time is wasted on installing
    pacakges we do not really need any more.
    
    Change-Id: I1394b513fd401fb3f3ef1a750176b51bc344ab08

diff --git a/vds_bootstrap/vds_bootstrap.py b/vds_bootstrap/vds_bootstrap.py
index 733fc33..d1fd760 100755
--- a/vds_bootstrap/vds_bootstrap.py
+++ b/vds_bootstrap/vds_bootstrap.py
@@ -89,8 +89,7 @@ REQ_PACK = ('SDL.x86_64','bridge-utils.x86_64','mesa-libGLU.x86_64',
             'openssl.x86_64','m2crypto.x86_64','rsync.x86_64')
 
 if rhel6based:
-    DEVEL_PACK = ('gdb','tcpdump','strace','ltrace','sysstat','ntp',
-                    'vim-common','vim-enhanced', 'systemtap-runtime')
+    DEVEL_PACK = ()
     VDS_PACK = ('qemu-kvm', 'qemu-kvm-tools', VDSM_NAME, VDSM_NAME+'-cli',
                 'libjpeg', 'spice-server', 'pixman',
                 'seabios', 'qemu-img', 'fence-agents')




More information about the vdsm-patches mailing list