(no commit message)
authorthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Tue, 13 Apr 2010 13:47:54 +0000 (13:47 +0000)
committerthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Tue, 13 Apr 2010 13:47:54 +0000 (13:47 +0000)
scripts/5.0-push.sh [deleted file]
scripts/5.0-rc5.sh [moved from scripts/5.0-rc4.sh with 50% similarity]

diff --git a/scripts/5.0-push.sh b/scripts/5.0-push.sh
deleted file mode 100755 (executable)
index 1b4dde7..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-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
similarity index 50%
rename from scripts/5.0-rc4.sh
rename to scripts/5.0-rc5.sh
index 94930a5..afe9717 100755 (executable)
@@ -2,8 +2,8 @@ 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
+liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -s http://svn.planet-lab.org/svn/build/tags/5.0-rc5 -d onelab -f f8 -p linux64 -b onelab--5.0-rc5-f8-64
+reed && /root/bin/vbuild-nightly.sh -m build@onelab.eu -s http://svn.planet-lab.org/svn/build/tags/5.0-rc5 -d onelab -f f12 -p linux64 -b onelab--5.0-rc5-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
+velvet && /root/bin/vbuild-nightly.sh -m build@onelab.eu -s http://svn.planet-lab.org/svn/build/tags/5.0-rc5 -d onelab -f f8 -p linux32 -b onelab--5.0-rc5-f8-32
+liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -s http://svn.planet-lab.org/svn/build/tags/5.0-rc5 -d onelab -f f12 -p linux32 -b onelab--5.0-rc5-f12-32 -t onelab-k27-tags.mk