From: Barış Metin Date: Mon, 28 Jun 2010 12:39:04 +0000 (+0200) Subject: 5.0-rc11.sh X-Git-Tag: foo~92 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=79f0297d1f6ecce9928c3762a9a756757db10423;p=infrastructure.git 5.0-rc11.sh --- diff --git a/scripts/5.0-rc11.sh b/scripts/5.0-rc11.sh new file mode 100755 index 0000000..e6d6df2 --- /dev/null +++ b/scripts/5.0-rc11.sh @@ -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 http://svn.planet-lab.org/svn/build/tags/5.0-rc11 -d onelab -f f8 -p linux64 -b onelab--5.0-rc11-f8-64 +reed && /root/bin/vbuild-nightly.sh -m build@onelab.eu -s http://svn.planet-lab.org/svn/build/tags/5.0-rc11 -d onelab -f f12 -p linux64 -b onelab--5.0-rc11-f12-64 -t onelab-k27-tags.mk + +velvet && /root/bin/vbuild-nightly.sh -m build@onelab.eu -s http://svn.planet-lab.org/svn/build/tags/5.0-rc11 -d onelab -f f8 -p linux32 -b onelab--5.0-rc11-f8-32 +liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -s http://svn.planet-lab.org/svn/build/tags/5.0-rc11 -d onelab -f f12 -p linux32 -b onelab--5.0-rc11-f12-32 -t onelab-k27-tags.mk