update modules list - drop c5 and planetlab-k27
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 8 May 2012 13:10:50 +0000 (15:10 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 8 May 2012 13:10:50 +0000 (15:10 +0200)
modules.list
modules.update

index df6bf4c..436a95b 100644 (file)
@@ -6,17 +6,12 @@ comgt
 DistributedRateLimiting
 drupal
 fprobe-ulog
-inotify-tools
 ipfw
-iproute2
 iptables
-libnl
 libvirt
-linux-2.6:27
 linux-2.6:32
 linux-3
 madwifi
-mkinitrd
 Mom
 monitor
 myplc
@@ -27,7 +22,6 @@ nodemanager:lxc_devel
 nodeupdate
 omf
 oml
-openvswitch
 pcucontrol
 pf2slice
 PingOfDeath
@@ -37,7 +31,6 @@ PLCRT
 plewww
 pl_sshd
 pyaspects
-pyopenssl
 pypcilib
 pyplnet
 sfa
index b1dc11c..e6e74c0 100755 (executable)
@@ -5,10 +5,9 @@
 
 # run on several distros as we filter out duplicates anyways
 # centos5 has more of our modules, but skips sfa
-fcdistros="centos5 f12 f14"
+fcdistros="f14 f16"
 
 ( for fcdistro in $fcdistros; do 
-    make stage1=true PLDISTRO=planetlab PLDISTROTAGS=planetlab-k27-tags.mk DISTRONAME=${fcdistro} module-tools ;
     make stage1=true PLDISTRO=planetlab PLDISTROTAGS=planetlab-k32-tags.mk DISTRONAME=${fcdistro} module-tools ;
     make stage1=true PLDISTRO=onelab PLDISTROTAGS=onelab-k32-tags.mk DISTRONAME=${fcdistro} module-tools ;
     make stage1=true PLDISTRO=lxc PLDISTROTAGS=lxc-tags.mk DISTRONAME=${fcdistro} module-tools ;