mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 12:32:50 +08:00
commit d9dfe63e34abd7d6fe3c9b6e4c70939f4932f250 in dist-git introduces configuration of main branch name. Thus it should be specified in dict-git.conf
15 lines
336 B
Plaintext
15 lines
336 B
Plaintext
[dist-git]
|
|
git_author_name = Copr Dist Git
|
|
git_author_email = <copr-devel@lists.fedoraproject.org>
|
|
|
|
cache_dir = /var/lib/dist-git/cache
|
|
gitroot_dir = /var/lib/dist-git/git
|
|
#this is difference from standard config!
|
|
git_gc_depth = 3
|
|
|
|
gitolite = False
|
|
|
|
# name of the default branch (a.k.a. master or main)
|
|
default_branch = master
|
|
|