From: Thierry Parmentelat Date: Mon, 1 Sep 2008 19:47:41 +0000 (+0000) Subject: smarter modules.update, was missing onelab-specific modules X-Git-Tag: 4.3-rc1~199 X-Git-Url: http://git.onelab.eu/?p=build.git;a=commitdiff_plain;h=79402a67035dc5bff06925be82dd273094125cec smarter modules.update, was missing onelab-specific modules --- diff --git a/modules.list b/modules.list index 83d105cd..11d348d7 100644 --- a/modules.list +++ b/modules.list @@ -12,12 +12,15 @@ PLCWWW PLCWWW:onelab.5.0 PingOfDeath VserverReference +comgt +dummynet_image fprobe-ulog iproute2 iptables linux-2.6 madwifi nodeconfig +nozomi pf2slice pl_sshd pypcilib 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$'