From 8170b6be10b4a37b4aa2f0b76734b52159897718 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 1 Sep 2008 19:47:41 +0000 Subject: [PATCH] smarter modules.update, was missing onelab-specific modules --- modules.list | 3 +++ modules.update | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/modules.list b/modules.list index 2d9e0c31..e16a0ac2 100644 --- a/modules.list +++ b/modules.list @@ -13,12 +13,15 @@ PLCWWW:4.2 PLCWWW:onelab.4.2 PingOfDeath VserverReference +comgt +dummynet_image fprobe-ulog iproute2 iptables linux-2.6 madwifi nodeconfig:4.2 +nozomi pf2slice pl_sshd pypcilib diff --git a/modules.update b/modules.update index 4ab33736..e017d113 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*4.2.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-4.2.mk + make stage1=true PLDISTRO=${distro} PLDISTROTAGS=${tags} DISTRONAME=f8 module-tools +done | sort -u | grep -v '^build$' -- 2.47.0