aboutsummaryrefslogtreecommitdiff
path: root/doc/properties.rst
Commit message (Collapse)AuthorAge
* rename READFILE, WRITEFILE, corresponding generics and some wrappersSean Whitton2022-04-02
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* rename PASSWD-ENTRY -> PASSWD-FIELDSean Whitton2022-04-01
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add APT:SUITES-AVAILABLE-PINNED & OS:DEBIAN-EXPERIMENTALSean Whitton2021-06-17
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* fix text about what happens in the absence of a :CHECK subroutineSean Whitton2021-05-25
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add note about use of non-POSIX facilities & docstringsSean Whitton2021-05-23
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* :PREPROCESS subroutines are not executed exclusively in root LispSean Whitton2021-05-09
| | | | | | | For example, they are executed when programmatically calling other properties during :APPLY/:UNAPPLY subroutines in remote Lisp images. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* document working directory conventionsSean Whitton2021-03-25
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* MAP-PROPSPEC-PROPAPPS: check for ambiguous propspecsSean Whitton2021-03-15
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* distinguish between :DESC subroutines and docstrines in DEFPROPSean Whitton2021-03-04
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add :PREPROCESS property subroutinesSean Whitton2021-03-01
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* plan for handling nested propspecsSean Whitton2021-02-27
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* :NOCHANGE -> :NO-CHANGESean Whitton2021-02-25
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* "Lisp process" -> "Lisp image"Sean Whitton2021-02-20
| | | | | | Following the HyperSpec's glossary. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add GET-HOSTNAMESean Whitton2021-02-20
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* each value in HOSTATTRS plist is now prepend-onlySean Whitton2021-02-19
| | | | | | | | | | Previous approach would have required us to deep copy the list when we wanted to use things like DEPLOY, DEPLOY-THESE and connections like :DEBIAN-SBCL, but that would have meant that adding new kinds of hostattrs would have required writing copy methods. The new semantics should enable us to do the same things with hostattrs with only shallow copying. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* tidy up existing docsSean Whitton2021-02-18
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* updates for having dropped apply-propertiesSean Whitton2021-02-16
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* property :hostattrs subroutines can make arbitrary modificationsSean Whitton2021-02-14
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* notes on types of properties and hostattrs subroutineSean Whitton2021-02-14
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* some semantics of property subroutinesSean Whitton2021-02-12
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>