mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-13 23:38:20 +00:00
Suites now have a reference to sources
Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
d1350606bb
commit
73f4f3a5dd
@ -324,6 +324,7 @@ class Britney(object):
|
||||
# - Load all sources before any of the binaries.
|
||||
for suite in self.suite_info:
|
||||
sources = self.read_sources(suite.path)
|
||||
suite.sources = sources
|
||||
self.sources[suite.name] = sources
|
||||
self.binaries[suite.name] = self.read_binaries(suite.path, suite.name, self.options.architectures)
|
||||
|
||||
|
@ -33,6 +33,7 @@ class Suite(object):
|
||||
self.name = name
|
||||
self.path = path
|
||||
self.suite_short_name = suite_short_name if suite_short_name else ''
|
||||
self.sources = {}
|
||||
|
||||
@property
|
||||
def excuses_suffix(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user