mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-03-12 03:41:08 +00:00
Ignore previously Architecture: all binaries not (yet?) in unstable when unstable is a partial suite.
This commit is contained in:
parent
eebdf0fffd
commit
052feb339e
@ -1151,6 +1151,9 @@ class Britney(object):
|
||||
|
||||
# retrieve the testing (if present) and unstable corresponding binary packages
|
||||
binary_t = pkg in source_t[BINARIES] and self.binaries['testing'][arch][0][pkg_name] or None
|
||||
if hasattr(self.options, 'partial_unstable') and binary_t is not None and binary_t[ARCHITECTURE] == 'all' and pkg_name not in self.binaries[suite][arch][0]:
|
||||
excuse.addhtml("Ignoring %s %s (from %s) as it is arch: all and not yet built in unstable" % (pkg_name, binary_t[VERSION], binary_t[SOURCEVER]))
|
||||
continue
|
||||
binary_u = self.binaries[suite][arch][0][pkg_name]
|
||||
|
||||
# this is the source version for the new binary package
|
||||
|
Loading…
x
Reference in New Issue
Block a user