changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: fix

changeset 349: 409048fc70c0
parent 348: fe6562f28615
child 350: a583b3ad10d2
author: Richard Westhaver <ellis@rwest.io>
date: Sat, 27 Jul 2024 01:37:38 -0400
files: skelfile
description: fix
     1.1--- a/skelfile	Sat Jul 27 01:27:08 2024 -0400
     1.2+++ b/skelfile	Sat Jul 27 01:37:38 2024 -0400
     1.3@@ -76,7 +76,7 @@
     1.4         zcat /proc/config.gz > .config && yes N | make localmodconfig$#)
     1.5  (xcaddy () #$go install github.com/caddyserver/xcaddy/cmd/xcaddy@latest$#)
     1.6  (caddy (xcaddy) #$xcaddy build --output .stash/bin/caddy --with github.com/mholt/caddy-webdav$#)
     1.7- (caddy-install () #$cp .stash/bin/caddy /usr/local/bin/caddy$#
     1.8+ (caddy-install () #$cp .stash/bin/caddy /usr/local/bin/caddy$#)
     1.9  (rust () #$scripts/get-rust.sh$#)
    1.10  (rust-docs (rust) #$cd .stash/src/rust && ./x doc$#)
    1.11  (ublk () #$scripts/get-ublksrv.sh$#