5.3.5
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 28 Apr 2014 15:51:38 +0000 (17:51 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 28 Apr 2014 15:51:38 +0000 (17:51 +0200)
scripts/5.3.5.sh [new file with mode: 0755]

diff --git a/scripts/5.3.5.sh b/scripts/5.3.5.sh
new file mode 100755 (executable)
index 0000000..beb86bb
--- /dev/null
@@ -0,0 +1,12 @@
+function liquid () { hostname | grep liquid >& /dev/null ; }
+function reed () { hostname | grep reed >& /dev/null ; }
+function velvet () { hostname | grep velvet >& /dev/null ; }
+
+liquid && /root/bin/lbuild-nightly.sh -s git://git.onelab.eu/build@5.3.5 -d onelab -f f14 -p linux64 -b onelab--5.3.5-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.5 -d onelab -f f14 -p linux32 -b onelab--5.3.5-f14-32
+
+reed   && /root/bin/lbuild-nightly.sh -s git://git.onelab.eu/build@5.3.5 -d lxc    -f f18 -p linux64 -b lxc--5.3.5-f18-64
+
+# 
+velvet && /root/bin/lbuild-nightly.sh -s git://git.onelab.eu/build@5.3.5 -d lxc    -f f20 -p linux64 -b lxc--5.3.5-f20-64