mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-10 05:57:28 +00:00
Typo fix ("builded" -> "built")
Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
This commit is contained in:
parent
8cd4057e1c
commit
f1d94a1cee
@ -1348,7 +1348,7 @@ class Britney:
|
||||
binary_u = self.binaries[suite][arch][0][pkg]
|
||||
pkgsv = binary_u[SOURCEVER]
|
||||
|
||||
# if it wasn't builded by the same source, it is out-of-date
|
||||
# if it wasn't built by the same source, it is out-of-date
|
||||
if not self.same_source(source_u[VERSION], pkgsv):
|
||||
if pkgsv not in oodbins:
|
||||
oodbins[pkgsv] = []
|
||||
|
Loading…
x
Reference in New Issue
Block a user