changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra > pod / skelfile

changeset 12: a67e164d4def
parent: e3e55e6b2f64
child: c5379e794140
author: Richard Westhaver <ellis@rwest.io>
date: Thu, 04 Jul 2024 23:47:28 -0400
permissions: -rw-r--r--
description: not quite
1 ;;; pod @ 2024-06-21.02:30:12 -*- mode:skel; -*-
2 :name "pod"
3 :author "Richard Westhaver"
4 :version "0.1.0"
5 :vc (:hg "https://vc.compiler.company/comp/pod")
6 :rules
7 ((all ())
8  (dev () #$podman build -f Containerfile.dev$#))
9 :components
10 ((:containerfile "dev"))