aboutsummaryrefslogtreecommitdiff
path: root/src/host.lisp
Commit message (Expand)AuthorAge
* add PUSH-HOSTATTR, don't use &rest in PUSH-HOSTATTRS & fix docstringSean Whitton2022-04-04
* rename basic propapp accessorsSean Whitton2022-04-04
* DEFAULT-DEPLOYMENT: leave unbound when not suppliedSean Whitton2022-04-02
* rename DEFINE-PRINT-OBJECT-FOR-STRUCTLIKE & REINIT-STRUCTLIKESean Whitton2022-03-12
* add HAS-HOSTATTRSSean Whitton2021-11-14
* REPLACE-PROPSPEC-INTO-HOST: union the lists of ASDF systemsSean Whitton2021-07-06
* MAKE-PROPSPEC: propagate *CONSFIG* even when propspec expression nilSean Whitton2021-07-06
* REPLACE-PROPSPEC-INTO-HOST: drop :DATA hostattrsSean Whitton2021-06-23
* define *PREPROCESSING-HOST* earlierSean Whitton2021-06-03
* factor out ENSURE-HOST & call it in hostattrs accessorsSean Whitton2021-05-30
* hostattrs accessors: call PREPROCESS-HOST in some situationsSean Whitton2021-05-30
* ensure implicitly defined hosts have a hostname & add HOSTNAME:ISSean Whitton2021-05-29
* define UNION-PROPSPEC-INTO-HOST for null second argumentSean Whitton2021-04-26
* define & use DEFINE-PRINT-OBJECT-FOR-STRUCTLIKESean Whitton2021-04-16
* add WITH-THESE-OPEN-VOLUMES macro property combinatorSean Whitton2021-04-16
* add HOSTDEPLOY, HOSTDEPLOY-THESESean Whitton2021-04-05
* move copying to the inside of {union,replace}-propspec-into-hostSean Whitton2021-03-24
* untabifySean Whitton2021-03-22
* add default for :PROPSPEC argument to MAKE-HOSTSean Whitton2021-03-21
* add and export WITH-PRESERVE-HOSTATTRSSean Whitton2021-03-20
* add and use :CONSFIGURATOR named readtableSean Whitton2021-03-20
* add a way for chroots, containers etc. to get at parent hostattrsSean Whitton2021-03-19
* pull MAKE-PROPSPEC out of PROPS & set SYSTEMS from *HOST*Sean Whitton2021-03-19
* DEFHOST does not need to call %REPLACE-PROPSPEC-INTO-HOSTSean Whitton2021-03-18
* fix %REPLACE-PROPSPEC-INTO-HOST to actually preserve hostattrsSean Whitton2021-03-18
* call :PREPROCESS and :HOSTATTRS subroutines laterSean Whitton2021-03-15
* attempt to implement revised propspecs specSean Whitton2021-03-15
* use AND rather than WHEN calling for return valueSean Whitton2021-03-06
* add MAKE-HOSTSean Whitton2021-03-04
* fix printing embedded hosts and propspecsSean Whitton2021-03-01
* define three destructive operations on hosts & propspecs earlierSean Whitton2021-03-01
* replace DEFHOSTDEPLOYSean Whitton2021-03-01
* rework executing :HOSTATTRS subroutinesSean Whitton2021-03-01
* add some accessorsSean Whitton2021-02-28
* define PRINT-OBJECT methods sufficient to readably print *HOST*Sean Whitton2021-02-24
* fix argument order in call to PUSHSean Whitton2021-02-22
* split up core.lisp and get rid of .util/.core package distinctionSean Whitton2021-02-20