aboutsummaryrefslogtreecommitdiff
path: root/src/deployment.lisp
Commit message (Expand)AuthorAge
* 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
* implement the basic functionaltiy of :DEBIAN-SBCL connection typeSean Whitton2021-02-23
* define and bind *LAST-HOP-INFO*, *THIS-HOP-INFO*Sean Whitton2021-02-23
* missing quote when calling DEPLOY*Sean Whitton2021-02-22
* fix preprocessing of connection chain by DEPLOY*Sean Whitton2021-02-22
* define *HOST* earlierSean Whitton2021-02-22
* attempt to implement :DEBIAN-SBCL connection typeSean Whitton2021-02-22
* extend some notesSean Whitton2021-02-21
* drop spurious blank lineSean Whitton2021-02-21
* comment out DEPLOYS and DEPLOYS-THESE for now & some notesSean Whitton2021-02-21
* start figuring out :SUDO connection typeSean Whitton2021-02-21
* split up core.lisp and get rid of .util/.core package distinctionSean Whitton2021-02-20