changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: up

changeset 338: 05a9e5c553f3
parent 337: b7dd9ff3232f
child 339: b8fa25450726
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 21 Jul 2024 00:22:53 -0400
files: skelfile
description: up
     1.1--- a/skelfile	Sat Jul 20 16:53:56 2024 -0400
     1.2+++ b/skelfile	Sun Jul 21 00:22:53 2024 -0400
     1.3@@ -23,7 +23,7 @@
     1.4  (repos-install-shallow (repos) #$cd .stash/src && mv *.hg /usr/local/src/$#)
     1.5  (home (src) #$hg clone https://vc.compiler.company/comp/home .stash/src/home$#)
     1.6  (core (src) #$hg clone https://vc.compiler.company/comp/core .stash/src/core$#)
     1.7- (packy-repos (src) #$cd .stash && curl -O https://packy.compiler.company/src/packy.tar.zst && \
     1.8+ (packy-repos (src) #$cd .stash/tmp && curl -O https://packy.compiler.company/src/packy.tar.zst && \
     1.9               unzstd packy.tar.zst && tar -xf packy.tar -C src/packy && \
    1.10               rm -rf packy.tar$#)
    1.11  ;; containers