about summary refs log tree commit diff stats
path: root/tools/conf/srv/gitolite/gitolite.conf
blob: 09133ec468d1038de1b64b6cb81267623b92dd48 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
@guests         =   gitweb
@interns        =   silvino
@dev            =   silvino
@teamleads      =   silvino
@staff          =   @interns @dev @teamleads

repo  @secret
    - = @guests
    option deny-rules = 1

repo @floss
    RW+                     =   @dev @staff
    R                       =   @all

repo @project
    RW+                     =   @teamleads
    -   master              =   @dev
    -   refs/tags/v[0-9]    =   @dev
    RW+ develop/            =   @dev
    RW+ feature/            =   @dev
    RW+ hot-fix/            =   @dev
    RW                      =   @dev
    R                       =   @interns

repo @mirror
    RW+ release/            =   @teamleads
    RW+ develop/            =   @dev
    RW+ feature/            =   @dev
    RW+ hot-fix/            =   @dev
    R                       =   @all

repo gitolite-admin
    RW+     =   gitolite

repo c9-doc c9-ports c9-pmwiki c9-assistant
    config gitweb.owner         =   "c9 team"
    config gitweb.category      =   "c9"

repo linux-pck
    config gitweb.owner         =   "c9 team"
    config gitweb.category      =   "mirrors"

repo opt core contrib
    config gitweb.owner         =   "crux"
    config gitweb.category      =   "crux"

repo c9-doc
    config gitweb.description   =   "c9 documentation"
    option hook.post-receive     =  deploy-web-doc

repo c9-ports
    config gitweb.description   =   "c9 ports"

repo c9-pmwiki
    config gitweb.description   =   "c9 wiki"
    option hook.post-receive     =  deploy-web-doc

repo c9-assistant
    config gitweb.owner         =   "c9 team"
    config gitweb.description   =   "c9 open assistant"

repo core
    config gitweb.description   =   "crux core collection"

repo opt
    config gitweb.description   =   "crux opt collection"

repo contrib
    config gitweb.description   =   "crux contrib collection"

repo linux-pck
    config gitweb.description   =   "PCK or Parabola Community Kernel are multiple patches, pf-kernel and zen-kernel for Linux-libre kernel"
    option      upstream.url    = git://git.parabola.nu/pck.git
    option      upstream.nice   = 120


@secret    =   gitolite-admin
@project   =   c9-doc c9-ports c9-pmwiki c9-assistant
@project   =   core opt contrib
@mirror    =   linux-pck