From: Thierry Parmentelat Date: Mon, 14 Nov 2011 15:03:45 +0000 (+0100) Subject: monitor only k{27,32} for planetlab and k32 for onelab X-Git-Tag: lxcbuild~22 X-Git-Url: http://git.onelab.eu/?p=build.git;a=commitdiff_plain;h=04fd11ee9b19630a1fe35bf667354d18d08fe069 monitor only k{27,32} for planetlab and k32 for onelab --- diff --git a/modules.update b/modules.update index 8745085a..4c17bb49 100755 --- a/modules.update +++ b/modules.update @@ -8,10 +8,10 @@ fcdistros="centos5 f12" ( 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-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-k27-tags.mk DISTRONAME=${fcdistro} module-tools ; make stage1=true PLDISTRO=onelab PLDISTROTAGS=onelab-k32-tags.mk DISTRONAME=${fcdistro} module-tools ; done 2>/dev/null ; echo tests