X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=modules.update;h=efbbc968ab96c8ec9f36cc4eb006930f455ef4d0;hb=f5cab4881fdf442e53eca4b697753f440e937e00;hp=8630c487adf3b5aeadb59edbbadd6d73e2dbd7d3;hpb=16bf4a613beb13546c8837ed16804d4c381d3358;p=build.git diff --git a/modules.update b/modules.update index 8630c487..efbbc968 100755 --- a/modules.update +++ b/modules.update @@ -10,4 +10,6 @@ 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$' + make stage1=true PLDISTRO=onelab PLDISTROTAGS=onelab-k27-tags.mk DISTRONAME=${fcdistro} module-tools ; \ + echo tests +) | sort -uf | grep -v '^build$'