aboutsummaryrefslogtreecommitdiff
path: root/src/deployment.lisp
Commit message (Expand)AuthorAge
* DEPLOYS-THESE: fix :PREPROCESS subroutineSean Whitton2021-06-03
* factor out ENSURE-HOST & call it in hostattrs accessorsSean Whitton2021-05-30
* add optional HOST arg to some accessors for hostattrsSean Whitton2021-05-29
* rework bootloader installation so can use property-defining macrosSean Whitton2021-05-09
* add LOCALSUDO and LOCALHDSean Whitton2021-05-06
* replace WITH-LOCAL-... with an EVALS propertySean Whitton2021-05-06
* chroot connections: set up bind mounts and virtual filesystemsSean Whitton2021-04-30
* CONTINUE-DEPLOY* connections: push a new connection objectSean Whitton2021-04-30
* define UNION-PROPSPEC-INTO-HOST for null second argumentSean Whitton2021-04-26
* add HOSTDEPLOY, HOSTDEPLOY-THESESean Whitton2021-04-05
* RECONNECTS: improve descriptionSean Whitton2021-04-05
* DEPLOY: don't accept string for hostSean Whitton2021-04-01
* propagate :NO-CHANGE out of fork subdeploymentsSean Whitton2021-04-01
* add descriptions to DEPLOYS, DEPLOYS-THESE, RECONNECTSSean Whitton2021-04-01
* RECONNECT: avoid copying all prerequisite dataSean Whitton2021-03-27
* move copying to the inside of {union,replace}-propspec-into-hostSean Whitton2021-03-24
* make PROPERTIES argument to DEPLOY{S,}-THESE* requiredSean Whitton2021-03-24
* make dedicated RECONNECTS property rather than using DEPLOYS-THESESean Whitton2021-03-24
* attempt to implement :AS connection type and AS combinatorSean Whitton2021-03-24
* fix typoSean Whitton2021-03-23
* untabifySean Whitton2021-03-22
* %CONSFIGURE: accept NIL for CONNECTIONS argumentSean Whitton2021-03-22
* DEPLOY, DEPLOY-THESE: accept string for HOSTSean Whitton2021-03-21
* CONTINUE-DEPLOY*: pass :LOCAL as default remaining connectionSean Whitton2021-03-21
* add and use :CONSFIGURATOR named readtableSean Whitton2021-03-20
* %CONSFIGURE: don't prepend :LOCAL when a connection existsSean Whitton2021-03-19
* pull MAKE-PROPSPEC out of PROPS & set SYSTEMS from *HOST*Sean Whitton2021-03-19
* %CONSFIGURE no longer assumes that :HOSTATTRS have been runSean Whitton2021-03-18
* improve the DEFUN defined for calling properties programmaticallySean Whitton2021-03-18
* enable retrieving existing hostattrs in DEPLOY and DEPLOY-THESESean Whitton2021-03-18
* call :PREPROCESS and :HOSTATTRS subroutines laterSean Whitton2021-03-15
* attempt to implement revised propspecs specSean Whitton2021-03-15
* shallow copy host in a few more places to preserve consfig valuesSean Whitton2021-03-10
* fix call to %UNION-PROPSPEC-INTO-HOSTSean Whitton2021-03-04
* replace dummy macro definitions with some ElispSean Whitton2021-03-04
* also propagate list of required systemsSean Whitton2021-03-01
* add dummy DEPLOYS., DEPLOYS-THESE. definitionsSean Whitton2021-03-01
* replace DEFHOSTDEPLOYSean Whitton2021-03-01
* attempt to implement DEPLOYS and DEPLOYS-THESESean Whitton2021-03-01
* add TODO regarding DEFHOSTDEPLOYSean Whitton2021-02-28
* move DEPLOY* upSean Whitton2021-02-28
* eliminate global value for *CONNECTION*Sean Whitton2021-02-28
* tidy up entering and reentering Consfigurator's primary loopSean Whitton2021-02-28
* move properties type check into EVAL-PROPSPECSean Whitton2021-02-28
* Revert "define and bind *LAST-HOP-INFO*, *THIS-HOP-INFO*"Sean Whitton2021-02-27
* note about the WHEN-LET in DEPLOY*Sean Whitton2021-02-24
* grammarSean Whitton2021-02-24
* capitalise symbol nameSean Whitton2021-02-24
* don't use :POSIX to refer to a connection typeSean Whitton2021-02-24
* commentSean Whitton2021-02-24