Skip to content

Commit

Permalink
Provide also a hint to check if repomap file is up-to-date (oamg#606)
Browse files Browse the repository at this point in the history
In order to enable upgrades on RHUI we need an updated repomap file.
It can happen users have an old one from previous upgrades and
thus missing the needed mapping.
  • Loading branch information
Rezney committed Oct 13, 2020
1 parent 0466306 commit 839f27b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ def gather_target_repositories(context, indata):
' ensure the custom repository file is provided regarding the documentation with'
' properly defined repositories or in case repositories are already defined'
' in any repofiles under /etc/yum.repos.d/ directory, use the --enablerepo option'
' for leapp'
' for leapp. Also make sure "/etc/leapp/files/repomap.csv" file is up-to-date.'
).format(version=api.current_actor().configuration.version.target)
}
)
Expand Down

0 comments on commit 839f27b

Please sign in to comment.