mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2026-03-09 15:28:44 +00:00
Disable autohinting again
The autohinter seemed to be grouping packages together and creating hints for them, but it seems manual hints were not being processed correctly. e.g. there was a recur: [] line, but no got: line and no indication whether the hint was successful or not, and packages included in the hint did not migrate. Revert "Re-enable autohinting" This reverts commit ad8f36c2d1899aaec3688dc6f9ee28b3e22774ff.
This commit is contained in:
parent
ad8f36c2d1
commit
61ebd414d4
@ -1470,6 +1470,9 @@ class Britney(object):
|
||||
"""
|
||||
self.logger.info("> Processing hints from the auto hinter")
|
||||
|
||||
self.logger.info(">> Skipping auto hinting due to recursion problem")
|
||||
return []
|
||||
|
||||
sources_t = self.suite_info.target_suite.sources
|
||||
excuses = self.excuses
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user