From afd0b8699b009b96be34ba2a20441ecb223957ce Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 14 Mar 2023 09:32:22 +0200 Subject: Add support for generating installation archives in pkg-bindist --- bpkg/system-package-manager.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bpkg/system-package-manager.hxx') diff --git a/bpkg/system-package-manager.hxx b/bpkg/system-package-manager.hxx index 4ae2e07..6cdb2d4 100644 --- a/bpkg/system-package-manager.hxx +++ b/bpkg/system-package-manager.hxx @@ -411,8 +411,9 @@ namespace bpkg // this platform. If architecture is empty, then derive it automatically // from the host target triplet. Currently recognized names: // - // debian -- Debian and alike (Ubuntu, etc) using the APT frontend. - // fedora -- Fedora and alike (RHEL, Centos, etc) using the DNF frontend. + // debian -- Debian and alike (Ubuntu, etc) using the APT frontend. + // fedora -- Fedora and alike (RHEL, Centos, etc) using the DNF frontend. + // archive -- Installation archive, any platform, production only. // // Note: the name can be used to select an alternative package manager // implementation on platforms that support multiple. -- cgit v1.1