changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: add back t-rec script

changeset 290: 02f74f65976c
parent 289: acaa2f3cfbd4
child 291: 9c37db8ed167
author: Richard Westhaver <ellis@rwest.io>
date: Tue, 18 Jun 2024 16:38:44 -0400
files: bootstrap.sh default.sxp scripts/t-rec.sh
description: add back t-rec script
     1.1--- a/bootstrap.sh	Tue Jun 18 16:10:23 2024 -0400
     1.2+++ b/bootstrap.sh	Tue Jun 18 16:38:44 2024 -0400
     1.3@@ -58,8 +58,9 @@
     1.4   cd .. && \
     1.5     .stash/bin/sbcl --core .stash/share/lisp/user.core \
     1.6                     --load autogen.lisp \
     1.7-                    --eval "(time (infra/autogen:autogen))" \
     1.8-                    --non-interactive
     1.9+                    --eval "(infra/autogen:autogen)" \
    1.10+                    --non-interactive \
    1.11+                    --no-userinit --no-sysinit
    1.12   say "OK"
    1.13 }
    1.14 
     2.1--- a/default.sxp	Tue Jun 18 16:10:23 2024 -0400
     2.2+++ b/default.sxp	Tue Jun 18 16:38:44 2024 -0400
     2.3@@ -21,10 +21,12 @@
     2.4 
     2.5 :install-prefix "/usr/local" ;; default install prefix
     2.6 
     2.7-:log-level :trace ;; should usually be set to at least :DEBUG, set to
     2.8+:log-level :debug ;; should usually be set to at least :DEBUG, set to
     2.9                   ;; :TRACE or T for verbose output
    2.10 
    2.11 :features (:default :org) ;; :demo :rust :rust-docs :caddy :stumpwm :emacs
    2.12                           ;; :emacs-mini :sbcl-gencgc :sbcl :sbcl-docs :prolog
    2.13                           ;; :ublk :blake3 :ts :ts-langs :rust-tools :rocksdb
    2.14                           ;; :quicklisp :pod :box :packy
    2.15+
    2.16+:secrets nil
     3.1--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2+++ b/scripts/t-rec.sh	Tue Jun 18 16:38:44 2024 -0400
     3.3@@ -0,0 +1,3 @@
     3.4+#!/bin/bash
     3.5+# simple t-rec wrapper
     3.6+t-rec -q -s 1s -e 1s -o "${1}" "${2}"