core/host.lisp

Branch


Log

Author Commit Date CI Message
Thomas de Grivel 408808cf 2022-11-03T21:12:39 copyright
Thomas de Grivel fec285d1 2021-11-26T15:43:15 darwin
Thomas de Grivel 3dc798f3 2021-11-26T13:49:10 darwin
Thomas de Grivel 6fb28103 2020-04-18T14:54:30 fix hostname
Thomas de Grivel e5240b82 2020-04-14T15:01:19 make hostname use *host* by default
Thomas de Grivel 431ab207 2020-03-18T11:49:46 fix compilation
Thomas de Grivel c9be3c69 2020-03-10T18:34:59 fix newlines
Thomas de Grivel 838f386a 2019-10-16T11:50:40 fix compilation
Thomas de Grivel 43c4ef90 2019-10-15T16:29:06 simplify run host
Thomas de Grivel afb86606 2018-07-26T14:29:41 compare package list properly
Thomas de Grivel 898cd90b 2018-07-26T14:28:50 detect gentoo distribution from uname release
Thomas de Grivel c1256c2e 2018-07-26T14:28:21 update license and copyright
Thomas de Grivel c624a110 2018-07-14T15:52:53 get-specified
Thomas de Grivel 7380d8d0 2018-07-10T12:35:13 host
Thomas de Grivel c031ba0f 2018-07-04T04:39:16 let *host* be (localhost) by default
Thomas de Grivel 21f133c5 2018-07-03T11:24:19 Support Linux Debian.
Thomas de Grivel 1d5f3e31 2018-07-03T11:23:20 compare os values
Thomas de Grivel e15be36d 2018-07-03T11:23:05 probe hostname
Thomas de Grivel 57d77aee 2018-07-03T11:22:13 do not disconnect localhost
Thomas de Grivel 686bea9b 2018-07-03T11:21:59 keep trying to connect to host
Thomas de Grivel cc5f6941 2018-07-03T11:21:34 null host is localhost
Thomas de Grivel ca6ffa97 2018-07-02T16:14:04 rewrite without iterate
Thomas de Grivel 501913c0 2015-09-20T23:09:30 Improve host probes.
Thomas de Grivel 415ff795 2015-09-18T04:04:34 Allow specifying user for ssh connection.
Thomas de Grivel 82692d14 2015-09-18T03:55:54 ssh-host class not needed anymore.
Thomas de Grivel b37057b1 2015-07-24T19:36:38 Allow specifications to be projected from probed values.
Thomas de Grivel 995fdea7 2015-07-23T19:38:19 Change RUN, SHELL-RUN and HOST-RUN to use STR call convention.
Thomas de Grivel 59a4de1c 2015-07-23T18:37:20 Fix host
Thomas de Grivel b05f4cf3 2015-07-23T18:32:30 Better host and localhost handling.
Thomas de Grivel 1b9dad71 2015-02-08T20:59:45 Fix compilation, resource containers and localhost.
Thomas de Grivel 3b423620 2014-12-17T14:35:26 Change properties symbols to keywords.
Thomas de Grivel e465e299 2014-12-17T00:05:17 Fix probes.
Thomas de Grivel 34f3771c 2014-11-03T17:33:27 Refactor code into modules. Implement SPECIFY macro.