From a9c483cad66446d3569f0666c55bed6263f75162 Mon Sep 17 00:00:00 2001 From: Malfurious Date: Thu, 14 Sep 2023 14:34:48 -0400 Subject: gitolite: Remove hard-coded admin username The default gitolite.conf file is now patched in to the gitolite installation in the docker image. This is so that the intended version of the file is used in the gitolite-admin repo from the very beginning. This is made necessary by the decoupling of repo purposes. Instead of using (literal) 'admin', '%ADMIN' will be substituted with the actual admin username during `gitolite setup`. Signed-off-by: Malfurious --- gitolite/gitolite.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitolite/gitolite.conf b/gitolite/gitolite.conf index a1602d0..89eb558 100644 --- a/gitolite/gitolite.conf +++ b/gitolite/gitolite.conf @@ -1,4 +1,4 @@ -@administrators = admin +@administrators = %ADMIN repo gitolite-admin RW+ = @administrators -- cgit v1.2.3