X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=modules.update;h=0f5a27b6d5440661b90c8e6365d3e19b7fe4767a;hb=74eb125e988350ee929fa5c427ef88c2b4b9cc23;hp=56e3a6c0fca935360de85ae12436085762c078d8;hpb=c761311c7e07aad13fe843544aaddca4492b8727;p=build.git diff --git a/modules.update b/modules.update index 56e3a6c0..0f5a27b6 100755 --- a/modules.update +++ b/modules.update @@ -1,5 +1,9 @@ #!/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 +# +# we set DISTRONAME as this cannot be correctly guessed from the build box root context +for distro in onelab planetlab ; do + tags=${distro}-tags.mk + make stage1=true PLDISTRO=${distro} PLDISTROTAGS=${tags} DISTRONAME=f8 module-tools +done | sort -u | grep -v '^build$'