mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 14:03:09 +00:00
Set very low metadata expiry for koji-rawhide repo
This repo gets regenerated a lot, so we should be very aggressive about metadata expiry. Hopefully this will forestall most of the cases where we get a 404 trying to access this repo's metadata files. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
2d6180b25e
commit
c00e0283dd
@ -573,7 +573,7 @@ sub _repo_setup_updates {
|
|||||||
# use the buildroot repo on Rawhide: see e.g.
|
# use the buildroot repo on Rawhide: see e.g.
|
||||||
# https://pagure.io/fedora-ci/general/issue/376 for why
|
# https://pagure.io/fedora-ci/general/issue/376 for why
|
||||||
if (get_var("VERSION") eq get_var("RAWREL") && get_var("TEST") ne "support_server") {
|
if (get_var("VERSION") eq get_var("RAWREL") && get_var("TEST") ne "support_server") {
|
||||||
assert_script_run 'printf "[koji-rawhide]\nname=koji-rawhide\nbaseurl=https://kojipkgs.fedoraproject.org/repos/rawhide/latest/' . $arch . '/\ncost=2000\nenabled=1\ngpgcheck=0\n" > /etc/yum.repos.d/koji-rawhide.repo';
|
assert_script_run 'printf "[koji-rawhide]\nname=koji-rawhide\nbaseurl=https://kojipkgs.fedoraproject.org/repos/rawhide/latest/' . $arch . '/\ncost=2000\nenabled=1\nmetadata_expire=30\ngpgcheck=0\n" > /etc/yum.repos.d/koji-rawhide.repo';
|
||||||
}
|
}
|
||||||
# set up the workaround repo
|
# set up the workaround repo
|
||||||
setup_workaround_repo;
|
setup_workaround_repo;
|
||||||
|
Loading…
Reference in New Issue
Block a user