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
This commit is contained in:
Jiri Kyjovsky 2023-03-28 15:01:39 +02:00
parent 078cde0378
commit 183fedafe1

View file

@ -8,3 +8,7 @@ gitroot_dir = /var/lib/dist-git/git
git_gc_depth = 3
gitolite = False
# name of the default branch (a.k.a. master or main)
default_branch = master