changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: repos install bare

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