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:
parent
7eb8bbea26
commit
2c060727f6
1 changed files with 6 additions and 0 deletions
|
@ -54,3 +54,9 @@ debuglevel = 1
|
|||
# https://bz.apache.org/bugzilla/show_bug.cgi?id=65769
|
||||
exclude = httpd*
|
||||
{% 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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue