X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=modules.update;h=8630c487adf3b5aeadb59edbbadd6d73e2dbd7d3;hb=835d0ec8b3f32d69b7cb8ac82a977e748236cf6e;hp=56e3a6c0fca935360de85ae12436085762c078d8;hpb=c761311c7e07aad13fe843544aaddca4492b8727;p=build.git diff --git a/modules.update b/modules.update index 56e3a6c0..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*mk ; do make stage1=true PLDISTROTAGS=$tags module-tools ; done | sort -u +# 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$'