changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: fix

changeset 283: 8b385a72c75f
parent 282: bdfc7e2fa420
child 284: 71ac00213ae3
author: Richard Westhaver <ellis@rwest.io>
date: Mon, 17 Jun 2024 20:07:44 +0000
files: autogen.lisp skelfile
description: fix
     1.1--- a/autogen.lisp	Mon Jun 17 02:37:55 2024 +0000
     1.2+++ b/autogen.lisp	Mon Jun 17 20:07:44 2024 +0000
     1.3@@ -70,8 +70,7 @@
     1.4 ;;; Build
     1.5 (defun make-default ()
     1.6   (std/thread:wait-for-threads
     1.7-   (list (sb-thread:make-thread (lambda () (sk-call* *skel-project* :repos)))
     1.8-         (sb-thread:make-thread (lambda () (sk-call* *skel-project* :packy-repos)))))
     1.9+   (list (sb-thread:make-thread (lambda () (sk-call* *skel-project* :repos)))))
    1.10   (vc:run-hg-command "clone" (list ".stash/src/core.hg" ".stash/src/core"))
    1.11   (vc:run-hg-command "clone" (list ".stash/src/home.hg" ".stash/src/home"))
    1.12   (vc:run-hg-command "clone" (list ".stash/src/etc.hg" ".stash/src/etc")))
     2.1--- a/skelfile	Mon Jun 17 02:37:55 2024 +0000
     2.2+++ b/skelfile	Mon Jun 17 20:07:44 2024 +0000
     2.3@@ -18,7 +18,7 @@
     2.4  ;; src
     2.5  (repos (src) #$cd .stash && curl -O https://packy.compiler.company/src/comp.tar.zst && \
     2.6         unzstd comp.tar.zst && tar -xf comp.tar -C src && mv src/hg/* src/ && rm -rf src/hg comp.tar$#)
     2.7- (packy-repos (src) #$cd .stash && curl -O https://vc.compiler.company/src/packy.tar.zst && \
     2.8+ (packy-repos (src) #$cd .stash && curl -O https://packy.compiler.company/src/packy.tar.zst && \
     2.9               unzstd packy.tar.zst && tar -xf packy.tar -C src && \
    2.10               rm -rf packy.tar$#)
    2.11  ;; containers