focusing on centos
[build.git] / modules.update
1 #!/bin/bash
2
3 # redirect this into modules.list to get it refreshed
4 #
5 # we set DISTRONAME as this cannot be correctly guessed from the build box root context
6 for distro in onelab planetlab ; do
7     tags=${distro}-tags.mk 
8     make stage1=true PLDISTRO=${distro} PLDISTROTAGS=${tags} DISTRONAME=centos5 module-tools 
9 done | sort -u | grep -v '^build$'