changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra / infra.asd

changeset 245: 21c821f66b1c
parent: 0a61207f30d7
child: ad70dec68fa1
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 31 May 2024 17:45:53 -0400
permissions: -rw-r--r--
description: vm scripts
1 (defsystem :infra
2  :depends-on (:std :dat :cli :skel :log :net :packy)
3  :components ((:file "bootstrap")
4  (:file "deploy"))
5  :build-pathname "infra")