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
6 # from 3.1-1 we build in the lxc environment, and do not build sface any longer
8 function buzzcocks () { hostname | grep -q buzzcocks ; }
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-18--f20-64 -B sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-18 &
13 buzzcocks && /root/bin/lbuild-nightly.sh -m build@onelab.eu -f f21 -b sfa-3.1-18--f21-64 -B sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-18 &
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.18-jessie-64 -B debian ALL=sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-18 &
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.18-trusty-64 -B debian ALL=sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-18 &
20 # skip utopic - somehow python-rpm fails to install there
21 buzzcocks && /root/bin/lbuild-nightly.sh -m build@onelab.eu -f vivid -P develdeb.pkgs -W http://debian.onelab.eu/ -b sfa-3.1.18-vivid-64 -B debian ALL=sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-18 &