diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2022-11-28 10:18:57 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2022-12-06 13:49:52 +0300 |
commit | 0d4ea3bf50f3addb239ff8998c05fa4b367c6c9f (patch) | |
tree | 57b5e4d16f3243e50932eaf5c2f2b0d021148ee2 /doc | |
parent | 9d50600f7ca9f900f8bfdcd30668c7ee47b2c176 (diff) |
Make sure we only build one package config per interactive tennant
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual.cli | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/manual.cli b/doc/manual.cli index d0a1923..53dcb28 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -359,8 +359,21 @@ being applied. Currently, only the following value groups can be overridden: \ build-email build-{warning,error}-email builds build-{include,exclude} +*-builds *-build-{include,exclude} \ +Note that the build constraints group values (both common and build package +configuration-specific) are overridden hierarchically so that the +\c{[\b{*-}]\b{build-}{\b{include},\b{exclude}\}} overrides don't affect the +respective \c{[\b{*-}]\b{builds}} values. + +Note also that the common and build package configuration-specific build +constraints group value overrides are mutually exclusive. If the common build +constraints are overridden, then all the configuration-specific constraints +are removed. Otherwise, if any configuration-specific constraints are +overridden, then for the remaining configurations the build constraints are +reset to \cb{builds:\ none}. + See \l{bpkg#manifest-package Package Manifest} for details on these values. |