[Saga-devel] saga SVN commit 3361: /trunk/adaptors/aws/internal/bin/

amerzky at cct.lsu.edu amerzky at cct.lsu.edu
Fri Jan 23 19:39:40 CST 2009


User: amerzky
Date: 2009/01/23 07:39 PM

Modified:
 /trunk/adaptors/aws/internal/bin/
  saga-image-prep-ec2

Log:
 image prep now waits for saga and VM to settle down.
 A

File Changes:

Directory: /trunk/adaptors/aws/internal/bin/
============================================

File [modified]: saga-image-prep-ec2
Delta lines: +7 -1
===================================================================
--- trunk/adaptors/aws/internal/bin/saga-image-prep-ec2	2009-01-24 01:28:30 UTC (rev 3360)
+++ trunk/adaptors/aws/internal/bin/saga-image-prep-ec2	2009-01-24 01:39:31 UTC (rev 3361)
@@ -1,3 +1,9 @@
+#!/bin/sh
 
-touch ~/.ssh/id_rsa.pub
+while ! saga-context ssh; do
+  echo "waiting for saga engine to settle down"
+  sleep 1
+done
 
+echo "image prep done"
+



More information about the saga-devel mailing list