keeping track of modules for the trunk as well
[build.git] / modules.update
index 56e3a6c..9668629 100755 (executable)
@@ -1,5 +1,6 @@
 #!/bin/bash
 
 # redirect this into modules.list to get it refreshed
-
-for tags in *tags*mk ; do make stage1=true PLDISTROTAGS=$tags module-tools ; done | sort -u
+#
+# 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$'