/infra

Primary LanguageShell

{{{header(infra, Richard Westhaver, ellis@rwest.io, The Compiler Company Infrastructure)}}}

This project contains scripts, utils, and applications used to host and maintain The Compiler Company infrastructure.

Scripts

Eval a lisp script using SBCL.

Check the host for compatibility.

./scripts/eval.sh ./scripts/check.lisp
This is SBCL 2.3.12+main, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>.

SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses.  See the CREDITS and COPYING files in the
distribution for more information.

get-*

Pull and build dependencies.

Pull an upstream vendored repository from Git and push it to our private mirror.

scripts/git-vendor-pull.sh git.savannah.gnu.org/git emacs master

Bundle a local directory of source-code repos.