aboutsummaryrefslogtreecommitdiff
path: root/doc/properties.rst
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-25 09:19:59 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-25 10:11:30 -0700
commit8437e0ca879915c3b00236e703aec6a6151ec701 (patch)
tree55a73a614ee788941f211b164c00e6d1e2e9911a /doc/properties.rst
parent4170ae1f0dbc98178768857d9bac60c891bf7140 (diff)
downloadconsfigurator-8437e0ca879915c3b00236e703aec6a6151ec701.tar.gz
document working directory conventions
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'doc/properties.rst')
-rw-r--r--doc/properties.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/properties.rst b/doc/properties.rst
index 32b5b29..16e69dc 100644
--- a/doc/properties.rst
+++ b/doc/properties.rst
@@ -10,6 +10,17 @@ special meaning in unevaluated property application specifications.
Properties occupy the function cells of symbols, so do not try to define an
ordinary function with the same name as a property.
+Working directories
+-------------------
+
+Except where specified otherwise in property docstrings, relative paths are
+relative to the remote home directory. ``:LISP`` properties may assume they
+will be executed in the remote home directory, and ``:POSIX`` properties may
+assume that commands will be executed in the remote home directory, and that
+relative paths passed to ``READFILE`` and ``WRITEFILE`` are relative to the
+remote home directory. Use ``WITH-REMOTE-CURRENT-DIRECTORY`` to change the
+remote working directory in a way which ensures it will get changed back.
+
Property subroutines
--------------------