git_infra

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

commit ec364275f0065d67e2343d306fa7c3fec6528974
parent f0a517dcdb858ee678dff9f48dcf8f7c101fae87
Author: Chris Bracken <chris@bracken.jp>
Date:   Fri, 24 Sep 2021 09:30:56 -0700

Update stagit message for private/unlisted repos

stagit-no-index is used for both private and unlisted repos. Update the
status message accordingly.

Diffstat:
Mpost-receive.d/stagit | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/post-receive.d/stagit b/post-receive.d/stagit @@ -72,5 +72,5 @@ if [ ! -e "${repo_dir}/stagit-no-index" ]; then ln -sf ../logo.png logo.png ln -sf ../favicon.png favicon.png else - echo "[stagit] Not building pages: private repo" + echo "[stagit] Not building pages: private/unlisted repo" fi