diff options
| author | yyamashita <yyamashita@hetzner.yyamashita.com> | 2026-05-17 11:18:12 +0900 |
|---|---|---|
| committer | yyamashita <yyamashita@hetzner.yyamashita.com> | 2026-05-17 11:18:12 +0900 |
| commit | b6efad84b51c6df5f595683d66b855c75bddabc4 (patch) | |
| tree | b12d164613032105a05e871f7b2e0871b51ea658 /repos.txt | |
| parent | fa882598d3ee6bff4e32892a81b6b2712eb8c11d (diff) | |
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 <noreply@anthropic.com>
Diffstat (limited to 'repos.txt')
| -rw-r--r-- | repos.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/repos.txt b/repos.txt new file mode 100644 index 0000000..25e764a --- /dev/null +++ b/repos.txt @@ -0,0 +1,6 @@ +# リポジトリ定義 +# 形式: <repo-name>:<work-tree-path> +# /var/git/<repo-name>.git が bare repo、<work-tree-path> が checkout 先 +hetzner-infra:/app/infra +tokyo-livehouse-events:/app +whois-band:/app/whois-band |
