From bd1d90d876c07dbbfac74f6a2b55d879843fc9cc Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 22 Mar 2021 08:56:43 -0700 Subject: rename :DEBIAN-SBCL -> :SBCL & use a property to install sbcl Unconditionally calling apt was actually the only Debian-specific thing about the connection type. Signed-off-by: Sean Whitton --- consfigurator.asd | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'consfigurator.asd') diff --git a/consfigurator.asd b/consfigurator.asd index d8cd9c5..9a36fa6 100644 --- a/consfigurator.asd +++ b/consfigurator.asd @@ -24,13 +24,6 @@ (:file "src/deployment") (:file "src/connection/local") (:file "src/data") - (:file "src/connection/shell-wrap") - (:file "src/connection/ssh") - (:file "src/connection/sudo") - (:file "src/connection/debian-sbcl") - (:file "src/connection/chroot") - (:file "src/connection/chroot/fork") - (:file "src/connection/chroot/shell") (:file "src/property/cmd") (:file "src/property/file") (:file "src/property/os") @@ -38,5 +31,12 @@ (:file "src/property/apt") (:file "src/property/chroot") (:file "src/property/user") + (:file "src/connection/shell-wrap") + (:file "src/connection/ssh") + (:file "src/connection/sudo") + (:file "src/connection/sbcl") + (:file "src/connection/chroot") + (:file "src/connection/chroot/fork") + (:file "src/connection/chroot/shell") (:file "src/data/asdf") (:file "src/data/pgp"))) -- cgit v1.2.3