mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-25 14:41:27 +00:00
Fix wrong repos_mirrorlist call which broke all update tests
Ugh. Sorry. Teach me to fire off changes without testing them. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
ecfc9a5234
commit
efbfe95213
@ -380,7 +380,7 @@ sub _repo_setup_updates {
|
|||||||
# Appropriate repo setup steps for testing a Bodhi update
|
# Appropriate repo setup steps for testing a Bodhi update
|
||||||
# Check if we already ran, bail if so
|
# Check if we already ran, bail if so
|
||||||
return unless script_run "test -f /etc/yum.repos.d/advisory.repo";
|
return unless script_run "test -f /etc/yum.repos.d/advisory.repo";
|
||||||
_repos_mirrorlist();
|
repos_mirrorlist();
|
||||||
if (get_var("DEVELOPMENT")) {
|
if (get_var("DEVELOPMENT")) {
|
||||||
# Disable updates-testing so other bad updates don't break us
|
# Disable updates-testing so other bad updates don't break us
|
||||||
# this will do nothing on upgrade tests as we're on a stable
|
# this will do nothing on upgrade tests as we're on a stable
|
||||||
|
Loading…
Reference in New Issue
Block a user