From d956e69e8b55dc2248b902490a138a46f02f9e55 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 1 Feb 2023 14:32:04 +0200 Subject: Add --sys-no-stub bpkg-pkg-build option to allow sys: packages without stubs --- bpkg/pkg-build.cli | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'bpkg/pkg-build.cli') 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 () or to the package directory (\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}. -- cgit v1.1