capistrano_multiconfig_parallel 0.24.0 → 0.24.1
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/README.md +2 -2
- data/img/interactive_menu-min.png +0 -0
- data/img/parallel_demo-min.png +0 -0
- data/lib/capistrano_multiconfig_parallel/celluloid/celluloid_worker.rb +1 -1
- data/lib/capistrano_multiconfig_parallel/version.rb +1 -1
- metadata +4 -4
- data/img/interactive_menu.png +0 -0
- data/img/parallel_demo.png +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: aeb894dbfb76fd3ff17a9c606c1bc1299da63299
|
|
4
|
+
data.tar.gz: cd9d64fa44281f85ec1dd7105e4120474556ddf1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 874c1f79c161f80f9e61f0318f2ba61a87f1f4f834099a3071b3ee52769a4a94a29ccb5a4be20ae854f2733082ab995d1c5eae06375bfb7b1650a864d956ccdf
|
|
7
|
+
data.tar.gz: a968bafec4ac99f00998e17cb164ce8ee41acd32d577805f817aacee2c91eeffb47c0a9b4350a08fa3c18b9a6e6da35815d2eb4815975caa5d67e4d49a2558f3
|
data/README.md
CHANGED
|
@@ -6,7 +6,7 @@ capistrano_multiconfig_parallel
|
|
|
6
6
|
DEMO
|
|
7
7
|
----
|
|
8
8
|
|
|
9
|
-
[](#features)
|
|
9
|
+
[](#features)
|
|
10
10
|
|
|
11
11
|
Description
|
|
12
12
|
-----------
|
|
@@ -208,7 +208,7 @@ bundle exec multi_cap deploy_multi_stages STAGES=development, staging, producti
|
|
|
208
208
|
|
|
209
209
|
Demo:
|
|
210
210
|
|
|
211
|
-
[](#features)
|
|
211
|
+
[](#features)
|
|
212
212
|
|
|
213
213
|
NOTE: IF you want to execute a different command on all stages, you can specify environment variable **ACTION=task_name** either when you specify the STAGES, or can be done individually for each task when prompted about additional ENV options
|
|
214
214
|
|
|
Binary file
|
|
Binary file
|
|
@@ -170,7 +170,7 @@ module CapistranoMulticonfigParallel
|
|
|
170
170
|
def finish_worker(exit_status)
|
|
171
171
|
log_to_file("worker #{job_id} tries to terminate with exit_status #{exit_status}")
|
|
172
172
|
@manager.mark_completed_remaining_tasks(@job)
|
|
173
|
-
update_machine_state('FINISHED')
|
|
173
|
+
update_machine_state('FINISHED') if exit_status == 0
|
|
174
174
|
@manager.workers_terminated.signal('completed') if @manager.alive? && @manager.all_workers_finished?
|
|
175
175
|
end
|
|
176
176
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: capistrano_multiconfig_parallel
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.24.
|
|
4
|
+
version: 0.24.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- bogdanRada
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-12-
|
|
11
|
+
date: 2015-12-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: celluloid-pmap
|
|
@@ -634,8 +634,8 @@ files:
|
|
|
634
634
|
- Rakefile
|
|
635
635
|
- bin/multi_cap
|
|
636
636
|
- capistrano_multiconfig_parallel.gemspec
|
|
637
|
-
- img/interactive_menu.png
|
|
638
|
-
- img/parallel_demo.png
|
|
637
|
+
- img/interactive_menu-min.png
|
|
638
|
+
- img/parallel_demo-min.png
|
|
639
639
|
- init.rb
|
|
640
640
|
- lib/capistrano_multiconfig_parallel.rb
|
|
641
641
|
- lib/capistrano_multiconfig_parallel/all.rb
|
data/img/interactive_menu.png
DELETED
|
Binary file
|
data/img/parallel_demo.png
DELETED
|
Binary file
|