X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=modules.update;h=0d7f9b2bbff604a0ab2897193010c137b4f822b4;hb=4c30968c639dbd509991d73303c030b46c1af157;hp=96686299c1e89b4b9c28bab1cee2e4e4aa77183b;hpb=7acbe40c70270e3077226c9ccb90546e0d9f56bb;p=build.git diff --git a/modules.update b/modules.update index 96686299..0d7f9b2b 100755 --- a/modules.update +++ b/modules.update @@ -2,5 +2,16 @@ # 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.mk ; do make stage1=true PLDISTROTAGS=$tags DISTRONAME=f8 module-tools ; done | sort -u | grep -v '^build$' + +# keep centos5 as the default target rather than - more accurate - f8 b/c we need more of our modules on centos +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$'