smart_proxy_remote_execution_ssh 0.7.2 → 0.7.3
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7ca390cdbb692725653079d4c547ee4f3e1603111ba4f591ca29dc0ea5040fe9
|
|
4
|
+
data.tar.gz: e47e47c97c5ee39a50349abcb2128d964025565f08fdf4edc872661111e14b2e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c72ce769673fd6c0055e4d36d6cf049ed16c97e9ce7f34a6f3c2169681aea0c54c5079fcabb4493ec1f8e2d4fa477c5c253372a61bb53da4211406156535cd24
|
|
7
|
+
data.tar.gz: a8c18703b55a9562707f7f9c7bb719d44c0d816c1d4f8b40beaefcfd7588251bddab5ab5345145ccd2e80300786bf066c53a6e2af72e4918019c011f73db3db9
|
|
@@ -133,7 +133,6 @@ module Proxy::RemoteExecution::Ssh::Runners
|
|
|
133
133
|
def cleanup
|
|
134
134
|
if @cleanup_working_dirs
|
|
135
135
|
ensure_remote_command("rm -rf #{remote_command_dir}",
|
|
136
|
-
publish: true,
|
|
137
136
|
error: "Unable to remove working directory #{remote_command_dir} on remote system, exit code: %{exit_code}")
|
|
138
137
|
end
|
|
139
138
|
end
|
|
@@ -316,7 +316,7 @@ module Proxy::RemoteExecution::Ssh::Runners
|
|
|
316
316
|
logger.debug(line.chomp) if user_method.nil? || !user_method.filter_password?(line)
|
|
317
317
|
user_method.on_data(data, pm.stdin) if user_method
|
|
318
318
|
end
|
|
319
|
-
|
|
319
|
+
data
|
|
320
320
|
end
|
|
321
321
|
pm.on_stdout(&callback)
|
|
322
322
|
pm.on_stderr(&callback)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: smart_proxy_remote_execution_ssh
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ivan Nečas
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-09-
|
|
11
|
+
date: 2022-09-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|