aboutsummaryrefslogtreecommitdiff
path: root/src/data.lisp
Commit message (Expand)AuthorAge
* provide macro WITH-RESET-DATA-SOURCESDavid Bremner2022-05-05
* refactor use of gnupg in CONSFIGURATOR.DATA.PGPDavid Bremner2022-05-05
* rename PASSPHRASE class and its associated functionsSean Whitton2022-04-10
* make argument to GET-LOCAL-CACHED-PREREQUISITE-DATA requiredSean Whitton2022-04-10
* tidy up slots of DATA classSean Whitton2022-04-10
* drop SKIP-DATA-SOURCE function & unexport the symbolSean Whitton2022-04-04
* rename READFILE, WRITEFILE, corresponding generics and some wrappersSean Whitton2022-04-02
* replace some Scheme-style namesSean Whitton2022-04-01
* rework prerequisite data naming conventions & add some validationSean Whitton2022-03-22
* replace ESCAPE-SH-TOKEN and ESCAPE-SH-COMMAND with new SH-ESCAPESean Whitton2022-03-11
* add LXC properties, :LXC{,-UNPRIV-ATTACH} connections, WITH-HOMEDIRSean Whitton2021-11-08
* replace some functions with a new :CONSFIGURATOR-CACHE connattrSean Whitton2021-10-23
* add dep on Anaphora and use APROG1, ALET & AAND in various placesSean Whitton2021-09-08
* use UIOP:XDG-CACHE-HOMESean Whitton2021-08-31
* UPLOAD-ALL-PREREQUISITE-DATA: query remote cache contents just onceSean Whitton2021-08-31
* new approach to calling fork(2) in remote Lisp imagesSean Whitton2021-07-24
* move remote Lisp images part of data.lisp to its own fileSean Whitton2021-07-23
* (remove-if #'null ...) -> (remove nil ...) & similarly for DELETE-IFSean Whitton2021-07-10
* signal SKIPPED-PROPERTIES & factor out interpreting exit codesSean Whitton2021-07-10
* fix not signalling MISSING-DATA when remote cache has some versionSean Whitton2021-06-23
* add PERIODIC:AT-MOSTSean Whitton2021-06-07
* rename REMOTE-FILE-{MODE-AND-SIZE -> STATS} & also return mtimeSean Whitton2021-06-07
* :SBCL connection: propagate :NO-CHANGESean Whitton2021-06-05
* store record of FASLs as Lisp dataSean Whitton2021-05-25
* delete old FASLs for uploaded Lisp systemsSean Whitton2021-05-25
* ensure we fail if COMPILE-FILE* failsSean Whitton2021-05-23
* convert CONNECTION slots to connattrs & fix finding homedirsSean Whitton2021-05-23
* DATA-CKSUM: fix argument when calling cksum(1)Sean Whitton2021-05-21
* FILE:DATA-UPLOADED, FILE:SECRET-UPLOADED: use MAYBE-WRITEFILE-DATASean Whitton2021-05-20
* reflowSean Whitton2021-05-17
* recompile remaining as soon as we've recompiled somethingSean Whitton2021-05-17
* output the compile and/or load output when debug level at least 3Sean Whitton2021-05-17
* actually print the compile and/or load output on errorSean Whitton2021-05-17
* separately upload, compile and load each ASDF systemSean Whitton2021-05-17
* CONTINUE-DEPLOY*-PROGRAM: avoid exporting unexported symbolsSean Whitton2021-05-17
* INFORMAT when don't upload data as remote cache has a >= versionSean Whitton2021-05-17
* make CACHED-DATA into a connattr and push to it more consistentlySean Whitton2021-05-15
* when collecting output, accept UnicodeSean Whitton2021-05-06
* RESET-DATA-SOURCES: also reset cache of items of STRING-DATASean Whitton2021-04-30
* define & use DEFINE-PRINT-OBJECT-FOR-STRUCTLIKESean Whitton2021-04-16
* rename and use DELETE-REMOTE-TREE->DELETE-REMOTE-TREESSean Whitton2021-04-07
* Revert "add workaround for CL-HEREDOC-SYSTEM package"Sean Whitton2021-04-01
* replace some (REQUIRE "sb-posix") calls with conditional dependencySean Whitton2021-04-01
* convert "upload to root Lisp" error into a warningSean Whitton2021-03-27
* don't permit registering data sources in remote Lisp imagesSean Whitton2021-03-27
* create "Local caches" and "Remote caches" sectionsSean Whitton2021-03-27
* export GET-{REMOTE,LOCAL}-CACHED-PREREQUISITE-DATASean Whitton2021-03-27
* add a DEFGENERIC for CONNECTION-CLEAR-DATA-CACHESean Whitton2021-03-27
* resolve relative pathnames passed to TRY-REGISTER-DATA-SOURCESean Whitton2021-03-27
* use some accessors instead of SLOT-VALUESean Whitton2021-03-27