You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have moved leapp's configuration to config.py but it's a small step in a series of removing hardcoded values and actually making the configuration shared.
@drehak: This is more for API / stdlib to be able to access the data. Regarding the thing that actor contains already configuration, it doesn't seem as right solution to mix it up. If I understand your idea.
MichalHe
pushed a commit
to MichalHe/leapp
that referenced
this issue
Aug 12, 2021
* Add localreposinhibit actor
The purpose is to inhibit the upgrade if the local repository
was found (which has baseurl starting with file:///).
The new model TMPTargetrepossitoriesFacts was introduced, due to the limitations
in UsedTargetRepositories and TargetRepositories models. The TMPTargetRepositoriesFacts
model is going to be deprecated starting Sep 1, 2020.
UsedTargetRepositories has only repoids data. TargetRepositories has baseurls of repos,
but not in all cases (i.e. urls are missing if the repo introduced inside the yum.repo.d dir).
We have moved leapp's configuration to config.py but it's a small step in a series of removing hardcoded values and actually making the configuration shared.
Hardcoded stuff in leapp-reporsitory example:
https://github.com/oamg/leapp-repository/blob/master/repos/system_upgrade/el7toel8/actors/verifycheckresults/actor.py#L26
The text was updated successfully, but these errors were encountered: