SHOW:
|
|
- or go back to the newest paste.
| 1 | # Repo Group | |
| 2 | @devonly = misc testing | |
| 3 | @adminrepo = gitolite-admin | |
| 4 | ||
| 5 | # User Group | |
| 6 | @chennaidev = arulraj aneesh ramesh | |
| 7 | @punedev = rahul ravi | |
| 8 | @developers = @punedev @chennaidev | |
| 9 | @admindev = arulraj aneesh ravi | |
| 10 | ||
| 11 | # GIT config / Mailing configuration | |
| 12 | repo @all | |
| 13 | R = daemon gitweb | |
| 14 | config core.filemode = false | |
| 15 | config hooks.emailprefix = "[gitolite] " | |
| 16 | config hooks.envelopesender = [email protected] | |
| 17 | config gitweb.owner = @admindev | |
| 18 | ||
| 19 | repo @devonly | |
| 20 | config hooks.mailinglist = [email protected],[email protected],[email protected],[email protected],[email protected] | |
| 21 | config gitweb.category = "Dev team's repos" | |
| 22 | ||
| 23 | repo @adminrepo | |
| 24 | config hooks.mailinglist = [email protected],[email protected] | |
| 25 | config gitweb.category = "Admin repos" | |
| 26 | - | config gitweb.description = "GIT admin" |
| 26 | + | |
| 27 | # Individual project access | |
| 28 | - | # Description for projects |
| 28 | + | |
| 29 | - | gitolite-admin = "GIT admin" |
| 29 | + | |
| 30 | - | testing = "GIT testing" |
| 30 | + | |
| 31 | - | misc = "Misc/test work for me" |
| 31 | + | desc = "GIT admin" |
| 32 | ||
| 33 | repo testing | |
| 34 | RW+ = @all | |
| 35 | desc = "GIT testing" | |
| 36 | ||
| 37 | repo misc | |
| 38 | RW+CD = @admindev | |
| 39 | RW = @developers | |
| 40 | desc = "Misc/test work for me" |