capistrano_multiconfig_parallel 2.0.5 → 2.0.6
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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3b7bc22a451c9fb5a7f60a4991effe782b272733
|
|
4
|
+
data.tar.gz: 94ea94acfcabdde0b4025372da65a238677041fc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 96f8e436be88fd24afba827c6f7d5633afad4214caa9f38f7b9d57cc4065d701699d77d74606fe1e925dd23e1dd093ef31a911b667eb89aa8d613fd17e180cbb
|
|
7
|
+
data.tar.gz: ac3298dcf7fd9691a2a5b85455b631e2ab5818280ae5f0da2c3d03296f72803b7e98cd444126f0c457f267093ba9d71d7ebda17349c1fb3495b5fdcbe83452d1
|
|
@@ -50,14 +50,12 @@ module CapistranoMulticonfigParallel
|
|
|
50
50
|
log_to_file "Child process for worker #{@job_id} on_exit disconnected due to error #{exit_status.inspect}"
|
|
51
51
|
print_error_if_exist
|
|
52
52
|
@exit_status = status.exitstatus
|
|
53
|
-
process_runner.check_exit_status
|
|
54
53
|
end
|
|
55
54
|
|
|
56
55
|
def async_exception_handler(*data)
|
|
57
56
|
log_to_file "Child process for worker #{@job_id} async_exception_handler disconnected due to error #{data.inspect}"
|
|
58
57
|
io_callback('stderr', data)
|
|
59
58
|
@exit_status = 1
|
|
60
|
-
process_runner.check_exit_status
|
|
61
59
|
end
|
|
62
60
|
|
|
63
61
|
def watch_handler(process)
|