changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > infra / autogen.lisp

revision 269: 2e100f53d0d7
parent 268: 9ff6664cd5a9
child 271: cd797f4eb846
     1.1--- a/autogen.lisp	Sun Jun 16 01:04:20 2024 -0400
     1.2+++ b/autogen.lisp	Sun Jun 16 05:02:27 2024 +0000
     1.3@@ -46,7 +46,7 @@
     1.4         (operator-builder (sb-thread:make-thread (lambda () (sk-call* *skel-project* :archlinux :box))))
     1.5         (worker-builder (sb-thread:make-thread (lambda () (sk-call* *skel-project* :alpine :worker)))))
     1.6     (std/thread:wait-for-threads
     1.7-     (list comp-builder packy-builder operator-builder worker-builder))))
     1.8+     (list comp-builder packy-builder))))
     1.9 
    1.10 (defun autogen ()
    1.11   "Auto-generate the INFRA system."