From 56281a41bdf2a1c86fa4d303010ad75222721983 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 22 Apr 2024 17:56:44 -0700 Subject: [PATCH] Update a FIXME notice The bug number is wrong and I can't find the right one, d'oh. We could *probably* safely remove this right now but I'm not 100% sure, I think it should be fine when F38 is EOL. Signed-off-by: Adam Williamson --- tests/upgrade_run.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/upgrade_run.pm b/tests/upgrade_run.pm index 95a4e67e..7db3ab29 100644 --- a/tests/upgrade_run.pm +++ b/tests/upgrade_run.pm @@ -15,7 +15,7 @@ sub run { repo_setup(); my $params = "-y --releasever=${relnum}"; if ($relnum > 38) { - # FIXME https://bugzilla.redhat.com/show_bug.cgi?id=2230720 + # FIXME can probably be removed when F38 goes EOL $params .= " --nogpgcheck --disablerepo=*modular*"; }