changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: box -> dev

changeset 297: 06131ebff5cd
parent 296: 310cc699f766
child 298: 4b7478f58f15
author: Richard Westhaver <ellis@rwest.io>
date: Wed, 19 Jun 2024 19:27:24 -0400
files: skelfile
description: box -> dev
     1.1--- a/skelfile	Wed Jun 19 23:17:28 2024 +0000
     1.2+++ b/skelfile	Wed Jun 19 19:27:24 2024 -0400
     1.3@@ -27,12 +27,12 @@
     1.4  (archlinux () #$podman build -f .stash/src/pod/Containerfile.archlinux . -t localhost/archlinux$#)
     1.5  (alpine () #$podman build -f .stash/src/pod/Containerfile.alpine . -t localhost/alpine$#)
     1.6  (ubuntu () #$podman build -f .stash/src/pod/Containerfile.alpine . -t localhost/alpine$#)
     1.7- (box (archlinux) #$podman build -f .stash/src/pod/Containerfile.box . -t localhost/box$#)
     1.8- (worker (alpine) #$podman build -f .stash/src/pod/Containerfile.worker . -t localhost/worker$#)
     1.9- (operator (box) #$podman build -f .stash/src/pod/Containerfile.operator . -t localhost/operator$#)
    1.10- (vc (worker) #$podman build -f .stash/src/pod/Containerfile.vc . -t localhost/vc$#)
    1.11- (core (operator) #$podman build -f .stash/src/pod/Containerfile.core . -t localhost/core$#)
    1.12- (containers (archlinux alpine ubuntu box worker operator vc))
    1.13+ (dev () #$podman build -f .stash/src/pod/Containerfile.dev . -t localhost/dev$#)
    1.14+ (worker () #$podman build -f .stash/src/pod/Containerfile.worker . -t localhost/worker$#)
    1.15+ (operator () #$podman build -f .stash/src/pod/Containerfile.operator . -t localhost/operator$#)
    1.16+ (vc () #$podman build -f .stash/src/pod/Containerfile.vc . -t localhost/vc$#)
    1.17+ (core () #$podman build -f .stash/src/pod/Containerfile.core . -t localhost/core$#)
    1.18+ (containers (archlinux alpine ubuntu dev worker operator vc core))
    1.19  ;; programs
    1.20  (bootstrap () #$./bootstrap.sh$#)
    1.21  (emacs (src) #$./scripts/get-emacs.sh$#