X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=modules.update;h=f099523f6bc88a2b5f0fa29e9b5b17f87c454956;hb=8de4e762f29c70aeac43b75a7d3f9e35799f88ab;hp=14f41faa58f0efdb70fe835fd1e65024086ac9c2;hpb=61908f1c343871575276cc196ce9cab0b2ffedde;p=build.git diff --git a/modules.update b/modules.update index 14f41faa..f099523f 100755 --- a/modules.update +++ b/modules.update @@ -3,13 +3,16 @@ # redirect this into modules.list to get it refreshed # -# keep centos5 as the default target rather than - more accurate - f8 b/c we need more of our modules on centos -fcdistro=centos5 +# run on several distros as we filter out duplicates anyways +# centos5 has more of our modules, but skips sfa +fcdistros="f14 f16" -( \ - 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=onelab PLDISTROTAGS=onelab-tags.mk DISTRONAME=${fcdistro} module-tools ; \ - make stage1=true PLDISTRO=onelab PLDISTROTAGS=onelab-k27-tags.mk DISTRONAME=${fcdistro} module-tools ; \ +( for fcdistro in $fcdistros; do + 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=mlab PLDISTROTAGS=mlab-tags.mk DISTRONAME=${fcdistro} module-tools ; + make stage1=true PLDISTRO=lxc PLDISTROTAGS=lxc-tags.mk DISTRONAME=${fcdistro} module-tools ; + make stage1=true PLDISTRO=lxc PLDISTROTAGS=lxc-openvswitch-tags.mk DISTRONAME=${fcdistro} module-tools ; + done 2>/dev/null ; echo tests -) | sort -u | grep -v '^build$' +) | sort -uf | grep -v '^build$'