mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-04-04 23:01:11 +00:00
Fixed a strange behaviour of extension-based testing system.
This commit is contained in:
parent
9517eb810a
commit
d16584a8ca
@ -267,9 +267,8 @@ class Britney:
|
||||
self.binaries['testing'][arch] = self.read_binaries(self.options.testing, "testing", arch)
|
||||
self.binaries['unstable'][arch] = self.read_binaries(self.options.unstable, "unstable", arch)
|
||||
self.binaries['tpu'][arch] = self.read_binaries(self.options.tpu, "tpu", arch)
|
||||
# build the testing system if not already available
|
||||
if arch not in self.systems:
|
||||
self.build_systems(arch)
|
||||
# build the testing system
|
||||
self.build_systems(arch)
|
||||
|
||||
# read the release-critical bug summaries for testing and unstable
|
||||
self.bugs = {'unstable': self.read_bugs(self.options.unstable),
|
||||
|
Loading…
x
Reference in New Issue
Block a user