fix modules.list and its update script
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 5 May 2008 10:28:55 +0000 (10:28 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 5 May 2008 10:28:55 +0000 (10:28 +0000)
modules.list
modules.update

index a5f3fd9..9b0c84a 100644 (file)
@@ -29,4 +29,5 @@ pypcilib
 ulogd
 util-vserver-pl
 util-vserver:scholz
+vsys
 wireless-tools
index 4f44356..4ab3373 100755 (executable)
@@ -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$'