aboutsummaryrefslogtreecommitdiff
path: root/src/connection.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-02-28 16:10:59 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-02-28 16:10:59 -0700
commitcb71af7012147cb639d080af231bc0025e31f7b1 (patch)
treebd1e540e6f39036591c8c73535f863266922234d /src/connection.lisp
parenta35683bf169d810e22be75bce3b0971b93180c45 (diff)
downloadconsfigurator-cb71af7012147cb639d080af231bc0025e31f7b1.tar.gz
tidy up entering and reentering Consfigurator's primary loop
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/connection.lisp')
-rw-r--r--src/connection.lisp10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/connection.lisp b/src/connection.lisp
index 0ba08a6..6efce31 100644
--- a/src/connection.lisp
+++ b/src/connection.lisp
@@ -32,13 +32,11 @@ global value should be regarded as a constant.")
(:documentation
"Within the context of the current connection, connect to HOST by
establishing a new connection of type TYPE.
-Either starts a Lisp image somewhere else, tells it to continue establishing
-REMAINING (by telling it to call DEPLOY* with arguments obtained by (locally)
-evaluating (list (or REMAINING '(:local)) *host*)), and returns nil, or
-returns a object suitable to be the value of *CONNECTION*.
+Either returns an object suitable to be the value of *CONNECTION*, or calls
+either CONTINUE-DEPLOY* or CONTINUE-DEPLOY*-PROGRAM and returns nil.
-Any implementation which hands over to a remote Lisp image will need to
-upload any prerequisite data required by the deployment."))
+Any implementation which calls CONTINUE-DEPLOY*-PROGRAM will need to call
+UPLOAD-ALL-PREREQUISITE-DATA."))
(defgeneric preprocess-connection-args (type &key)
(:documentation