aboutsummaryrefslogtreecommitdiff
path: root/src/data.lisp
Commit message (Expand)AuthorAge
...
* %GET-DATA: add some debug outputSean Whitton2021-03-27
* use PATHNAME-FILE instead of PATHNAME-NAMESean Whitton2021-03-27
* avoid using an :AROUND method for default implementationSean Whitton2021-03-27
* move definition of constant down to where it's usedSean Whitton2021-03-27
* rework %GET-DATA & UPLOAD-ALL-PREREQUISITE-DATA to cache string dataSean Whitton2021-03-27
* rework uploading data to be in terms of CONNECTION-UPLOADSean Whitton2021-03-27
* drop support for passing a host to UPLOAD-ALL-PREREQUISITE-DATASean Whitton2021-03-26
* add and export GET-HIGHEST-LOCAL-CACHED-PREREQUISITE-DATASean Whitton2021-03-23
* use ENSURE-DIRECTORY-PATHNAME in LOCAL-DATA-PATHNAMESean Whitton2021-03-23
* simplify definition of MISSING-DATA-SOURCESean Whitton2021-03-23
* make DATA-MIME SETF'ableSean Whitton2021-03-23
* add ENSURE-DIRECTORIES-EXIST to LOCAL-DATA-PATHNAME and exportSean Whitton2021-03-23
* add DATA-SOURCE-PROVIDING-PSean Whitton2021-03-23
* add missing SPECIAL proclamation for *CONSFIGURATOR-DEBUG-LEVEL*Sean Whitton2021-03-22
* attempt to make remote Lisp show LOAD output only if loading failsSean Whitton2021-03-22
* untabifySean Whitton2021-03-22
* add MAKE-PASSPHRASE and use it to protect more sudo passwordsSean Whitton2021-03-22
* :DEBIAN-SBCL connection: tidy up outputSean Whitton2021-03-21
* add facility for more regular progress and debug printingSean Whitton2021-03-21
* add workaround for CL-HEREDOC-SYSTEM packageSean Whitton2021-03-21
* add and use :CONSFIGURATOR named readtableSean Whitton2021-03-20
* hide sudo passwords in the debuggerSean Whitton2021-03-19
* send (REQUIRE "sb-cltl2") to the remote LispSean Whitton2021-03-15
* don't ever try to load ASDF systemsSean Whitton2021-03-15
* call :PREPROCESS and :HOSTATTRS subroutines laterSean Whitton2021-03-15
* rename *REMOTE-LISP* to *SUPPRESS-LOADING-SYSTEMS*Sean Whitton2021-03-15
* catch PRINT-NOT-READABLE and turn it into an unrestartable errorSean Whitton2021-03-06
* bind a variable to block trying to load ASDF systems in remote LispsSean Whitton2021-03-01
* attempt to implement DEPLOYS and DEPLOYS-THESESean Whitton2021-03-01
* eliminate global value for *CONNECTION*Sean Whitton2021-02-28
* tidy up entering and reentering Consfigurator's primary loopSean Whitton2021-02-28
* store record of remote cache in field of *CONNECTION*Sean Whitton2021-02-27
* use ZEROPSean Whitton2021-02-27
* ensure we pass a quoted list to DEPLOY*Sean Whitton2021-02-27
* attempt to implement umask support for CONNECTION-WRITEFILESean Whitton2021-02-27
* add TODOSean Whitton2021-02-26
* use MRUN rather than RUN in some more placesSean Whitton2021-02-24
* add some output as Consfigurator executes deploymentsSean Whitton2021-02-24
* remote Lisp images can ignore failures to load consfigs as systemsSean Whitton2021-02-24
* catch read errors in DEPLOYMENT-HANDOVER-PROGRAMSean Whitton2021-02-23
* implement the basic functionaltiy of :DEBIAN-SBCL connection typeSean Whitton2021-02-23
* fix call to FIND-METHODSean Whitton2021-02-23
* attempt to fix streaming data into remote sudoSean Whitton2021-02-23
* comment->docstringSean Whitton2021-02-23
* reflowSean Whitton2021-02-23
* fix type of argument passed to SUBTYPEPSean Whitton2021-02-23
* fix QUERY-DATA-SOURCESSean Whitton2021-02-23
* fix call to BABEL:STRING-TO-OCTETSSean Whitton2021-02-23
* fix REQUEST-LISP-SYSTEMSSean Whitton2021-02-22
* fix registering the :ASDF data sourceSean Whitton2021-02-22