X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=modules.update;h=e6e74c0fcadc2f9cbd3e0be4f6f03e99ca6a8758;hb=4430aa45be7ff0cb584f0f403f670a4aef0d40b8;hp=8745085a3571b52e4b69592cc6830abd366c5d9d;hpb=d996e9e16a8250467145f4520785f01cb82604fb;p=build.git diff --git a/modules.update b/modules.update index 8745085a..e6e74c0f 100755 --- a/modules.update +++ b/modules.update @@ -5,14 +5,12 @@ # run on several distros as we filter out duplicates anyways # centos5 has more of our modules, but skips sfa -fcdistros="centos5 f12" +fcdistros="f14 f16" ( 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$'