changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: tweak

changeset 339: b8fa25450726
parent 338: 05a9e5c553f3
child 340: 37db99de55c1
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 21 Jul 2024 00:40:31 -0400
files: skelfile
description: tweak
     1.1--- a/skelfile	Sun Jul 21 00:22:53 2024 -0400
     1.2+++ b/skelfile	Sun Jul 21 00:40:31 2024 -0400
     1.3@@ -24,7 +24,7 @@
     1.4  (home (src) #$hg clone https://vc.compiler.company/comp/home .stash/src/home$#)
     1.5  (core (src) #$hg clone https://vc.compiler.company/comp/core .stash/src/core$#)
     1.6  (packy-repos (src) #$cd .stash/tmp && curl -O https://packy.compiler.company/src/packy.tar.zst && \
     1.7-              unzstd packy.tar.zst && tar -xf packy.tar -C src/packy && \
     1.8+              unzstd packy.tar.zst && tar -xf packy.tar -C ../src/ && \
     1.9               rm -rf packy.tar$#)
    1.10  ;; containers
    1.11  (archlinux () #$podman build -f .stash/src/pod/Containerfile.archlinux . -t localhost/archlinux$#)