diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2011-05-23 02:29:07 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2011-05-23 02:29:07 +0000 |
commit | 641f5cd4fd52b351d849148096cbdc4b6dc0a6f0 (patch) | |
tree | 5dd84e27a2f75e214f4677c307eb448eb00e5181 /sca-cpp/trunk/ubuntu/uec2-start | |
parent | 874620b24eaf0862fb28194099e951e57363ca29 (diff) |
Minor install script fixes. Add a script to install a minimal build and upgrade to latest libcloud.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126299 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rwxr-xr-x | sca-cpp/trunk/ubuntu/uec2-start | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sca-cpp/trunk/ubuntu/uec2-start b/sca-cpp/trunk/ubuntu/uec2-start index fc980cddad..8ab66cd803 100755 --- a/sca-cpp/trunk/ubuntu/uec2-start +++ b/sca-cpp/trunk/ubuntu/uec2-start @@ -37,6 +37,5 @@ here=`readlink -f $0`; here=`dirname $here` #ec2-run-instances "ami-ca1f4f8f" -t m1.large -k ec2-keypair --region us-west-1 #ec2-run-instances "ami-ca1f4f8f" -t t1.micro -k ec2-keypair --region us-west-1 -#ec2-run-instances "ami-ca1f4f8f" -t t1.micro -k ec2-keypair --region us-west-1 ec2-run-instances "ami-957e2ed0" -t m1.small -k ec2-keypair --region us-west-1 |