diff options
author | merakor <cem@ckyln.com> | 2021-04-26 08:39:28 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2021-04-26 08:39:28 +0000 |
commit | 5c13aab6888010cd4c91645002c629c2958997a2 (patch) | |
tree | d5444a514fcde5915bf9352d3ee32e65bde02016 /docs | |
parent | 85b402cb08956fb6b434968430b52d16d5b33f1f (diff) | |
parent | c4c99c6ee7d7d20067cd3d6e2ddcd8e138ca1300 (diff) | |
download | cpt-5c13aab6888010cd4c91645002c629c2958997a2.tar.gz |
Merge branch 'repository-backend' to 'trunk'
FossilOrigin-Name: 1f4476fd14406be62ea7a09a9ea0f6cc04907b6eeecbd991396cb91f9e5e96dd
Diffstat (limited to 'docs')
-rw-r--r-- | docs/cpt.org | 2 | ||||
-rw-r--r-- | docs/cpt.texi | 2 | ||||
-rw-r--r-- | docs/cpt.txt | 3 |
3 files changed, 7 insertions, 0 deletions
diff --git a/docs/cpt.org b/docs/cpt.org index 3949cea..0a442d3 100644 --- a/docs/cpt.org +++ b/docs/cpt.org @@ -179,6 +179,8 @@ to provide detailed information. Set the temporary build directory name. - ~CPT_PROMPT~ :: If set to 0, =cpt= will not prompt you for anything. +- ~CPT_REPO_CACHE~ :: + If set to 0, =cpt= will not use or write repository information cache. - ~CPT_ROOT~ :: If this variable is set, =cpt= will assume the given path as the system root. - ~CPT_TEST~ :: diff --git a/docs/cpt.texi b/docs/cpt.texi index c39b393..0ff0e8d 100644 --- a/docs/cpt.texi +++ b/docs/cpt.texi @@ -293,6 +293,8 @@ If set to 1, @samp{cpt} will keep logs regardless of operation success. Set the temporary build directory name. @item @code{CPT_PROMPT} If set to 0, @samp{cpt} will not prompt you for anything. +@item @code{CPT_REPO_CACHE} +If set to 0, @samp{cpt} will not use or write repository information cache. @item @code{CPT_ROOT} If this variable is set, @samp{cpt} will assume the given path as the system root. @item @code{CPT_TEST} diff --git a/docs/cpt.txt b/docs/cpt.txt index c04a52f..8620539 100644 --- a/docs/cpt.txt +++ b/docs/cpt.txt @@ -249,6 +249,9 @@ development manual for *Carbs Packaging Tools*. For development logs see Set the temporary build directory name. `CPT_PROMPT' If set to 0, `cpt' will not prompt you for anything. + `CPT_REPO_CACHE' + If set to 0, `cpt' will not use or write repository information + cache. `CPT_ROOT' If this variable is set, `cpt' will assume the given path as the system root. |