@@ -9,7 +9,7 @@ For each argument the name in brackets indicates which package contributes it.
9
9
10
10
.. _package-selection-args_build-base_arg :
11
11
12
- \\ --build-base BUILD_BASE
12
+ \- -build-base BUILD_BASE
13
13
The base path for all build directories.
14
14
The default value is ``./build ``.
15
15
Each package uses a subdirectory in that base path as its package specific
@@ -21,101 +21,101 @@ For each argument the name in brackets indicates which package contributes it.
21
21
22
22
.. _package-selection-args_packages-up-to_arg :
23
23
24
- \\ --packages-up-to [PKG_NAME [PKG_NAME ...]]
24
+ \- -packages-up-to [PKG_NAME [PKG_NAME ...]]
25
25
Select the packages with the passed names as well as their recursive
26
26
dependencies.
27
27
28
28
.. _package-selection-args_packages-up-to-regex_arg :
29
29
30
- \\ --packages-up-to-regex [PATTERN [PATTERN ...]]
30
+ \- -packages-up-to-regex [PATTERN [PATTERN ...]]
31
31
Select the packages that match any of the passed patterns as well as their
32
32
recursive dependencies.
33
33
34
34
.. _package-selection-args_packages-above_arg :
35
35
36
- \\ --packages-above [PKG_NAME [PKG_NAME ...]]
36
+ \- -packages-above [PKG_NAME [PKG_NAME ...]]
37
37
Select the packages with the passed names as well as packages which
38
38
recursively depend on them.
39
39
40
40
.. _package-selection-args_packages-above-and-dependencies_arg :
41
41
42
- \\ --packages-above-and-dependencies [PKG_NAME [PKG_NAME ...]]
42
+ \- -packages-above-and-dependencies [PKG_NAME [PKG_NAME ...]]
43
43
Select the packages with the passed names, packages which
44
44
recursively depend on them as well as their recursive dependencies.
45
45
46
46
.. _package-selection-args_packages-above-depth_arg :
47
47
48
- \\ --packages-above-depth DEPTH [PKG_NAME ...]
48
+ \- -packages-above-depth DEPTH [PKG_NAME ...]
49
49
Select the packages with the passed names as well as packages which
50
50
recursively depend on them up to the given depth.
51
51
52
52
.. _package-selection-args_packages-by-dep_arg :
53
53
54
- \\ --packages-select-by-dep [DEP_NAME [DEP_NAME ...]]
54
+ \- -packages-select-by-dep [DEP_NAME [DEP_NAME ...]]
55
55
Select packages which (recursively) depend on the given packages.
56
56
57
57
.. _package-selection-args_packages-skip-by-dep_arg :
58
58
59
- \\ --packages-skip-by-dep [DEP_NAME [DEP_NAME ...]]
59
+ \- -packages-skip-by-dep [DEP_NAME [DEP_NAME ...]]
60
60
Skip packages which (recursively) depend on the given packages.
61
61
62
62
.. _package-selection-args_packages-skip-up-to_arg :
63
63
64
- \\ --packages-skip-up-to [PKG_NAME [PKG_NAME ...]]
64
+ \- -packages-skip-up-to [PKG_NAME [PKG_NAME ...]]
65
65
Skip the packages with the passed names as well as their recursive
66
66
dependencies.
67
67
68
68
.. _package-selection-args_packages-select-build-failed_arg :
69
69
70
- \\ --packages-select-build-failed
70
+ \- -packages-select-build-failed
71
71
Select packages which have failed to build previously.
72
72
Packages which have been aborted previously are not included.
73
73
74
74
.. _package-selection-args_packages-skip-build-finished_arg :
75
75
76
- \\ --packages-skip-build-finished
76
+ \- -packages-skip-build-finished
77
77
Skip packages which have finished to build previously.
78
78
79
79
.. _package-selection-args_packages-select-test-failures_arg :
80
80
81
- \\ --packages-select-test-failures
81
+ \- -packages-select-test-failures
82
82
Select packages which had test failures previously.
83
83
84
84
.. _package-selection-args_packages-skip-test-passed_arg :
85
85
86
- \\ --packages-skip-test-passed
86
+ \- -packages-skip-test-passed
87
87
Skip packages which had no test failures previously.
88
88
89
89
.. _package-selection-args_packages-select_arg :
90
90
91
- \\ --packages-select [PKG_NAME [PKG_NAME ...]]
91
+ \- -packages-select [PKG_NAME [PKG_NAME ...]]
92
92
Select the packages with the passed names.
93
93
94
94
.. _package-selection-args_packages-skip_arg :
95
95
96
- \\ --packages-skip [PKG_NAME [PKG_NAME ...]]
96
+ \- -packages-skip [PKG_NAME [PKG_NAME ...]]
97
97
Skip the packages with the passed names.
98
98
99
99
.. _package-selection-args_packages-select-regex_arg :
100
100
101
- \\ --packages-select-regex [PATTERN [PATTERN ...]]
101
+ \- -packages-select-regex [PATTERN [PATTERN ...]]
102
102
Select the packages where any of the patterns match the package name.
103
103
104
104
.. _package-selection-args_packages-skip-regex_arg :
105
105
106
- \\ --packages-skip-regex [PATTERN [PATTERN ...]]
106
+ \- -packages-skip-regex [PATTERN [PATTERN ...]]
107
107
Skip the packages where any of the patterns match the package name.
108
108
109
109
.. _package-selection-args_packages-start_arg :
110
110
111
- \\ --packages-start PKG_NAME
111
+ \- -packages-start PKG_NAME
112
112
Skip packages before the given package name in flat topological ordering.
113
113
This option only makes sense when using the
114
114
:ref: `sequential executor <executor-args_executor_arg_sequential >`.
115
115
116
116
.. _package-selection-args_packages-end_arg :
117
117
118
- \\ --packages-end PKG_NAME
118
+ \- -packages-end PKG_NAME
119
119
Skip packages after the given package name in flat topological ordering.
120
120
This option only makes sense when using the
121
121
:ref: `sequential executor <executor-args_executor_arg_sequential >`.
0 commit comments