mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-13 15:37:02 +00:00
read hints earlier
This allow to do quicker test of the code that reads the hints. Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
c7c16a2a25
commit
1163101cf7
@ -256,6 +256,7 @@ class Britney(object):
|
||||
apt_pkg.init()
|
||||
self.sources = {}
|
||||
self.binaries = {}
|
||||
self.hints = self.read_hints(self.options.unstable)
|
||||
|
||||
if self.options.nuninst_cache:
|
||||
self.__log("Not building the list of non-installable packages, as requested", type="I")
|
||||
@ -324,7 +325,6 @@ class Britney(object):
|
||||
# read additional data
|
||||
self.dates = self.read_dates(self.options.testing)
|
||||
self.urgencies = self.read_urgencies(self.options.testing)
|
||||
self.hints = self.read_hints(self.options.unstable)
|
||||
self.excuses = []
|
||||
self.dependencies = {}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user