changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: update author to cons, rm :docs

changeset 303: 6260bd14c5b2
parent 302: 1d0918f84e4a
child 304: 4f21ab3d8e72
child 308: 64e35d4f68fd
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 30 Jun 2024 18:27:19 -0400
files: readme.org skelfile
description: update author to cons, rm :docs
     1.1--- a/readme.org	Sun Jun 30 01:43:33 2024 -0400
     1.2+++ b/readme.org	Sun Jun 30 18:27:19 2024 -0400
     1.3@@ -5,10 +5,10 @@
     1.4 #+EXPORT_FILE_NAME: index
     1.5 #+setupfile: https://cdn.compiler.company/org/clean.theme
     1.6 
     1.7-This project is used to build and maintain =The Compiler Company=
     1.8-infrastructure.
     1.9+- [[https://compiler.company/docs/infra][Docs]]
    1.10+  - [[https://compiler.company/docs/infra/quickstart.html][Quickstart]]
    1.11+  - [[https://compiler.company/docs/infra/stats.html][Stats]]
    1.12+  - [[https://compiler.company/docs/infra/scripts.html][Scripts]]
    1.13 
    1.14-- [[comp:docs/infra][Docs]]
    1.15-  - [[https://compiler.company/docs/infra/quickstart.html][Quickstart]]
    1.16-  - [[comp:docs/infra/stats.html][Stats]]
    1.17-  - [[comp:docs/infra/scripts.html][Scripts]]
    1.18+* Overview
    1.19+This project is used to build and maintain [[https://compiler.company][CC]] infrastructure.
     2.1--- a/skelfile	Sun Jun 30 01:43:33 2024 -0400
     2.2+++ b/skelfile	Sun Jun 30 18:27:19 2024 -0400
     2.3@@ -1,12 +1,12 @@
     2.4 ;;; skelfile --- infra skelfile -*- mode: skel; -*-
     2.5 :name "infra"
     2.6-:author "Richard Westhaver <ellis@rwest.io>"
     2.7+:author ("Richard Westhaver" . "richard.westhaver@gmail.com")
     2.8 :version "0.1.0"
     2.9 :description "The Compiler Company Infrastructure"
    2.10 :tags (:infra)
    2.11 :license "MPL"
    2.12 :vc (:hg "https://vc.compiler.company/comp/infra")
    2.13-:docs ((:org "readme"))
    2.14+:components ((:org "readme"))
    2.15 :scripts "scripts"
    2.16 :stash ".stash"
    2.17 :store "/usr/local/share/store"