mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-01-01 15:13:08 +00:00
Don't use koji-rawhide repo on support_server test
We definitely don't want the support server pulling in random packages from Rawhide. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
9c736f9ffc
commit
a9a3cea174
@ -599,7 +599,7 @@ sub _repo_setup_updates {
|
||||
disable_updates_repos(both => 0) if ($version > $currrel);
|
||||
# use the buildroot repo on Rawhide: see e.g.
|
||||
# https://pagure.io/fedora-ci/general/issue/376 for why
|
||||
if (get_var("VERSION") eq get_var("RAWREL")) {
|
||||
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';
|
||||
}
|
||||
# set up the workaround repo
|
||||
|
Loading…
Reference in New Issue
Block a user