diff --git a/BUGS b/BUGS new file mode 100644 index 0000000..25f97d3 --- /dev/null +++ b/BUGS @@ -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 diff --git a/britney.py b/britney.py index 771755b..6ff7362 100644 --- a/britney.py +++ b/britney.py @@ -1519,7 +1519,8 @@ class Britney: if b not in nuninst[arch]: 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 break