changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra / default.sxp

changeset 219: b1a96e0e3add
parent: a7129c8e52d1
child: 8b389e2e1a69
author: Richard Westhaver <ellis@rwest.io>
date: Wed, 01 May 2024 20:16:42 -0400
permissions: -rw-r--r--
description: profile in sxp only
1 ;; -*- mode:skel -*-
2 :sbcl-version "2.4.4" ;; SBCL is always required for bootstrap
3 
4 :stash ".stash" ;; local build stash
5 
6 :dist nil ;; remote distribution directory, or nil to use the stash
7  ;; instead
8 
9 :install-root "/usr/local" ;; default installation directory
10 
11 :log-level :debug ;; should usually be set to at least :DEBUG, set to
12  ;; :TRACE or T for verbose output