changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra / deploy.lisp

changeset 289: acaa2f3cfbd4
parent: fab40b02d833
child: 64e35d4f68fd
author: Richard Westhaver <ellis@rwest.io>
date: Tue, 18 Jun 2024 16:10:23 -0400
permissions: -rw-r--r--
description: autogen checks
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)