mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-07-23 19:05:46 +00:00
This caused problems (particularly with the more obscure package install paths like cockpit and realmd) before, but I don't really like removing it, as it differs from real-world usage. Tests are currently failing because of a bug in this repo wiping - in upgrade_preinstall, we should wipe the file again after the dnf -y update --refresh call, in case that reinstalls it - but instead of fixing that, let's try just leaving the file alone. The risk here is that we run into problems when the repo doesn't exist, again. In theory we should not because it has skip_if_unavailable=True , and everything *should* respect that. But if it does turn out to still be a problem we'll have to revert this and fix upgrade_preinstall. Signed-off-by: Adam Williamson <awilliam@redhat.com> |
||
---|---|---|
.. | ||
anaconda.pm | ||
anacondatest.pm | ||
bugzilla.pm | ||
cockpit.pm | ||
disks.pm | ||
fedoradistribution.pm | ||
freeipa.pm | ||
installedtest.pm | ||
mock.pm | ||
packagetest.pm | ||
tapnet.pm | ||
utils.pm |