mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-10 05:57:28 +00:00
Remove a stray "break" that caused broken out-of-date output.
This commit is contained in:
parent
52ad167312
commit
1982bf4bd1
@ -1529,7 +1529,6 @@ class Britney(object):
|
||||
maxver = pkgv
|
||||
if maxver is not None and apt_pkg.version_compare(maxver, v) > 0:
|
||||
maybe_nbs = "; NBS?"
|
||||
break
|
||||
oodtxt = oodtxt + "%s (from <a href=\"https://launchpad.net/%s/+source/" \
|
||||
"%s/%s\" target=\"_blank\">%s</a>%s)" % \
|
||||
(", ".join(sorted(oodbins[v])), self.options.distribution, urllib.quote(src.split("/")[0]), urllib.quote(v), v, maybe_nbs)
|
||||
|
Loading…
x
Reference in New Issue
Block a user