X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=modules.update;h=14f41faa58f0efdb70fe835fd1e65024086ac9c2;hb=61908f1c343871575276cc196ce9cab0b2ffedde;hp=56e3a6c0fca935360de85ae12436085762c078d8;hpb=c761311c7e07aad13fe843544aaddca4492b8727;p=build.git diff --git a/modules.update b/modules.update index 56e3a6c0..14f41faa 100755 --- a/modules.update +++ b/modules.update @@ -1,5 +1,15 @@ #!/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 ; \ + make stage1=true PLDISTRO=onelab PLDISTROTAGS=onelab-k27-tags.mk DISTRONAME=${fcdistro} module-tools ; \ + echo tests +) | sort -u | grep -v '^build$'