Merge pull request #1945 from coolo/ignore_conflicts
Ignore packages listed in comments
This commit is contained in:
commit
36af69dc9b
@ -221,6 +221,8 @@ class InstallChecker(object):
|
||||
else:
|
||||
whitelist = self.existing_problems
|
||||
|
||||
whitelist |= set(to_ignore)
|
||||
|
||||
check = self.cycle_check(project, repository, arch)
|
||||
if not check.success:
|
||||
self.logger.warn('Cycle check failed')
|
||||
|
Loading…
x
Reference in New Issue
Block a user