aboutsummaryrefslogtreecommitdiff
path: root/files/usr/local/git/.gitolite.rc.git_server
blob: 9e860214844ee7ce983b3214c8854d5d4486467b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
%RC = (
  UMASK           =>  0027,
  GIT_CONFIG_KEYS =>  '.*',
  LOG_DEST        => 'syslog',
  LOG_FACILITY    => 'daemon',
  ROLES => {
    READERS       =>  1,
    WRITERS       =>  1,
  },
  ENABLE => [
    'help',
    'desc',
    'info',
    'perms',
    'writable',
    'fork',
    'D',
    'git-config',
    'gitweb',
    'set-default-roles',
    'upstream',
    'cgit',
  ],
  GROUPLIST_PGM   =>  '/usr/local/libexec/gitolite-grouplist',
  HTTP_ANON_USER  =>  'nobody',
);

1;