for primary koji, add some other topurls to get dnf to retry things
This commit is contained in:
parent
8b054eeed7
commit
33cac41231
1 changed files with 5 additions and 0 deletions
|
@ -18,9 +18,14 @@ rpmbuild_timeout=172800
|
||||||
|
|
||||||
use_createrepo_c=True
|
use_createrepo_c=True
|
||||||
|
|
||||||
|
{% if {{koji_topurl}} == https://kojipkgs.fedoraproject.org/ %}
|
||||||
|
; add some additional urls for failover
|
||||||
|
topurl = {{koji_topurl}},https://kojipkgs01.fedoraproject.org,https://kojipkgs02.fedoraproject.org
|
||||||
|
{% else %}
|
||||||
;url of package download site
|
;url of package download site
|
||||||
topurl = {{koji_topurl}}
|
topurl = {{koji_topurl}}
|
||||||
|
|
||||||
|
{% endif %}
|
||||||
; The directory root for temporary storage
|
; The directory root for temporary storage
|
||||||
; workdir=/tmp/koji
|
; workdir=/tmp/koji
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue