update list of modules and branches to monitor for pending changes
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 15 Feb 2012 13:46:33 +0000 (14:46 +0100)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 15 Feb 2012 13:46:33 +0000 (14:46 +0100)
modules.list
modules.update

index c48ec42..995d4c5 100644 (file)
@@ -12,8 +12,11 @@ ipfw
 iproute2
 iptables
 libnl
+libvirt
 linux-2.6:27
 linux-2.6:32
+linux-3
+lxc-reference
 madwifi
 mkinitrd
 Mom
index 4c17bb4..b1dc11c 100755 (executable)
@@ -5,14 +5,13 @@
 
 # run on several distros as we filter out duplicates anyways
 # centos5 has more of our modules, but skips sfa
-fcdistros="centos5 f12"
+fcdistros="centos5 f12 f14"
 
 ( for fcdistro in $fcdistros; do 
-#    make stage1=true PLDISTRO=planetlab PLDISTROTAGS=planetlab-tags.mk DISTRONAME=${fcdistro} module-tools ;
     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-k27-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 ;
   done 2>/dev/null ;
   echo tests
 ) | sort -uf | grep -v '^build$'