changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > infra > pod / skelfile

revision 40: 90970dfd5a8b
parent 39: c0ed453c44f9
     1.1--- a/skelfile	Fri Sep 13 20:18:24 2024 -0400
     1.2+++ b/skelfile	Tue Sep 24 15:02:27 2024 -0400
     1.3@@ -52,6 +52,11 @@
     1.4  (dev ()
     1.5       (:build () #$podman build -f Containerfile.dev -t dev --no-cache$#)
     1.6       (:run () #$podman run --name dev --replace -dt dev$#))
     1.7+ (emacs ()
     1.8+        (:build () #$podman build -f Containerfile.emacs -t emacs --no-cache$#)
     1.9+        (:run () #$podman run --name emacs --replace -it emacs$#))
    1.10+ (org ()
    1.11+      (:build () #$podman build -f Containerfile.org -t org --no-cache$#))
    1.12  (archlinux ()
    1.13             (:build () #$podman build -f Containerfile.archlinux -t archlinux --no-cache$#)
    1.14             (:run () #$podman run --name archlinux --replace -dt archlinux$#)