refine strategy to spot ip address, keep on calling guest_ipv4
[build.git] / modules.update
index b1dc11c..fc3c448 100755 (executable)
@@ -5,12 +5,10 @@
 
 # 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=onelab PLDISTROTAGS=onelab-tags.mk DISTRONAME=${fcdistro} module-tools ;
     make stage1=true PLDISTRO=lxc PLDISTROTAGS=lxc-tags.mk DISTRONAME=${fcdistro} module-tools ;
   done 2>/dev/null ;
   echo tests