aboutsummaryrefslogtreecommitdiff
path: root/consfigurator.asd
Commit message (Collapse)AuthorAge
* release Consfigurator 0.2.1 (-1 to Debian experimental)v0.2.1debian/0.2.1-1archive/debian/0.2.1-1Sean Whitton2021-03-02
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* release Consfigurator 0.2.0 (-1 to Debian experimental)v0.2.0debian/0.2.0-1archive/debian/0.2.0-1Sean Whitton2021-03-02
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add :CHROOT-FORK connection typeSean Whitton2021-02-27
| | | | | | | Thanks to Mark Wooding for help with handling the streams, dealing with the debugger in the child, and the FORMAT rune for the child status. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* attempt to implement umask support for CONNECTION-WRITEFILESean Whitton2021-02-27
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* factor out SHELL-WRAP-CONNECTION superclassSean Whitton2021-02-27
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add ASDF project metadataSean Whitton2021-02-24
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* list sudo.lisp in DEFSYSTEMSean Whitton2021-02-22
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* a better name for CMD:SINGLESean Whitton2021-02-22
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* earlier definitions of both CONNECTION-TRY-UPLOAD & LOCAL-CONNECTIONSean Whitton2021-02-22
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* implement %GET-DATA-STREAMSean Whitton2021-02-20
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* split up core.lisp and get rid of .util/.core package distinctionSean Whitton2021-02-20
| | | | | | | Main benefit is I can recompile individual DEFPACKAGE forms in package.lisp without having to recompile that whole file. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add new files to system definitionSean Whitton2021-02-16
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* move code into an src/ subdirSean Whitton2021-02-16
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* depend on cl-interpolSean Whitton2021-02-13
| | | | | | We are going to want it when writing properties. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* merge library.lisp into package.lispSean Whitton2021-02-09
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add "consfigurator" packageSean Whitton2021-02-08
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* define classes and accessors for connections and propertiesSean Whitton2020-09-15
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add basic ssh connectionSean Whitton2020-09-15
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add basics of package definitions and utility functionsSean Whitton2020-09-15
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>