update list of modules and branches to monitor for pending changes
[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="centos5 f12 f14"
9
10 ( for fcdistro in $fcdistros; do 
11     make stage1=true PLDISTRO=planetlab PLDISTROTAGS=planetlab-k27-tags.mk DISTRONAME=${fcdistro} module-tools ;
12     make stage1=true PLDISTRO=planetlab PLDISTROTAGS=planetlab-k32-tags.mk DISTRONAME=${fcdistro} module-tools ;
13     make stage1=true PLDISTRO=onelab PLDISTROTAGS=onelab-k32-tags.mk DISTRONAME=${fcdistro} module-tools ;
14     make stage1=true PLDISTRO=lxc PLDISTROTAGS=lxc-tags.mk DISTRONAME=${fcdistro} module-tools ;
15   done 2>/dev/null ;
16   echo tests
17 ) | sort -uf | grep -v '^build$'