X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=modules.update;h=8630c487adf3b5aeadb59edbbadd6d73e2dbd7d3;hb=16bf4a613beb13546c8837ed16804d4c381d3358;hp=fb8caa98f8cb59304e4cdad67ac25c8283f7ec7d;hpb=9d1af488f5a1b226c60dbb5ef4c0867616a731eb;p=build.git diff --git a/modules.update b/modules.update index fb8caa98..8630c487 100755 --- a/modules.update +++ b/modules.update @@ -2,8 +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 distro in onelab planetlab ; do - tags=${distro}-tags.mk - make stage1=true PLDISTRO=${distro} PLDISTROTAGS=${tags} DISTRONAME=centos5 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$'