changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: fix

changeset 310: 206aad082669
parent 309: f0ba6edae611
child 311: 55a2606d7bfb
author: Richard Westhaver <ellis@rwest.io>
date: Thu, 04 Jul 2024 20:43:50 -0400
files: deploy.lisp
description: fix
     1.1--- a/deploy.lisp	Tue Jul 02 11:35:07 2024 -0400
     1.2+++ b/deploy.lisp	Thu Jul 04 20:43:50 2024 -0400
     1.3@@ -3,16 +3,17 @@
     1.4 ;;
     1.5 
     1.6 ;;; Code:
     1.7-(in-package :infra)
     1.8-
     1.9 (defvar *autogen-fasl*
    1.10   (or (probe-file ".stash/tmp/autogen.fasl")
    1.11       (and
    1.12        (ensure-directories-exist ".stash/tmp/")
    1.13        (compile-file "autogen" :output-file ".stash/tmp/autogen"))))
    1.14 
    1.15+#-(find-package :infra)
    1.16 (load *autogen-fasl*)
    1.17 
    1.18+(in-package :infra)
    1.19+
    1.20 (defvar *dist* (getprofile :dist))
    1.21 
    1.22 (pkg:defpkg :infra/deploy