deplomat 0.2.14 → 0.2.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/lib/deplomat/remote_node.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 301c757dcdfde3f2c5bde5daf7ceaf2581709be76231b0969baa578d2916ec32
|
|
4
|
+
data.tar.gz: e8bf99ba3c523b75f0dcb06bae5455db378e80c11811bd85653a4561f8b77d1b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d3ca06828195db4330077d72565efc27a9106c263737e3785081aed8822ea2e1d246de7450b936ae82052ab9dc6ab67ad56e5b9de512c6f2d573b0171169361f
|
|
7
|
+
data.tar.gz: ee42d1816c86ca3f968509f3633dd5892cea9b98b0281700c69ce8d37ba302c55a94d069bc0ebdd72f0528175b90dc5ca421a8979238936aa30cadaa8544e929
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.15
|
data/lib/deplomat/remote_node.rb
CHANGED
|
@@ -24,7 +24,7 @@ module Deplomat
|
|
|
24
24
|
end
|
|
25
25
|
@pids.compact!
|
|
26
26
|
if @pids.empty?
|
|
27
|
-
raise Deplomat::ExecutionError.new("ERROR: no ssh pid found for\n\t#{first_ssh_command}.\nThis is weird."
|
|
27
|
+
raise Deplomat::ExecutionError.new("ERROR: no ssh pid found for\n\t#{first_ssh_command}.\nThis is weird.")
|
|
28
28
|
elsif @pids.length > 1
|
|
29
29
|
log("Connected with ssh, host #{host}, but looks like another connection has been opened before...", color: "white")
|
|
30
30
|
log("connection pids: #{@pids.join(", ")}. We'll be closing them all when finished.", color: "white")
|