changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: imports -> include

changeset 300: 070a5baf24b9
parent 299: ad9493172356
child 301: 046391305d74
author: Richard Westhaver <ellis@rwest.io>
date: Mon, 24 Jun 2024 23:23:21 -0400
files: readme.org skelfile
description: imports -> include
     1.1--- a/readme.org	Thu Jun 20 00:13:51 2024 +0000
     1.2+++ b/readme.org	Mon Jun 24 23:23:21 2024 -0400
     1.3@@ -5,7 +5,10 @@
     1.4 #+EXPORT_FILE_NAME: index
     1.5 #+setupfile: https://cdn.compiler.company/org/clean.theme
     1.6 
     1.7-This project contains scripts, utils, and applications used to host
     1.8-and maintain The Compiler Company infrastructure.
     1.9+This project is used to build and maintain =The Compiler Company=
    1.10+infrastructure.
    1.11 
    1.12-- [[https://compiler.company/docs/infra/quickstart.html][Quickstart]]
    1.13+- [[comp:docs/infra][Docs]]
    1.14+  - [[https://compiler.company/docs/infra/quickstart.html][Quickstart]]
    1.15+  - [[comp:docs/infra/stats.html][Stats]]
    1.16+  - [[comp:docs/infra/scripts.html][Scripts]]
     2.1--- a/skelfile	Thu Jun 20 00:13:51 2024 +0000
     2.2+++ b/skelfile	Mon Jun 24 23:23:21 2024 -0400
     2.3@@ -8,8 +8,8 @@
     2.4 :vc (:hg "https://vc.compiler.company/comp/infra")
     2.5 :docs ((:org "readme"))
     2.6 :scripts "scripts"
     2.7-:stash #p".stash"
     2.8-:store #p"/usr/local/share/store"
     2.9+:stash ".stash"
    2.10+:store "/usr/local/share/store"
    2.11 :rules
    2.12 ((check () #$./check.sh$#)
    2.13  (clean () #$rm -rvf .stash$#)