capistrano_multiconfig_parallel 0.20.2 → 0.20.3
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: 0b4b85572eb7fd2eb0712f8427992cc326b13c24
|
4
|
+
data.tar.gz: dd90572d6b5094becf61274d7ccfd6c98fcf8545
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8f0d234983c1dc31b400a70b0fb214ca8497d3f85c81b54ac9b0c9928ec4ef66b650901b615b12a498913ff151592c66e4274f027e05358bfc852c1c043b9fb9
|
7
|
+
data.tar.gz: 1f3e0f2665d4fa3bb730be54e2f407bbb8b6ff392b8b501c55216b341819531705952970c96a480496d66b8beb46694658973aa2dc1b2b29a945af4da74d79e0
|
@@ -2,27 +2,25 @@ default_config:
|
|
2
2
|
- name: 'multi_debug'
|
3
3
|
type: 'boolean'
|
4
4
|
description: >-
|
5
|
-
Enable debugging of workers
|
5
|
+
Enable debugging of workers
|
6
6
|
default: TRUE
|
7
7
|
|
8
8
|
- name: 'multi_secvential'
|
9
9
|
type: 'boolean'
|
10
10
|
description: >-
|
11
|
-
Forces execution of jobs in sequence
|
11
|
+
Forces execution of jobs in sequence
|
12
12
|
default: false
|
13
13
|
|
14
14
|
- name: 'websocket_server.enable_debug'
|
15
15
|
type: 'boolean'
|
16
16
|
description: >-
|
17
|
-
Enables debugging of websocket communication between the workers
|
18
|
-
CAP_VALUE can be true or false
|
17
|
+
Enables debugging of websocket communication between the workers
|
19
18
|
default: false
|
20
19
|
|
21
20
|
- name: 'development_stages'
|
22
21
|
type: 'Array'
|
23
22
|
description: >-
|
24
23
|
Each of the items is used to recognize it as a development stage,
|
25
|
-
CAP_VALUE can Array of String
|
26
24
|
default:
|
27
25
|
- development
|
28
26
|
- webdev
|
@@ -32,7 +30,6 @@ default_config:
|
|
32
30
|
description: >-
|
33
31
|
Enable user confirmation dialogs before executing each task
|
34
32
|
from option **--task_confirmations**
|
35
|
-
CAP_VALUE can be Array of strings ( task names with scope)
|
36
33
|
default:
|
37
34
|
- deploy:symlink:release
|
38
35
|
|
@@ -41,7 +38,6 @@ default_config:
|
|
41
38
|
type: 'Array'
|
42
39
|
description: >-
|
43
40
|
Defines the stages for which option **--syncronize_confirmation** applies.
|
44
|
-
CAP_VALUE can be an Array of strings (stages)
|
45
41
|
default:
|
46
42
|
- production
|
47
43
|
|