changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > infra / skelfile

revision 363: f35358f2f4ff
parent 358: 0b9c40ef4849
child 366: e5f98f30bdf6
     1.1--- a/skelfile	Tue Sep 03 20:41:20 2024 -0400
     1.2+++ b/skelfile	Wed Sep 04 17:14:51 2024 -0400
     1.3@@ -5,7 +5,7 @@
     1.4 :description "The Compiler Company Infrastructure"
     1.5 :tags (:infra)
     1.6 :license "MPL"
     1.7-:vc (:hg "https://vc.compiler.company/comp/infra")
     1.8+:vc (:hg "https://vc.compiler.company/infra")
     1.9 :include ("pod/skelfile")
    1.10 :components ((:org "readme"))
    1.11 :scripts "scripts"
    1.12@@ -23,8 +23,8 @@
    1.13         unzstd comp.tar.zst && tar -xf comp.tar -C ../src && \
    1.14         mv ../src/hg/* ../src/ && rm -rf ../src/hg comp.tar$#)
    1.15  (install-repos-shallow (repos) #$cd .stash/src && mv *.hg /usr/local/src/$#)
    1.16- (home (src) #$hg clone https://vc.compiler.company/comp/home .stash/src/home$#)
    1.17- (core (src) #$hg clone https://vc.compiler.company/comp/core .stash/src/core$#)
    1.18+ (home (src) #$hg clone https://vc.compiler.company/home .stash/src/home$#)
    1.19+ (core (src) #$hg clone https://vc.compiler.company/core .stash/src/core$#)
    1.20  (packy-repos (src) #$cd .stash/tmp && curl -O https://packy.compiler.company/src/packy.tar.zst && \
    1.21               unzstd packy.tar.zst && tar -xf packy.tar -C ../src/ && \
    1.22               rm -rf packy.tar$#)