changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra / deploy.lisp

changeset 265: fab40b02d833
parent: 6d526bd63943
child: 64e35d4f68fd
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 16 Jun 2024 02:43:16 +0000
permissions: -rw-r--r--
description: less verbose, start lisp from autogen.lisp
1 ;;; deploy.lisp --- yeeting blobs across the yard
2 
3 ;;
4 
5 ;;; Code:
6 (in-package :std-user)
7 
8 (defpkg :infra/deploy
9  (:use :cl :std :skel :packy :dat/json))
10 
11 (in-package :infra/deploy)