refine strategy to spot ip address, keep on calling guest_ipv4
[build.git] / modules.update
1 #!/bin/bash
2
3 # redirect this into modules.list to get it refreshed
4 #
5
6 # run on several distros as we filter out duplicates anyways
7 # centos5 has more of our modules, but skips sfa
8 fcdistros="f14 f16"
9
10 ( for fcdistro in $fcdistros; do 
11     make stage1=true PLDISTRO=onelab PLDISTROTAGS=onelab-tags.mk DISTRONAME=${fcdistro} module-tools ;
12     make stage1=true PLDISTRO=lxc PLDISTROTAGS=lxc-tags.mk DISTRONAME=${fcdistro} module-tools ;
13   done 2>/dev/null ;
14   echo tests
15 ) | sort -uf | grep -v '^build$'