From: Thierry Parmentelat Date: Tue, 8 May 2012 13:10:50 +0000 (+0200) Subject: update modules list - drop c5 and planetlab-k27 X-Git-Tag: 5.0-rc27~10 X-Git-Url: http://git.onelab.eu/?p=build.git;a=commitdiff_plain;h=4430aa45be7ff0cb584f0f403f670a4aef0d40b8 update modules list - drop c5 and planetlab-k27 --- diff --git a/modules.list b/modules.list index df6bf4c9..436a95b4 100644 --- a/modules.list +++ b/modules.list @@ -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 diff --git a/modules.update b/modules.update index b1dc11c3..e6e74c0f 100755 --- a/modules.update +++ b/modules.update @@ -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 ;