From efbfe952138a0b8199a2040eb0cd9fb6611bc021 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Aug 21 2019 18:29:30 +0000 Subject: 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 --- diff --git a/lib/utils.pm b/lib/utils.pm index 49582ca..7f095f2 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -380,7 +380,7 @@ sub _repo_setup_updates { # Appropriate repo setup steps for testing a Bodhi update # Check if we already ran, bail if so return unless script_run "test -f /etc/yum.repos.d/advisory.repo"; - _repos_mirrorlist(); + repos_mirrorlist(); if (get_var("DEVELOPMENT")) { # Disable updates-testing so other bad updates don't break us # this will do nothing on upgrade tests as we're on a stable