From 4b6881c98304b787f411cbdb659e190cd7288fcb Mon Sep 17 00:00:00 2001 From: thierry Date: Tue, 13 Apr 2010 13:29:09 +0000 Subject: [PATCH] --- scripts/5.0-push.sh | 3 +++ scripts/5.0-rc2.sh | 9 +++++++++ scripts/5.0-rc3.sh | 9 +++++++++ scripts/5.0-rc4.sh | 9 +++++++++ 4 files changed, 30 insertions(+) create mode 100755 scripts/5.0-push.sh create mode 100755 scripts/5.0-rc2.sh create mode 100755 scripts/5.0-rc3.sh create mode 100755 scripts/5.0-rc4.sh diff --git a/scripts/5.0-push.sh b/scripts/5.0-push.sh new file mode 100755 index 0000000..1b4dde7 --- /dev/null +++ b/scripts/5.0-push.sh @@ -0,0 +1,3 @@ +launcher=$1; shift +[ -f $launcher ] || { echo "Could not find launcher $launcher - exiting"; exit 1; } +for h in liquid reed velvet; do scp $launcher root@${h}.pl.sophia.inria.fr:bin/ ; done diff --git a/scripts/5.0-rc2.sh b/scripts/5.0-rc2.sh new file mode 100755 index 0000000..032b4fc --- /dev/null +++ b/scripts/5.0-rc2.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-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 diff --git a/scripts/5.0-rc3.sh b/scripts/5.0-rc3.sh new file mode 100755 index 0000000..950ad3c --- /dev/null +++ b/scripts/5.0-rc3.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-rc3 -d onelab -f f8 -p linux64 -b onelab--5.0-rc3-f8-64 +reed && /root/bin/vbuild-nightly.sh -m build@onelab.eu -s http://svn.planet-lab.org/svn/build/tags/5.0-rc3 -d onelab -f f12 -p linux64 -b onelab--5.0-rc3-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-rc3 -d onelab -f f8 -p linux32 -b onelab--5.0-rc3-f8-32 +liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -s http://svn.planet-lab.org/svn/build/tags/5.0-rc3 -d onelab -f f12 -p linux32 -b onelab--5.0-rc3-f12-32 -t onelab-k27-tags.mk diff --git a/scripts/5.0-rc4.sh b/scripts/5.0-rc4.sh new file mode 100755 index 0000000..94930a5 --- /dev/null +++ b/scripts/5.0-rc4.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-rc4 -d onelab -f f8 -p linux64 -b onelab--5.0-rc4-f8-64 +reed && /root/bin/vbuild-nightly.sh -m build@onelab.eu -s http://svn.planet-lab.org/svn/build/tags/5.0-rc4 -d onelab -f f12 -p linux64 -b onelab--5.0-rc4-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-rc4 -d onelab -f f8 -p linux32 -b onelab--5.0-rc4-f8-32 +liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -s http://svn.planet-lab.org/svn/build/tags/5.0-rc4 -d onelab -f f12 -p linux32 -b onelab--5.0-rc4-f12-32 -t onelab-k27-tags.mk -- 2.47.0