From: Thierry Parmentelat Date: Mon, 5 May 2008 10:28:55 +0000 (+0000) Subject: fix modules.list and its update script X-Git-Tag: 4.2-rc3~51 X-Git-Url: http://git.onelab.eu/?p=build.git;a=commitdiff_plain;h=10dad130643e7139cfbd119ab1970264de00dce5 fix modules.list and its update script --- diff --git a/modules.list b/modules.list index a5f3fd94..9b0c84a8 100644 --- a/modules.list +++ b/modules.list @@ -29,4 +29,5 @@ pypcilib ulogd util-vserver-pl util-vserver:scholz +vsys wireless-tools diff --git a/modules.update b/modules.update index 4f443564..4ab33736 100755 --- a/modules.update +++ b/modules.update @@ -1,5 +1,6 @@ #!/bin/bash # redirect this into modules.list to get it refreshed - -for tags in *tags*4.2.mk ; do make stage1=true PLDISTROTAGS=$tags module-tools ; done | sort -u | grep -v '^build$' +# +# 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$'