changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > infra / skelfile

revision 368: 43afcbbe2d07
parent 366: e5f98f30bdf6
child 370: 6b92d9ffbc77
     1.1--- a/skelfile	Fri Sep 13 22:17:56 2024 -0400
     1.2+++ b/skelfile	Mon Sep 23 19:47:38 2024 -0400
     1.3@@ -7,11 +7,10 @@
     1.4 :license "MPL"
     1.5 :vc (:hg "https://vc.compiler.company/infra")
     1.6 :include ("pod/skelfile")
     1.7-:components ((:org "readme"))
     1.8-:scripts "scripts"
     1.9+:components ((:org "readme")
    1.10+             (:mod "scripts"))
    1.11 :stash ".stash"
    1.12 :store "/usr/local/share/store"
    1.13-:env (STASH STORE)
    1.14 :rules
    1.15 ((check () #$./check.sh$#)
    1.16  (clean () #$rm -rvf .stash$#)