mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-03-10 19:01:08 +00:00
britney.py: Save a table look up
Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
0714b3bed8
commit
f88bcd98a2
@ -1093,7 +1093,7 @@ class Britney(object):
|
||||
binary_u = self.binaries[suite][arch][0][pkg_name]
|
||||
|
||||
# this is the source version for the new binary package
|
||||
pkgsv = self.binaries[suite][arch][0][pkg_name][SOURCEVER]
|
||||
pkgsv = binary_u[SOURCEVER]
|
||||
|
||||
# if the new binary package is architecture-independent, then skip it
|
||||
if binary_u[ARCHITECTURE] == 'all':
|
||||
|
Loading…
x
Reference in New Issue
Block a user