blob: 2685d9011b7e1e5befc486d64dd8c23076d4e293 (
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
|
@guests = bob
@interns = bob
@dev = bob alice
@teamleads = druid bob
@staff = @interns @dev
repo @secret
- = @guests
option deny-rules = 1
repo @floss
RW+ = @staff
R = @all
repo @project
RW+ = @teamleads
- master = @staff @guests
- refs/tags/ = @staff @guests
RW+ develop/ = @staff
RW+ feature/ = @staff
RW+ hot-fix/ = @staff
RW = @staff
R = @all
repo @mirror
R = @all
RW+ release/ = @teamleads
RW+ develop/ = @dev
RW+ feature/ = @dev
RW+ hot-fix/ = @dev
option upstream.nice = 120
repo gitolite-admin
RW+ = gitolite
repo mate
config gitweb.description = "Mate ports"
repo kde5
config gitweb.description = "Kde5 ports"
repo xorg
config gitweb.description = "Xorg ports"
repo contrib
config gitweb.description = "Contrib ports"
repo opt
config gitweb.description = "Opt ports"
repo core
config gitweb.description = "Core ports"
repo doc
config gitweb.description = "System doc."
option hook.post-receive = deploy-web-doc
repo ports
config gitweb.description = "Extra ports."
option hook.post-receive = deploy-web-doc
repo doc
config gitweb.owner = "Team"
config gitweb.category = "Repositories"
repo core opt contrib ports xorg iso mate kde5
config gitweb.owner = "Team"
config gitweb.category = "Host Ports"
@secret = gitolite-admin
@project = doc
@project = core opt contrib ports xorg iso mate kde5 webdata
|