diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-05-25 12:43:53 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-05-31 15:21:02 +0200 |
commit | ea4ebc8b7eda78d993d67f5fffbcf2eb19690899 (patch) | |
tree | 77c90020a3199c0ebdeb5dbf376dabbe862249c0 | |
parent | d5faeb9cb5a28758069301f6d0394842f71ca4ad (diff) | |
download | justbuild-ea4ebc8b7eda78d993d67f5fffbcf2eb19690899.tar.gz |
man: Document ignore-special entry for all just-mr roots
-rw-r--r-- | share/man/just-mr-repository-config.5.org | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/share/man/just-mr-repository-config.5.org b/share/man/just-mr-repository-config.5.org index 8fd9a032..1cfd396c 100644 --- a/share/man/just-mr-repository-config.5.org +++ b/share/man/just-mr-repository-config.5.org @@ -38,6 +38,10 @@ The following fields are supported: - ~"path"~ provides the root directory containing the source files. This entry is mandatory. +- ~"ignore_special"~ is a boolean signaling that the resulting root should + ignore all special (i.e., neither file, executable, nor tree) entries. + Defaults to ~false~ if missing or not evaluating to ~true~. + *** ~"archive"~ / ~"zip"~ They define as workspace root a remote archive. @@ -66,6 +70,10 @@ The following fields are supported: - ~"subdir"~ specifies the subdirectory withing the unpacked archive. This entry is optional. If missing, the root directory of the archive is used. +- ~"ignore_special"~ is a boolean signaling that the resulting root should + ignore all special (i.e., neither file, executable, nor tree) entries. + Defaults to ~false~ if missing or not evaluating to ~true~. + *** ~"git"~ It defines as workspace root a part of a Git repository. @@ -85,6 +93,10 @@ The following fields are supported: This entry is optional. If missing, the root directory of the Git repository is used. +- ~"ignore_special"~ is a boolean signaling that the resulting root should + ignore all special (i.e., neither file, executable, nor tree) entries. + Defaults to ~false~ if missing or not evaluating to ~true~. + *** ~"git tree"~ It defines as workspace root a known Git tree obtainable by a generic command. @@ -102,6 +114,10 @@ The following fields are supported: - ~"env"~ provides a map of envariables to be set for executing the command. +- ~"ignore_special"~ is a boolean signaling that the resulting root should + ignore all special (i.e., neither file, executable, nor tree) entries. + Defaults to ~false~ if missing or not evaluating to ~true~. + *** ~"distdir"~ It defines as workspace root a directory with the distribution archives @@ -113,6 +129,10 @@ The following fields are supported: - ~"repositories"~ provides a list of global names of repositories. This entry is mandatory. +- ~"ignore_special"~ is a boolean signaling that the resulting root should + ignore all special (i.e., neither file, executable, nor tree) entries. + Defaults to ~false~ if missing or not evaluating to ~true~. + *** Additional keys The key ~"pragma"~ is reserved for type-specific repository |