Skip to content

Commit

Permalink
update config to not be Fedora specific
Browse files Browse the repository at this point in the history
  • Loading branch information
asamalik committed Jul 23, 2015
1 parent addb175 commit 1d8868c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions configs/dist-git/dist-git.conf
Expand Up @@ -9,17 +9,17 @@
# user groups on the server associated with dist-git
# example:
# user_groups=cvsadmin,fedora-arm,fedora-sparc,fedora-ia64,fedora-s390,fedora-ppc,provenpackager
user_groups=cvsadmin,fedora-arm,fedora-sparc,fedora-ia64,fedora-s390,fedora-ppc,provenpackager
user_groups=cvsadmin

# user groups with write access to all repositories
# example:
# admin_groups=cvsadmin,fedora-arm,fedora-s390,fedora-ppc
admin_groups=cvsadmin,fedora-arm,fedora-s390,fedora-ppc
admin_groups=cvsadmin

# comma separated list of active branches to create ACLs for
# example:
# active_branches=olpc2,olpc3,el4,el5,el6,el7,epel7,f11,f12,f13,f14,f15,f16,f17,f18,f19,f20,f21,f22,master
active_branches=olpc2,olpc3,el4,el5,el6,el7,epel7,f11,f12,f13,f14,f15,f16,f17,f18,f19,f20,f21,f22,master
active_branches=

# a "regex"ish list of the reserved branches
# example:
Expand All @@ -30,13 +30,13 @@ reserved_branches=f[0-9][0-9],epel[0-9],epel[0-9][0-9],el[0-9],olpc[0-9]
# You can leave it empty if you don't want to use it.
# example:
# pkgdb_acls_url=https://admin.fedoraproject.org/pkgdb/api/vcs?format=json
pkgdb_acls_url=http://192.168.122.1:5000/
pkgdb_acls_url=

# url of package database - groups (data in json format)
# You can leave it empty if you don't want to use it.
# example:
# pkgdb_groups_url=https://admin.fedoraproject.org/pkgdb/api/groups?format=json
pkgdb_groups_url=https://admin.fedoraproject.org/pkgdb/api/groups?format=json
pkgdb_groups_url=



Expand All @@ -51,7 +51,7 @@ email_domain=example.com
# $PACKAGE can be used as a package name
# example:
# pkg_owner_emails=$PACKAGE-owner@fedoraproject.org,scm-commits@lists.fedoraproject.org
pkg_owner_emails=$PACKAGE-owner@example.com,commits@lists.example.com
pkg_owner_emails=$PACKAGE-nobody@example.com



Expand All @@ -60,5 +60,5 @@ pkg_owner_emails=$PACKAGE-owner@example.com,commits@lists.example.com
# the default author of git branches
# example:
# default_branch_author=Fedora Release Engineering <rel-eng@lists.fedoraproject.org>
default_branch_author=Fedora Release Engineering <rel-eng@lists.fedoraproject.org>
default_branch_author=Jerry Random <nobody@example.com>

0 comments on commit 1d8868c

Please sign in to comment.