From b6efad84b51c6df5f595683d66b855c75bddabc4 Mon Sep 17 00:00:00 2001 From: yyamashita Date: Sun, 17 May 2026 11:18:12 +0900 Subject: Centralize repo and hook management: add repos.txt and install.sh All bare repo creation is now driven by repos.txt in this repo. install.sh replaces install-hooks.sh and handles both repo creation and hook deployment. Other repos' server-setup.sh no longer manage bare repos or hooks. Co-Authored-By: Claude Sonnet 4.6 --- repos.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 repos.txt (limited to 'repos.txt') diff --git a/repos.txt b/repos.txt new file mode 100644 index 0000000..25e764a --- /dev/null +++ b/repos.txt @@ -0,0 +1,6 @@ +# リポジトリ定義 +# 形式: : +# /var/git/.git が bare repo、 が checkout 先 +hetzner-infra:/app/infra +tokyo-livehouse-events:/app +whois-band:/app/whois-band -- cgit v1.2.3