(no commit message)
authorthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Tue, 13 Apr 2010 13:29:09 +0000 (13:29 +0000)
committerthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Tue, 13 Apr 2010 13:29:09 +0000 (13:29 +0000)
scripts/5.0-push.sh [new file with mode: 0755]
scripts/5.0-rc2.sh [new file with mode: 0755]
scripts/5.0-rc3.sh [new file with mode: 0755]
scripts/5.0-rc4.sh [new file with mode: 0755]

diff --git a/scripts/5.0-push.sh b/scripts/5.0-push.sh
new file mode 100755 (executable)
index 0000000..1b4dde7
--- /dev/null
@@ -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 (executable)
index 0000000..032b4fc
--- /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 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 (executable)
index 0000000..950ad3c
--- /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 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 (executable)
index 0000000..94930a5
--- /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 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