dnf-automatic / builders: don't allow dnf-automatic to upgrade git for now

git 2.35.3 broke buildSRPMFromSCM tasks, we want to downgrade back to
2.35.1 for now until it's fixed in koji.
See https://pagure.io/koji/issue/3351 and
https://pagure.io/fedora-infrastructure/issue/10677

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-05-09 10:53:28 -07:00 committed by kevin
parent 7eb8bbea26
commit 2c060727f6

View file

@ -54,3 +54,9 @@ debuglevel = 1
# https://bz.apache.org/bugzilla/show_bug.cgi?id=65769 # https://bz.apache.org/bugzilla/show_bug.cgi?id=65769
exclude = httpd* exclude = httpd*
{% endif %} {% endif %}
{% if inventory_hostname.startswith('build') %}
# exclude git for now as it's breaking koji
# https://pagure.io/fedora-infrastructure/issue/10677
# https://pagure.io/koji/issue/3351
exclude = git*
{% endif %}