mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-22 13:11:26 +00:00
Drop explicit install of fedora-repos-modular again
It actually is supposed to be installed by default, so if it's missing that's a bug. It's been added to comps now so it should be there from now on. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
24d0e760f5
commit
ead05e6c32
@ -13,10 +13,6 @@ sub run {
|
|||||||
# It does not check the content of the further listed lists for any
|
# It does not check the content of the further listed lists for any
|
||||||
# particular packages, modules or streams.
|
# particular packages, modules or streams.
|
||||||
|
|
||||||
# Install modular repos if necessary (since fedora-repos-33-0.8
|
|
||||||
# they are not installed by default)
|
|
||||||
script_run('dnf -y install fedora-repos-modular', 180);
|
|
||||||
|
|
||||||
# Check that modularity works and dnf can list the modules.
|
# Check that modularity works and dnf can list the modules.
|
||||||
assert_script_run('dnf module list');
|
assert_script_run('dnf module list');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user