[haizea-commit] r633 - in trunk: . tests
haizea-commit at mailman.cs.uchicago.edu
haizea-commit at mailman.cs.uchicago.edu
Wed Aug 5 10:22:07 CDT 2009
Author: borja
Date: 2009-08-05 10:22:07 -0500 (Wed, 05 Aug 2009)
New Revision: 633
Removed:
trunk/playground/
trunk/tests/one-threeleases.db
trunk/tests/one-twoleases.db
trunk/tests/onevm
trunk/xml/
Log:
Deleting old unused files.
Deleted: trunk/tests/one-threeleases.db
===================================================================
(Binary files differ)
Deleted: trunk/tests/one-twoleases.db
===================================================================
(Binary files differ)
Deleted: trunk/tests/onevm
===================================================================
--- trunk/tests/onevm 2009-08-05 11:12:04 UTC (rev 632)
+++ trunk/tests/onevm 2009-08-05 15:22:07 UTC (rev 633)
@@ -1,19 +0,0 @@
-#!/bin/bash
-
-if [ $1 = "deploy" ];
-then
- echo "Deploying VM"
-elif [ $1 = "shutdown" ];
-then
- echo "Shutting down VM"
-elif [ $1 = "suspend" ];
-then
- echo "Suspending VM"
- vid=$2
- sqlite3 one.db "UPDATE vm_pool SET state=5 where oid=$vid"
-elif [ $1 = "resume" ];
-then
- echo "Resuming VM"
- vid=$2
- sqlite3 one.db "UPDATE vm_pool SET state=3 where oid=$vid"
-fi
\ No newline at end of file
More information about the Haizea-commit
mailing list