From: thierry Date: Tue, 13 Apr 2010 13:29:21 +0000 (+0000) Subject: (no commit message) X-Git-Tag: foo~164 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=88191b2c29b2ff044956d54afb16d061309177ad;p=infrastructure.git --- diff --git a/scripts/5.0-rc2.sh b/scripts/5.0-rc2.sh deleted file mode 100755 index 032b4fc..0000000 --- a/scripts/5.0-rc2.sh +++ /dev/null @@ -1,9 +0,0 @@ -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-rc2 -d onelab -f f8 -p linux64 -b onelab--5.0-rc2-f8-64 -reed && /root/bin/vbuild-nightly.sh -m build@onelab.eu -s http://svn.planet-lab.org/svn/build/tags/5.0-rc2 -d onelab -f f12 -p linux64 -b onelab--5.0-rc2-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-rc2 -d onelab -f f8 -p linux32 -b onelab--5.0-rc2-f8-32 -liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -s http://svn.planet-lab.org/svn/build/tags/5.0-rc2 -d onelab -f f12 -p linux32 -b onelab--5.0-rc2-f12-32 -t onelab-k27-tags.mk