From: Thierry Parmentelat Date: Fri, 18 Jul 2014 12:23:16 +0000 (+0200) Subject: 5.3.6 X-Git-Url: http://git.onelab.eu/?p=infrastructure.git;a=commitdiff_plain;h=fe045949757ed394d0f35ad46938e98beea56f13 5.3.6 --- diff --git a/scripts/5.3.6.sh b/scripts/5.3.6.sh new file mode 100755 index 0000000..a91ba2b --- /dev/null +++ b/scripts/5.3.6.sh @@ -0,0 +1,10 @@ +function liquid () { hostname | grep liquid >& /dev/null ; } +function reed () { hostname | grep reed >& /dev/null ; } +# this one is dead at this time +#function velvet () { hostname | grep velvet >& /dev/null ; } + +liquid && /root/bin/lbuild-nightly.sh -s git://git.onelab.eu/build@5.3.6 -d onelab -f f14 -p linux64 -b onelab--5.3.6-f14-64 +# lbuild-nightly forgot to deal with -p very nicely, so here's the magic formula to build the f14/32 combo +liquid && linux32 /root/bin/lbuild-nightly.sh -s git://git.onelab.eu/build@5.3.6 -d onelab -f f14 -p linux32 -b onelab--5.3.6-f14-32 + +reed && /root/bin/lbuild-nightly.sh -s git://git.onelab.eu/build@5.3.6 -d lxc -f f18 -p linux64 -b lxc--5.3.6-f18-64