rc30
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 1 Oct 2012 09:02:15 +0000 (11:02 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 1 Oct 2012 09:02:15 +0000 (11:02 +0200)
scripts/5.0-rc30.sh [new file with mode: 0755]

diff --git a/scripts/5.0-rc30.sh b/scripts/5.0-rc30.sh
new file mode 100755 (executable)
index 0000000..e665c98
--- /dev/null
@@ -0,0 +1,10 @@
+function liquid () { hostname | grep liquid >& /dev/null ; }
+function reed () { hostname | grep reed >& /dev/null ; }
+function velvet () { hostname | grep velvet >& /dev/null ; }
+
+reed && /root/bin/vbuild-nightly.sh -m build@onelab.eu -s git://git.onelab.eu/build@5.0-rc30 -d onelab -f f12 -p linux64 -b onelab--5.0-rc30-f12-64 -t onelab-tags.mk
+reed && /root/bin/vbuild-nightly.sh -m build@onelab.eu -s git://git.onelab.eu/build@5.0-rc30 -d onelab -f f12 -p linux32 -b onelab--5.0-rc30-f12-32 -t onelab-tags.mk
+
+liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -s git://git.onelab.eu/build@5.0-rc30 -d onelab -f f14 -p linux64 -b onelab--5.0-rc30-f14-64 -t onelab-tags.mk
+velvet && /root/bin/vbuild-nightly.sh -m build@onelab.eu -s git://git.onelab.eu/build@5.0-rc30 -d onelab -f f14 -p linux32 -b onelab--5.0-rc30-f14-32 -t onelab-tags.mk
+