X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=modules.update;h=0f5a27b6d5440661b90c8e6365d3e19b7fe4767a;hb=79402a67035dc5bff06925be82dd273094125cec;hp=96686299c1e89b4b9c28bab1cee2e4e4aa77183b;hpb=dac5977240628348781c88dd2b12dc9ae884cf19;p=build.git diff --git a/modules.update b/modules.update index 96686299..0f5a27b6 100755 --- a/modules.update +++ b/modules.update @@ -3,4 +3,7 @@ # redirect this into modules.list to get it refreshed # # we set DISTRONAME as this cannot be correctly guessed from the build box root context -for tags in *tags.mk ; do make stage1=true PLDISTROTAGS=$tags DISTRONAME=f8 module-tools ; done | sort -u | grep -v '^build$' +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$'