copr: builder: configure package-manager's retry in mock
This commit is contained in:
parent
efda1b074a
commit
d6766487bd
1 changed files with 6 additions and 0 deletions
|
@ -32,3 +32,9 @@ config_opts['yum_install_command'] = 'install yum yum-utils shadow-utils distrib
|
||||||
|
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1745123, remove with new mock release
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1745123, remove with new mock release
|
||||||
config_opts['dnf_install_command'] = 'install dnf dnf-plugins-core shadow-utils distribution-gpg-keys'
|
config_opts['dnf_install_command'] = 'install dnf dnf-plugins-core shadow-utils distribution-gpg-keys'
|
||||||
|
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1690971
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1741931
|
||||||
|
# https://github.com/rpm-software-management/mock/issues/338
|
||||||
|
config_opts['package_manager_max_attempts'] = 3
|
||||||
|
config_opts['package_manager_attempt_delay'] = 10
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue