From c3e4b42c98dd433bbc2f90beeae102a4993c17e5 Mon Sep 17 00:00:00 2001 From: Malfurious Date: Wed, 13 Sep 2023 04:18:16 -0400 Subject: gitolite: Consolidate config files into a single directory The repository is being reworked to decouple its roles as normalmode source and gitolite-admin config. The gitolite-admin repository will be entirely separate. So there is no need to keep the conf or local directories around where they are at. Signed-off-by: Malfurious --- conf/gitolite.conf | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 conf/gitolite.conf (limited to 'conf/gitolite.conf') diff --git a/conf/gitolite.conf b/conf/gitolite.conf deleted file mode 100644 index a1602d0..0000000 --- a/conf/gitolite.conf +++ /dev/null @@ -1,12 +0,0 @@ -@administrators = admin - -repo gitolite-admin - RW+ = @administrators - -repo CREATOR/..* - C = @all - RW+ = CREATOR MAINTAINERS - RW+ contrib/USER/ = CONTRIBUTORS - R = @all - - config gitweb.owner = %GL_CREATOR -- cgit v1.2.3