aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/mgagit/templates/repodef_repo.gl
blob: ceb523e0cff3591e73df2d3ec2e5216988801b9e (plain)
1
2
3
4
5
6
7
8
9
repo [% repo %]
   RW  master$    = [% r.repos.$repo.maintainer %]
   RW+ user/USER/ = @all
   R              = @all
   config hooks.mailinglist = "sysadmin-commits@ml.mageia.org"
   config hooks.emailprefix = "[[% repo %]] "
   config hooks.envelopesender = "root@mageia.org"
   config hooks.showrev = "t=%s; echo '-----------------------------------------------------------------------';echo; printf 'http://gitweb.mageia.org/'$GL_REPO'/commit/?id=%%s' $t; echo;echo; git show -C $t; echo"
   config gitweb.description = "[% r.repos.$repo.description %]"