From f1d08308522bbcbc655f6e55b4b84af9253d8679 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 9 Feb 2023 09:00:55 +0200 Subject: Infrastructure work for binary distribution package generation --- bpkg/pkg-build.cli | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'bpkg/pkg-build.cli') diff --git a/bpkg/pkg-build.cli b/bpkg/pkg-build.cli index 41a8432..28e4fa2 100644 --- a/bpkg/pkg-build.cli +++ b/bpkg/pkg-build.cli @@ -466,6 +466,25 @@ namespace bpkg with the \cb{--sys-install} option." } + string --sys-distribution + { + "", + "Alternative system/distribution package manager to interact with. The + valid values are \cb{debian} (Debian and alike, such as Ubuntu, + etc) and \cb{fedora} (Fedora and alike, such as RHEL, CentOS, etc). + Note that some package managers may only be supported when running on + certain host operating systems." + } + + string --sys-architecture + { + "", + "Alternative architecture to use when interacting with the system + package manager. The valid values are system/distribution + package manager-specific. If unspecified, the host architecture + is used." + } + dir_paths --directory|-d { "", -- cgit v1.1