aboutsummaryrefslogtreecommitdiff
path: root/files/usr/local/git/.gitolite.rc.git_server
blob: fb12f18d1d7eef18ef50a015322b9084c63ccc92 (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
29
30
%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',
    'repo-specific-hooks',
  ],
  GROUPLIST_PGM   =>  '/usr/local/libexec/gitolite-grouplist',
  HTTP_ANON_USER  =>  'nobody',
  LOCAL_CODE      =>  "$rc{GL_ADMIN_BASE}/local",
);

1;