changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra / deploy.lisp

changeset 271: cd797f4eb846
parent: fab40b02d833
child: 64e35d4f68fd
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 16 Jun 2024 19:15:28 -0400
permissions: -rw-r--r--
description: rm infra.asd
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)