aboutsummaryrefslogtreecommitdiff
path: root/src/connection/fork.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-09-21 20:24:40 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-11-08 16:18:13 -0700
commitad5cb4b69897d29414a7898443a5146bf0a60f34 (patch)
treed9a7102fbbf7910c87ae4109c7746ec2f6a874bb /src/connection/fork.lisp
parent1e99ee6ff7f47db2052e226d7b071e31ff33b56c (diff)
downloadconsfigurator-ad5cb4b69897d29414a7898443a5146bf0a60f34.tar.gz
REHOME-CONNECTION: move call to UPLOAD-ALL-PREREQUISITE-DATA
It's the fact we're changing to a different home directory that's part of the same root filesystem, and with the same UID/GID ranges, that means we call UPLOAD-ALL-PREREQUISITE-DATA with this connection object. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/connection/fork.lisp')
-rw-r--r--src/connection/fork.lisp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/connection/fork.lisp b/src/connection/fork.lisp
index aa1626e..f55896d 100644
--- a/src/connection/fork.lisp
+++ b/src/connection/fork.lisp
@@ -26,7 +26,6 @@
Must not start up any threads."))
(defmethod continue-connection ((connection fork-connection) remaining)
- (upload-all-prerequisite-data connection)
(eval-in-grandchild `(post-fork ,connection)
`(continue-deploy* ,connection ',remaining) (out err exit)
(when-let ((lines (lines out)))