changelog shortlog graph tags branches files raw help

Mercurial > infra > home / changeset: add worker skel config

changeset 23: 411f423567fc
parent 20: 51a2f6a10691
child 84: 2d0d122cb9e4
author: Richard Westhaver <ellis@rwest.io>
date: Mon, 27 May 2024 04:38:17 +0000
files: .skelrc
description: add worker skel config
     1.1--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2+++ b/.skelrc	Mon May 27 04:38:17 2024 +0000
     1.3@@ -0,0 +1,10 @@
     1.4+;;; .skelrc --- worker  -*- mode: skel; -*-
     1.5+:name "worker <worker@compiler.company>"
     1.6+:user "worker"
     1.7+:version "0.1.0"
     1.8+:vc :hg
     1.9+:log-level :debug
    1.10+:stash "/opt/stash"
    1.11+:cache "~/.cache/skel"
    1.12+:registry "/opt/stash/data/skel/registry"
    1.13+:scripts "/opt/stash/scripts"