Closed bocekm closed 7 years ago
Do I understand it correctly, that the treeinfo is missing from target repository provided for upgrade? If yes, this should be easy to reproduce/verify. Just need to delete treeinfo from repository used for upgrade.
@pkotvan, yes, to verify it, just delete the .treeinfo
from the repo. Before, when the .treeinfo (or treeinfo) was missing in the repo, the tool provided an error message about that but went on with the execution and failed later on with another, unrelated error message.
@bocekm Thanks for clarification. I was able to verify the fix in this pull request. Setting as verified.
When .treeinfo or treeinfo was not available, the Red Hat Upgrade Tool ended later on with an unrelated error, for example:
Now the utility stops it's execution right away and the error message specifies the repository URL, not just its internal ID (cmdline-instrepo):
This fix was inspired by rhbz#1486439.