X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=modules.update;h=8630c487adf3b5aeadb59edbbadd6d73e2dbd7d3;hb=4bfad922a62b5782224598da4a17bd9419b744b1;hp=4f4435649e0d32d87544d2bc2b3c0d9cb0cada01;hpb=cb23cf4fbc5bb4def4b921c11433f01f01304215;p=build.git diff --git a/modules.update b/modules.update index 4f443564..8630c487 100755 --- a/modules.update +++ b/modules.update @@ -1,5 +1,13 @@ #!/bin/bash # redirect this into modules.list to get it refreshed +# -for tags in *tags*4.2.mk ; do make stage1=true PLDISTROTAGS=$tags 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$'