5.3.2
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 26 Mar 2014 14:57:31 +0000 (15:57 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 26 Mar 2014 14:57:31 +0000 (15:57 +0100)
scripts/5.3.2.sh [new file with mode: 0755]

diff --git a/scripts/5.3.2.sh b/scripts/5.3.2.sh
new file mode 100755 (executable)
index 0000000..9d71444
--- /dev/null
@@ -0,0 +1,8 @@
+function liquid () { hostname | grep liquid >& /dev/null ; }
+function reed () { hostname | grep reed >& /dev/null ; }
+function velvet () { hostname | grep velvet >& /dev/null ; }
+
+liquid && /root/bin/vbuild-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
+
+reed   && /root/bin/vbuild-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
+velvet && /root/bin/vbuild-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