f37 -> f39
[infrastructure.git] / scripts / 5.3.2-broken.sh
1 function liquid () { hostname | grep liquid >& /dev/null ; }
2 function reed () { hostname | grep reed >& /dev/null ; }
3 function velvet () { hostname | grep velvet >& /dev/null ; }
4
5 liquid && /root/bin/lbuild-nightly.sh -m build@onelab.eu -s git://git.onelab.eu/build@5.3.2 -d lxc    -f f18 -p linux64 -b lxc--5.3.2-f18-64
6
7 reed   && /root/bin/lbuild-nightly.sh -m build@onelab.eu -s git://git.onelab.eu/build@5.3.2 -d onelab -f f14 -p linux64 -b onelab--5.3.2-f14-64
8
9 # the f14/32 combo won't build anymore for some reason, I let go of it
10 #velvet && /root/bin/lbuild-nightly.sh -m build@onelab.eu -s git://git.onelab.eu/build@5.3.2 -d onelab -f f14 -p linux32 -b onelab--5.3.2-f14-32