mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-25 17:31:29 +00:00
Fix inverted logic in should_upgrade_srcarch.
This commit is contained in:
parent
c493d9380b
commit
5974b25d99
@ -1217,7 +1217,7 @@ class Britney(object):
|
|||||||
|
|
||||||
# find unsatisfied dependencies for the new binary package
|
# find unsatisfied dependencies for the new binary package
|
||||||
if not self.excuse_unsat_deps(pkg_name, src, arch, suite, excuse):
|
if not self.excuse_unsat_deps(pkg_name, src, arch, suite, excuse):
|
||||||
unsat_deps = False
|
unsat_deps = True
|
||||||
|
|
||||||
# if the binary is not present in testing, then it is a new binary;
|
# if the binary is not present in testing, then it is a new binary;
|
||||||
# in this case, there is something worth doing
|
# in this case, there is something worth doing
|
||||||
|
Loading…
x
Reference in New Issue
Block a user