# HG changeset patch # User Richard Westhaver # Date 1719285801 14400 # Node ID 070a5baf24b9a2afa0bf4a729eab998cb83dc7d6 # Parent ad949317235623888d11e5e266128a6ed3828c42 imports -> include diff -r ad9493172356 -r 070a5baf24b9 readme.org --- a/readme.org Thu Jun 20 00:13:51 2024 +0000 +++ b/readme.org Mon Jun 24 23:23:21 2024 -0400 @@ -5,7 +5,10 @@ #+EXPORT_FILE_NAME: index #+setupfile: https://cdn.compiler.company/org/clean.theme -This project contains scripts, utils, and applications used to host -and maintain The Compiler Company infrastructure. +This project is used to build and maintain =The Compiler Company= +infrastructure. -- [[https://compiler.company/docs/infra/quickstart.html][Quickstart]] +- [[comp:docs/infra][Docs]] + - [[https://compiler.company/docs/infra/quickstart.html][Quickstart]] + - [[comp:docs/infra/stats.html][Stats]] + - [[comp:docs/infra/scripts.html][Scripts]] diff -r ad9493172356 -r 070a5baf24b9 skelfile --- a/skelfile Thu Jun 20 00:13:51 2024 +0000 +++ b/skelfile Mon Jun 24 23:23:21 2024 -0400 @@ -8,8 +8,8 @@ :vc (:hg "https://vc.compiler.company/comp/infra") :docs ((:org "readme")) :scripts "scripts" -:stash #p".stash" -:store #p"/usr/local/share/store" +:stash ".stash" +:store "/usr/local/share/store" :rules ((check () #$./check.sh$#) (clean () #$rm -rvf .stash$#)