I have instance of YumRepository class. Is there a way to retrieve the option from configuration file of a repository, that I've added manually ?
Standard options are available as attributes of YumRepository instance e.g.
rep.mirrorlist - is the list of mirrors
Manually added option name in repositories config file is "notify=yes", how to retrieve it's value using rep object.