From fafc5727732c7df2c98b123292f483411e0050e3 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 31 Jan 2022 12:24:28 +0300 Subject: Add support for bootstrap-build and root-build values in package manifest --- doc/manual.cli | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/manual.cli b/doc/manual.cli index d9440e8..b00430a 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -620,6 +620,9 @@ license: [; ] [builds]: [; ] [build-include]: [/] [; ] [build-exclude]: [/] [; ] + +[bootstrap-build]: +[root-build]: \ \h2#manifest-package-name|\c{name}| @@ -1434,6 +1437,19 @@ Note that the comment of the matching exclusion is used by the web interface (\c{brep}) to display the reason for the build configuration exclusion. +\h2#manifest-package-bootstrap-root-build|\c{{bootstrap,root\}-build}| + +\ +[bootstrap-build]: +[root-build]: +\ + +The contents of the mandatory \c{bootstrap.build} and optional \c{root.build} +files in the package's \c{build/} (or their alternative names) subdirectory. +If unspecified, then they will be automatically added, for example, when the +\l{#manifest-package-list-pkg package list manifest} is created. + + \h#manifest-package-list-pkg|Package List Manifest for \cb{pkg} Repositories| The package list manifest (the \c{packages.manifest} file found in the @@ -1450,7 +1466,8 @@ After the list manifest comes a (potentially empty) sequence of package manifests. These manifests shall not contain any \c{*-file} or incomplete \l{#manifest-package-depends \c{depends}} values (such values should be converted to their inline versions or completed, respectively) but must -contain the following additional (to package manifest) values: +contain the \c{*-build} values (unless the corresponding files are absent) and +the following additional (to package manifest) values: \ location: -- cgit v1.1