X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=modules.update;h=4c17bb4998c62c93700e5d80903098462d54f3c8;hb=refs%2Fheads%2Frc26-fixes;hp=4ab337367a5e47abde870b81936d73eff4eb809d;hpb=10dad130643e7139cfbd119ab1970264de00dce5;p=build.git diff --git a/modules.update b/modules.update index 4ab33736..4c17bb49 100755 --- a/modules.update +++ b/modules.update @@ -2,5 +2,17 @@ # redirect this into modules.list to get it refreshed # -# we set DISTRONAME as this cannot be correctly guessed from the build box root context -for tags in *tags*4.2.mk ; do make stage1=true PLDISTROTAGS=$tags DISTRONAME=f8 module-tools ; done | sort -u | grep -v '^build$' + +# run on several distros as we filter out duplicates anyways +# centos5 has more of our modules, but skips sfa +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-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 ; + done 2>/dev/null ; + echo tests +) | sort -uf | grep -v '^build$'