capistrano-s3_archive 0.4.4 → 0.4.5
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6f72320b28b9901449334c25d24b746db58fd323
|
4
|
+
data.tar.gz: 8df7ac5b2832242c59a2974f0ff89d24e233960d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cc892e3c8242f90dce6e5becec0a06454bcc91dfb5712cb511a199f12beac2df19f4c8687d28293a24f058eea73be2f6f81405add1e228c9a10c5adead4f5700
|
7
|
+
data.tar.gz: 49f13f981fb0dab697131810dc8dc510ad51010e42ea9994f75fb8d27676712c8ff0a251b62a5bcbd6a0f68492b4142ac9bd3103842f6e0583be029e5b6e0e1b
|
@@ -80,8 +80,11 @@ module Capistrano
|
|
80
80
|
class MissingSSHKyesError < StandardError; end
|
81
81
|
class ResourceBusyError < StandardError; end
|
82
82
|
|
83
|
-
def
|
83
|
+
def local_check
|
84
84
|
list_objects(false)
|
85
|
+
end
|
86
|
+
|
87
|
+
def check
|
85
88
|
return if context.class == SSHKit::Backend::Local
|
86
89
|
ssh_key = ssh_key_for(context.host)
|
87
90
|
if ssh_key.nil?
|