monitor the k32 builds
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 8 Dec 2010 07:18:56 +0000 (08:18 +0100)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 8 Dec 2010 07:18:56 +0000 (08:18 +0100)
modules.list
modules.update

index c0320f0..656209b 100644 (file)
@@ -15,6 +15,7 @@ iptables:1.3.8
 libnl
 linux-2.6
 linux-2.6:22
+linux-2.6:rhel6
 madwifi
 madwifi:0.9.4
 Mom
index efbbc96..0d7f9b2 100755 (executable)
@@ -9,7 +9,9 @@ fcdistro=centos5
 ( \
   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-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 ; \
   echo tests
 ) | sort -uf | grep -v '^build$'