aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* fix printing embedded hosts and propspecsSean Whitton2021-03-01
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* actually define the functionSean Whitton2021-03-01
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* also propagate list of required systemsSean Whitton2021-03-01
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add dummy DEPLOYS., DEPLOYS-THESE. definitionsSean Whitton2021-03-01
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* bind a variable to block trying to load ASDF systems in remote LispsSean Whitton2021-03-01
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* define three destructive operations on hosts & propspecs earlierSean Whitton2021-03-01
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* implement special evaluation rules when symbol ends with a periodSean Whitton2021-03-01
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* replace DEFHOSTDEPLOYSean Whitton2021-03-01
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* reorganise propspec.lisp a bitSean Whitton2021-03-01
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* attempt to implement DEPLOYS and DEPLOYS-THESESean Whitton2021-03-01
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* attempt to avoid redefinition warnings in consfigsSean Whitton2021-03-01
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* use DOLISTSean Whitton2021-03-01
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* rework executing :HOSTATTRS subroutinesSean Whitton2021-03-01
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add :PREPROCESS property subroutinesSean Whitton2021-03-01
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* default the SYSTEMS slot of propspecs whenever they are initialisedSean Whitton2021-02-28
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add TODO regarding DEFHOSTDEPLOYSean Whitton2021-02-28
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* move DEPLOY* upSean Whitton2021-02-28
| | | | | | Pure code motion. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* eliminate global value for *CONNECTION*Sean Whitton2021-02-28
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add some accessorsSean Whitton2021-02-28
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* use ENSURE-CONSSean Whitton2021-02-28
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* tidy up entering and reentering Consfigurator's primary loopSean Whitton2021-02-28
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* tweak reference to system call in error messageSean Whitton2021-02-28
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* move properties type check into EVAL-PROPSPECSean Whitton2021-02-28
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* CHROOT.FORK: wrap (require "sb-posix") in an EVAL-WHENSean Whitton2021-02-27
| | | | | | This is needed for headless compilation of Consfigurator to succeed. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* Revert "define and bind *LAST-HOP-INFO*, *THIS-HOP-INFO*"Sean Whitton2021-02-27
| | | | | | This reverts commit a67a873e251a868eb70996d9e9f425e0e14bc4d7. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* store record of remote cache in field of *CONNECTION*Sean Whitton2021-02-27
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* use ZEROPSean Whitton2021-02-27
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add :CHROOT and :CHROOT.SHELL connection typesSean Whitton2021-02-27
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* note about WITH-UMASK and threadsSean Whitton2021-02-27
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add :CHROOT-FORK connection typeSean Whitton2021-02-27
| | | | | | | Thanks to Mark Wooding for help with handling the streams, dealing with the debugger in the child, and the FORMAT rune for the child status. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* fix missing &ALLOW-OTHER-KEYS in default PREPROCESS-CONNECTION-ARGSSean Whitton2021-02-27
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* fix :SHELL-WRAP's CONNECTION-WRITEFILESean Whitton2021-02-27
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* ensure we pass a quoted list to DEPLOY*Sean Whitton2021-02-27
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* attempt to implement umask support for CONNECTION-WRITEFILESean Whitton2021-02-27
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* no need to force a shell around a shellSean Whitton2021-02-27
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* don't assume local shell is POSIXSean Whitton2021-02-27
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* ensure "Waiting ..." gets printedSean Whitton2021-02-27
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* simplify control flow by specialising on INPUT in CONNECTION-RUNSean Whitton2021-02-27
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* fix shell-wrap's CONNECTION-RUN and CONNECTION-WRITEFILESean Whitton2021-02-27
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* factor out SHELL-WRAP-CONNECTION superclassSean Whitton2021-02-27
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add TODOSean Whitton2021-02-26
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* capitalise symbol namesSean Whitton2021-02-26
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* make it easy just to get the exit code out of RUN and MRUNSean Whitton2021-02-26
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* factor out FILE::MAP-FILE-LINESSean Whitton2021-02-25
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* :NOCHANGE -> :NO-CHANGESean Whitton2021-02-25
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add TODO to convert some plain defuns to methodsSean Whitton2021-02-24
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* note about the WHEN-LET in DEPLOY*Sean Whitton2021-02-24
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* grammarSean Whitton2021-02-24
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* capitalise symbol nameSean Whitton2021-02-24
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* don't use :POSIX to refer to a connection typeSean Whitton2021-02-24
| | | | | | We are now using the POSIX-CONNECTION class to represent that connection type. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>