From 7a438afe3743de523f9d025b1e1d484d3d68113f Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 11 Mar 2023 11:32:18 -0700 Subject: CONTINUE-DEPLOY*-PROGRAM: simplify binding *PACKAGE* to a safe value Signed-off-by: Sean Whitton --- src/image.lisp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/image.lisp') diff --git a/src/image.lisp b/src/image.lisp index b9091ff..b9df49f 100644 --- a/src/image.lisp +++ b/src/image.lisp @@ -500,8 +500,6 @@ UPLOAD-ALL-PREREQUISITE-DATA.") ,@(loop for system in (propspec-systems (host-propspec *host*)) collect `(asdf:load-system ,system))))) -(defpackage :consfigurator.cl-user (:use #:cl)) - (defgeneric continue-deploy*-program (remaining-connections asdf-requirements) (:documentation "Return a program to complete the work of an enclosing call to DEPLOY*. @@ -595,7 +593,7 @@ Preprocessing must occur in the root Lisp.")) ;; e.g. by the user's runtime config for the root Lisp. ;; This way, all symbols except those from COMMON-LISP ;; should be printed qualified by their package names. - (*package* (find-package :consfigurator.cl-user))) + (*package* (find-package :cl))) ;; need line breaks in between so that packages exist before we ;; try to have remote Lisp read sexps containing symbols from ;; those packages -- cgit v1.2.3