cleanup docstring
This commit is contained in:
parent
1affc5c018
commit
0713d1b7d3
1 changed files with 4 additions and 4 deletions
|
|
@ -430,10 +430,10 @@ class RepoManager(object):
|
|||
We score the tags by two factors
|
||||
- age of current repo
|
||||
- last use in a buildroot
|
||||
Having an older repo or a higher use count give the repo
|
||||
a higher priority for regen. The formula attempts to keep
|
||||
the last use factor from overpowering, so that very old repos
|
||||
still get regen priority.
|
||||
|
||||
Having an older repo or a higher use count gives the tag a higher
|
||||
priority for regen. The formula attempts to keep the last use factor
|
||||
from overpowering, so that tags with very old repos still get priority
|
||||
"""
|
||||
|
||||
stats = self.tagUseStats(entry['taginfo']['id'])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue