aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-build.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-02-01 14:32:04 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-02-01 14:32:04 +0200
commitd956e69e8b55dc2248b902490a138a46f02f9e55 (patch)
tree3b1c0021597c10402d7c89a4f095760f73a54aa0 /bpkg/pkg-build.cli
parent546391dab6173660acceba6404136e9411ce1388 (diff)
Add --sys-no-stub bpkg-pkg-build option to allow sys: packages without stubs
Diffstat (limited to 'bpkg/pkg-build.cli')
-rw-r--r--bpkg/pkg-build.cli10
1 files changed, 9 insertions, 1 deletions
diff --git a/bpkg/pkg-build.cli b/bpkg/pkg-build.cli
index 740764b..41a8432 100644
--- a/bpkg/pkg-build.cli
+++ b/bpkg/pkg-build.cli
@@ -107,7 +107,8 @@ namespace bpkg
manager is supported, then the automatic installation of an available
package can be requested with the \cb{--sys-install} option. Note that if
the version is not explicitly specified, then at least a stub package
- must be available from one of the repositories.
+ must be available from one of the repositories unless the
+ \cb{--sys-no-stub} option is specified.
Finally, a package can be specified as either the path to the package
archive (<file>) or to the package directory (<dir>\cb{/}; note that it
@@ -437,6 +438,13 @@ namespace bpkg
This option only makes sense together with \cb{--sys-install}."
}
+ bool --sys-no-stub
+ {
+ "Do no require a stub for packages specified with the \cb{sys} scheme.
+ Note that this option has effect only if the system package manager
+ interactions are supported and not disabled."
+ }
+
bool --sys-yes
{
"Assume the answer to the system package manager prompts is \cb{yes}.