mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-06-05 06:41:33 +00:00
Added a list of known bugs for the old britney, fixed a bug while evaluating nuninst.
This commit is contained in:
parent
f19c391289
commit
b6b677620b
3
BUGS
Normal file
3
BUGS
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# list of bugs for old britney
|
||||||
|
# * if there are tpu approvals, then all the packages are approved
|
||||||
|
# * while building the upgrade excuses, dependencies on virtual packages can be versioned, but not on UpgradeRun
|
@ -1519,7 +1519,8 @@ class Britney:
|
|||||||
if b not in nuninst[arch]:
|
if b not in nuninst[arch]:
|
||||||
nuninst[arch].append(b)
|
nuninst[arch].append(b)
|
||||||
|
|
||||||
if len(nuninst[arch]) > len(nuninst_comp[arch]):
|
if arch not in self.options.break_arches and \
|
||||||
|
len(nuninst[arch]) > len(nuninst_comp[arch]):
|
||||||
better = False
|
better = False
|
||||||
break
|
break
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user