Do not skip broken packages
This commit is contained in:
parent
fb8224b71d
commit
4064c78fe6
@ -134,7 +134,7 @@ class LoraxYumHelper(object):
|
||||
|
||||
return True
|
||||
|
||||
def process_transaction(self, skip_broken=True):
|
||||
def process_transaction(self, skip_broken=False):
|
||||
# skip broken
|
||||
self.ybo.conf.skip_broken = skip_broken
|
||||
self.ybo.buildTransaction()
|
||||
|
Loading…
Reference in New Issue
Block a user