review set of actually supported/working distros
[infrastructure.git] / scripts / sfa-3116.sh
1 ### IMPORTANT NOTE
2 # looks like after this has run successfully, 
3 # the published repos still need to be indexed with createrepo
4 # see also liquid:build/sfa/reindex.sh
5 ### HISTORICAL NOTE
6 # from 3.1-1 we build in the lxc environment, and do not build sface any longer
7
8 function buzzcocks () { hostname | grep -q buzzcocks ; }
9
10 ### fedoras
11 # do not care about these 2 old distros
12 buzzcocks && /root/bin/lbuild-nightly.sh -m build@onelab.eu -f f20 -b sfa-3.1-16--f20-64 -B sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-16 &
13 buzzcocks && /root/bin/lbuild-nightly.sh -m build@onelab.eu -f f21 -b sfa-3.1-16--f21-64 -B sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-16 &
14
15 ### debians
16 buzzcocks && /root/bin/lbuild-nightly.sh -m build@onelab.eu -f jessie  -P develdeb.pkgs -W http://debian.onelab.eu/ -b sfa-3.1.16-jessie-64  -B debian ALL=sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-16 &
17
18 ### ubuntus
19 buzzcocks   && /root/bin/lbuild-nightly.sh -m build@onelab.eu -f trusty  -P develdeb.pkgs -W http://debian.onelab.eu/ -b sfa-3.1.16-trusty-64  -B debian ALL=sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-16 &
20 # somehow python-rpm fails to install on this one
21 #buzzcocks   && /root/bin/lbuild-nightly.sh -m build@onelab.eu -f utopic  -P develdeb.pkgs -W http://debian.onelab.eu/ -b sfa-3.1.16-utopic-64  -B debian ALL=sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-16 &
22 buzzcocks   && /root/bin/lbuild-nightly.sh -m build@onelab.eu -f vivid   -P develdeb.pkgs -W http://debian.onelab.eu/ -b sfa-3.1.16-vivid-64   -B debian ALL=sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-16 &