changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: updates

changeset 286: b83f6ec89f5d
parent 285: e3f30a0836d1
child 287: 152aa544eaa4
author: Richard Westhaver <ellis@rwest.io>
date: Mon, 17 Jun 2024 21:48:11 -0400
files: bootstrap.sh skelfile
description: updates
     1.1--- a/bootstrap.sh	Mon Jun 17 20:24:52 2024 -0400
     1.2+++ b/bootstrap.sh	Mon Jun 17 21:48:11 2024 -0400
     1.3@@ -58,7 +58,7 @@
     1.4   cd .. && \
     1.5     .stash/bin/sbcl --core .stash/share/lisp/user.core \
     1.6                     --load autogen.lisp \
     1.7-                    --eval "(infra/autogen:autogen)" \
     1.8+                    --eval "(time (infra/autogen:autogen))" \
     1.9                     --non-interactive
    1.10   say "OK"
    1.11 }
     2.1--- a/skelfile	Mon Jun 17 20:24:52 2024 -0400
     2.2+++ b/skelfile	Mon Jun 17 21:48:11 2024 -0400
     2.3@@ -9,7 +9,7 @@
     2.4 :docs ((:org "readme"))
     2.5 :scripts "scripts"
     2.6 :stash #p".stash"
     2.7-:store #p"/usr/local/store"
     2.8+:store #p"/usr/local/share/store"
     2.9 :rules
    2.10 ((check () #$./check.sh$#)
    2.11  (clean () #$rm -rvf .stash$#)