3 # redirect this into modules.list to get it refreshed
6 # run on several distros as we filter out duplicates anyways
7 # centos5 has more of our modules, but skips sfa
10 ( for fcdistro in $fcdistros; do
11 make stage1=true PLDISTRO=onelab PLDISTROTAGS=onelab-tags.mk DISTRONAME=${fcdistro} module-tools ;
12 make stage1=true PLDISTRO=lxc PLDISTROTAGS=lxc-tags.mk DISTRONAME=${fcdistro} module-tools ;
15 ) | sort -uf | grep -v '^build$'