mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 13:33:08 +00:00
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 <awilliam@redhat.com>
This commit is contained in:
parent
c6d808ed23
commit
56281a41bd
@ -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*";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user