public
Rubygem
Description: A Capistrano extension for managing and running your app on Amazon EC2.
Clone URL: git://github.com/jnewland/capsize.git
Search Repo:
launchTime, not reason
jnewland (author)
Wed Apr 16 03:02:29 -0700 2008
commit  55c5051d44157a53d5cb9f9cf5d6fd128b7e7763
tree    ff33c98a09c87bb01d84f6d673fdfca38f6ed463
parent  8beedaa16ab19982e140cf2f005a80aea8d79caa
...
545
546
547
548
 
549
550
551
...
545
546
547
 
548
549
550
551
0
@@ -545,7 +545,7 @@
0
                 puts " instancesSet:privateDnsName = " + instance.privateDnsName unless instance.privateDnsName.nil?
0
                 puts " instancesSet:dnsName = " + instance.dnsName unless instance.dnsName.nil?
0
                 puts " instancesSet:reason = " + instance.reason unless instance.reason.nil?
0
- puts " instancesSet:reason = " + instance.launchTime unless instance.launchTime.nil?
0
+ puts " instancesSet:launchTime = " + instance.launchTime unless instance.launchTime.nil?
0
                 puts " instancesSet:amiLaunchIndex = " + instance.amiLaunchIndex
0
 
0
                 unless instance.instanceState.nil?

Comments

    No one has commented yet.