git_infra

Git infra scripts for git.bracken.jp
git clone https://git.bracken.jp/git_infra.git
Log | Files | Refs | LICENSE

commit ec7d2964bc140466b812193f2178465a7567d61e
parent c9fa83c11464d256443d5cb5986bd1a61bcf97cc
Author: Chris Bracken <chris@bracken.jp>
Date:   Sat,  8 Feb 2025 17:50:31 -0800

Update Mastodon account

Diffstat:
Mgrm | 2+-
Mpost-receive.d/gitout | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/grm b/grm @@ -24,7 +24,7 @@ GRM_OWNER="Chris Bracken" GRM_URL_PREFIX="https://git.bracken.jp" # Add Mastodon verification URL to index header. -ME_URL="https://bsd.network/@cbracken" +ME_URL="https://famichiki.jp/@akande" # path of the post-receive hooks for gitout GRM_POSTRECV_HOOK="/home/git/git_infra/post-receive" diff --git a/post-receive.d/gitout b/post-receive.d/gitout @@ -3,7 +3,7 @@ export LC_CTYPE="en_US.UTF-8" # Add Mastodon verification URL to index header. -me_url="https://bsd.network/@cbracken" +me_url="https://famichiki.jp/@akande" # HTML root directory into which gitout will write. www_root="/usr/local/www/git.bracken.jp"