another "distro-build" fix
This commit is contained in:
parent
80ac4a8fe1
commit
c90365e560
|
@ -10,11 +10,15 @@
|
||||||
;; and/or `DOC_SEARCH' configuration from the makefile.
|
;; and/or `DOC_SEARCH' configuration from the makefile.
|
||||||
;;
|
;;
|
||||||
;; The site configuration file otherwise describes and configures
|
;; The site configuration file otherwise describes and configures
|
||||||
;; client machines. Each client is built by running commands via
|
;; client machines hierarchically, where configuration options
|
||||||
;; `ssh', where the client's host (and optional port and/or user)
|
;; propagate down the hierarchy when they are not overridden more
|
||||||
;; indicate the ssh target. Each client machine must be set up with a
|
;; locally.
|
||||||
;; public-key authenticaion, because a direct `ssh' is expected to
|
;;
|
||||||
;; work without a password prompt.
|
;; Each client is built by running commands via `ssh', where the
|
||||||
|
;; client's host (and optional port and/or user) indicate the ssh
|
||||||
|
;; target. Each client machine must be set up with a public-key
|
||||||
|
;; authenticaion, because a direct `ssh' is expected to work without a
|
||||||
|
;; password prompt.
|
||||||
;;
|
;;
|
||||||
;; On the client machine, all work is performed with a git clone at a
|
;; On the client machine, all work is performed with a git clone at a
|
||||||
;; specified directory. The directory defaults to "build/plt" (Unix,
|
;; specified directory. The directory defaults to "build/plt" (Unix,
|
||||||
|
@ -232,7 +236,7 @@
|
||||||
extract-options)
|
extract-options)
|
||||||
|
|
||||||
(module reader syntax/module-reader
|
(module reader syntax/module-reader
|
||||||
distro-build/site)
|
distro-build/config)
|
||||||
|
|
||||||
(struct site-config (tag options content))
|
(struct site-config (tag options content))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user