From 34513267428b023f2b710521329a7e76b696adaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Ple=C3=9F?= Date: Sun, 19 Jun 2011 22:48:45 +0200 Subject: [PATCH] testing permissions for gitweb --- conf/gitolite.conf | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/conf/gitolite.conf b/conf/gitolite.conf index 9769a2c..d5e94bd 100644 --- a/conf/gitolite.conf +++ b/conf/gitolite.conf @@ -1,11 +1,13 @@ - repo gitolite-admin - RW+ = lucas +repo gitolite-admin + RW+ = lucas - repo testing - RW+ = @all +repo testing + R = gitweb daemon + RW+ = @all - repo ctdo - RW+ = @all +repo ctdo + R = gitweb daemon + RW+ = lucas -repo xleave -RW+ = lucas +repo xleave + RW+ = lucas