X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=modules.update;h=8630c487adf3b5aeadb59edbbadd6d73e2dbd7d3;hb=16bf4a613beb13546c8837ed16804d4c381d3358;hp=96686299c1e89b4b9c28bab1cee2e4e4aa77183b;hpb=7acbe40c70270e3077226c9ccb90546e0d9f56bb;p=build.git diff --git a/modules.update b/modules.update index 96686299..8630c487 100755 --- a/modules.update +++ b/modules.update @@ -2,5 +2,12 @@ # 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=onelab PLDISTROTAGS=onelab-tags.mk DISTRONAME=${fcdistro} module-tools ; \ +) | sort -u | grep -v '^build$'