f37 -> f39
[infrastructure.git] / scripts / 5.3.1.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 # We do not build the lxc release for 5.3.1 because at this point it fails to pass check_initscripts
6 #liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -s git://git.onelab.eu/build@5.3.1 -d lxc -f f18 -p linux64 -b lxc--5.3.1-f18-64
7
8 reed && /root/bin/vbuild-nightly.sh -m build@onelab.eu -s git://git.onelab.eu/build@5.3.1 -d onelab -f f12 -p linux64 -b onelab--5.3.1-f12-64
9 reed && /root/bin/vbuild-nightly.sh -m build@onelab.eu -s git://git.onelab.eu/build@5.3.1 -d onelab -f f12 -p linux32 -b onelab--5.3.1-f12-32
10
11 velvet && /root/bin/vbuild-nightly.sh -m build@onelab.eu -s git://git.onelab.eu/build@5.3.1 -d onelab -f f14 -p linux64 -b onelab--5.3.1-f14-64
12 velvet && /root/bin/vbuild-nightly.sh -m build@onelab.eu -s git://git.onelab.eu/build@5.3.1 -d onelab -f f14 -p linux32 -b onelab--5.3.1-f14-32