copr-dist-git: disable directory.safe check

This commit is contained in:
Jakub Kadlcik 2024-06-05 15:07:50 +02:00
parent 4a8cc63efa
commit ee282f23ae
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,6 @@
[safe]
# Disable safe.directory security check for the whole system. This is not
# ideal but it is not possible to recursively mark our whole storage as safe
# and we cannot manually mark every repository as safe because we have too
# many of them. See https://github.com/fedora-copr/copr/issues/3266
directory = *

View file

@ -163,3 +163,6 @@
tags:
- config
- cron
- name: install /etc/gitconfig file
copy: src="gitconfig" dest="/etc/gitconfig"