Rename udd_tie_breaker -> popcon_tie_breaker.
This commit is contained in:
parent
ce02dd4a85
commit
bfc2141626
2 changed files with 3 additions and 3 deletions
|
@ -41,7 +41,7 @@ class UDD(object):
|
|||
return cursor.fetchone()[0]
|
||||
|
||||
|
||||
def udd_tie_breaker(candidates):
|
||||
def popcon_tie_breaker(candidates):
|
||||
# TODO(jelmer): Pick package based on what appears most commonly in
|
||||
# build-depends{-indep,-arch}
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue