changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: add caddy-webdav and xcaddy

changeset 253: ff7589f4656d
parent 252: b98dcf45aae3
child 254: e2b8d0be0d24
author: Richard Westhaver <ellis@rwest.io>
date: Wed, 12 Jun 2024 13:56:58 -0400
files: skelfile
description: add caddy-webdav and xcaddy
     1.1--- a/skelfile	Fri Jun 07 21:59:07 2024 +0000
     1.2+++ b/skelfile	Wed Jun 12 13:56:58 2024 -0400
     1.3@@ -54,6 +54,8 @@
     1.4         tar -xvf .stash/src/linux.tar $(uname -r | cut -d- -f1)$#
     1.5         #$cd .stash/src/linux && make mrproper -j &&
     1.6         zcat /proc/config.gz > .config && yes N | make localmodconfig$#)
     1.7+ (xcaddy () #$go install github.com/caddyserver/xcaddy/cmd/xcaddy@latest$#)
     1.8+ (caddy-webdav (xcaddy) #$xcaddy build --output .stash/caddy --with github.com/mholt/caddy-webdav
     1.9  (rust () #$scripts/get-rust.sh$#)
    1.10  ;; install
    1.11  (tree-sitter-langs (src) #$./scripts/tree-sitter-install-langs.sh$#)