diff --git a/roles/copr/dist_git/files/dist-git.conf b/roles/copr/dist_git/files/dist-git.conf index b1a0fd7301..871453cf7e 100644 --- a/roles/copr/dist_git/files/dist-git.conf +++ b/roles/copr/dist_git/files/dist-git.conf @@ -17,12 +17,12 @@ admin_groups=cvsadmin # comma separated list of active branches to create ACLs for # 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 # 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],custom[0-9] # url of package database - acls (data in json format) # You can leave it empty if you don't want to use it.