diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-10-01 22:08:03 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-10-06 15:19:27 +0300 |
commit | 235771a20da1da0c3ff495d03e6c223880cbcf20 (patch) | |
tree | 2e5a24db5500335a58c75fa066089f2bf7b92726 /doc/manual.cli | |
parent | dd4393647c51e75abeea8cd3e516ca1ed2bd23f3 (diff) |
Add re-distribution phase for checked out packages
Diffstat (limited to 'doc/manual.cli')
-rw-r--r-- | doc/manual.cli | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/manual.cli b/doc/manual.cli index 85ad89a..c5781ae 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -932,6 +932,11 @@ bpkg -v update <package-name> bpkg -v test <package-name> \ +If a primary or test package comes from a version control-based repository, +then its \c{dist} meta-operation is also tested as a part of the +\c{bpkg.configure.build} step by re-distributing the source directory in the +load distribution mode after configuration. + As an example, the following POSIX shell script can be used to setup the environment for building C and C++ packages with GCC 9 on most Linux distributions. |