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're getting into a case where performInstallation.add_repos() gets passed a YumRepository instance in repos.
I guess this happens because Accessor.findRepository will instanciate a YumRepository (since 32d90da) if a transient network issue will cause isRepo() for both UpdateYumRepository and MainYumRepository to fail, and then ac0d438 assumes everything that is not a UpdateYumRepository is a MainYumRepository.
We're getting into a case where
performInstallation.add_repos()
gets passed aYumRepository
instance inrepos
.I guess this happens because
Accessor.findRepository
will instanciate aYumRepository
(since 32d90da) if a transient network issue will causeisRepo()
for bothUpdateYumRepository
andMainYumRepository
to fail, and then ac0d438 assumes everything that is not aUpdateYumRepository
is aMainYumRepository
.What do you think @alexbrett ?
The text was updated successfully, but these errors were encountered: