mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-04-11 03:01:09 +00:00
The existing code attempts to "short circuit" processing of binaries in unstable by first checking if the package is subject to a removal hint. This is invalid in Ubuntu for two reasons: - we do not use removal hints for removing packages from the release pocket - there are 11,000 hints in Ubuntu (due to force-reset-test) - searching all hints is time-consuming and not a short-circuit at all. Reorder the code so we only scan the hints if there's otherwise an indication of something to do.