copr: allow custom0 in dist-git

This commit is contained in:
Miroslav Suchý 2016-05-16 15:24:01 +02:00
parent f690929a42
commit 2acaeb6842

View file

@ -17,12 +17,12 @@ admin_groups=cvsadmin
# comma separated list of active branches to create ACLs for # comma separated list of active branches to create ACLs for
# example: # example:
active_branches=el5,el6,el7,epel7,f22,f23,f24,master active_branches=el5,el6,el7,epel7,f22,f23,f24,master,custom0
# a "regex"ish list of the reserved branches # a "regex"ish list of the reserved branches
# example: # example:
# reserved_branches=f[0-9][0-9],epel[0-9],epel[0-9][0-9],el[0-9],olpc[0-9] # reserved_branches=f[0-9][0-9],epel[0-9],epel[0-9][0-9],el[0-9],olpc[0-9]
reserved_branches=f[0-9][0-9],epel[0-9],epel[0-9][0-9],el[0-9],olpc[0-9] reserved_branches=f[0-9][0-9],epel[0-9],epel[0-9][0-9],el[0-9],olpc[0-9],custom[0-9]
# url of package database - acls (data in json format) # url of package database - acls (data in json format)
# You can leave it empty if you don't want to use it. # You can leave it empty if you don't want to use it.