[Swift-commit] r7710 - in SwiftApps/cloud: . screenshots

ketan at ci.uchicago.edu ketan at ci.uchicago.edu
Thu Mar 13 16:37:30 CDT 2014


Author: ketan
Date: 2014-03-13 16:37:30 -0500 (Thu, 13 Mar 2014)
New Revision: 7710

Added:
   SwiftApps/cloud/push
   SwiftApps/cloud/screenshots/
   SwiftApps/cloud/screenshots/ec2screenshot.png
Removed:
   SwiftApps/cloud/ec2screenshot.png
Modified:
   SwiftApps/cloud/README
Log:
push script

Modified: SwiftApps/cloud/README
===================================================================
--- SwiftApps/cloud/README	2014-03-13 21:36:57 UTC (rev 7709)
+++ SwiftApps/cloud/README	2014-03-13 21:37:30 UTC (rev 7710)
@@ -71,7 +71,7 @@
 
 Following screenshot shows places where you can manage the various EC2 related settings from the default web-gui:
 
-image:ec2screenshot.png["EC2 screenshot", scaledwidth="30%"]
+image:./screenshots/ec2screenshot.png["EC2 screenshot", scaledwidth="30%"]
 
 coaster-service.conf
 ~~~~~~~~~~~~~~~~~~~~~

Deleted: SwiftApps/cloud/ec2screenshot.png
===================================================================
(Binary files differ)

Added: SwiftApps/cloud/push
===================================================================
--- SwiftApps/cloud/push	                        (rev 0)
+++ SwiftApps/cloud/push	2014-03-13 21:37:30 UTC (rev 7710)
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+scp tutorial.html login.ci.uchicago.edu:/ci/www/projects/swift/tutorials/cloud-provision/
+scp screenshots/* login.ci.uchicago.edu:/ci/www/projects/swift/tutorials/cloud-provision/screenshots/
+


Property changes on: SwiftApps/cloud/push
___________________________________________________________________
Added: svn:executable
   + *

Added: SwiftApps/cloud/screenshots/ec2screenshot.png
===================================================================
(Binary files differ)


Property changes on: SwiftApps/cloud/screenshots/ec2screenshot.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream




More information about the Swift-commit mailing list