Files
fedora-infra_ansible/roles/copr/dist_git/files/dist-git.conf
Jiri Kyjovsky 183fedafe1 copr-dist-git: specify default_branch option in dict-git.conf
commit d9dfe63e34abd7d6fe3c9b6e4c70939f4932f250 in dist-git
introduces configuration of main branch name. Thus it should
be specified in dict-git.conf
2023-03-28 15:01:39 +02:00

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