feat: add missing KF6 framework recipes
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# Example gitolite.conf
|
||||
|
||||
include "mygroups.conf"
|
||||
|
||||
@admin = user1 user2
|
||||
@admin = user3@domain.com
|
||||
|
||||
repo @all
|
||||
option deny-rules = 1
|
||||
option hooks.emailprefix = '[%GL_REPO] '
|
||||
|
||||
repo myrepo
|
||||
- protected$ = @all # Nobody can push
|
||||
RW+CD = @admin
|
||||
RW = @group1
|
||||
R = user3@domain.com
|
||||
Reference in New Issue
Block a user