about summary refs log blame commit diff stats
path: root/tools/conf/srv/gitolite/gitolite.conf
blob: 79755491f153917bf7a429536d90448c50acfe73 (plain) (tree)

































                                            
                                       
                                               
                                             

              
                                               





                                             

                                                   

                                                  

                                           
 

                                          

                                                  
              
                                               
                                                    
















                                                                                                                                            
                                                 

                               
@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 doc machine-ports pmwiki assistant
    config gitweb.owner         =   "Hive Team"
    config gitweb.category      =   "machine"

repo linux-pck
    config gitweb.owner         =   "Hive Team"
    config gitweb.category      =   "mirrors"

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

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

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

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

repo assistant
    config gitweb.owner         =   "Hive Team"
    config gitweb.description   =   "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   =   doc machine-ports pmwiki assistant
@project   =   core opt contrib
@mirror    =   linux-pck