rc16
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 2 Dec 2010 15:26:58 +0000 (16:26 +0100)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 2 Dec 2010 15:26:58 +0000 (16:26 +0100)
scripts/5.0-rc16.sh [new file with mode: 0755]

diff --git a/scripts/5.0-rc16.sh b/scripts/5.0-rc16.sh
new file mode 100755 (executable)
index 0000000..00a536b
--- /dev/null
@@ -0,0 +1,9 @@
+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.0-rc16 -d onelab -f f8 -p linux64 -b onelab--5.0-rc16-f8-64
+reed && /root/bin/vbuild-nightly.sh -m build@onelab.eu -s git://git.onelab.eu/build@5.0-rc16 -d onelab -f f12 -p linux64 -b onelab--5.0-rc16-f12-64 -t onelab-k27-tags.mk
+
+velvet && /root/bin/vbuild-nightly.sh -m build@onelab.eu -s git://git.onelab.eu/build@5.0-rc16 -d onelab -f f8 -p linux32 -b onelab--5.0-rc16-f8-32
+liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -s git://git.onelab.eu/build@5.0-rc16 -d onelab -f f12 -p linux32 -b onelab--5.0-rc16-f12-32 -t onelab-k27-tags.mk