mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-24 08:51:31 +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
|
maxver = pkgv
|
||||||
if maxver is not None and apt_pkg.version_compare(maxver, v) > 0:
|
if maxver is not None and apt_pkg.version_compare(maxver, v) > 0:
|
||||||
maybe_nbs = "; NBS?"
|
maybe_nbs = "; NBS?"
|
||||||
break
|
|
||||||
oodtxt = oodtxt + "%s (from <a href=\"https://launchpad.net/%s/+source/" \
|
oodtxt = oodtxt + "%s (from <a href=\"https://launchpad.net/%s/+source/" \
|
||||||
"%s/%s\" target=\"_blank\">%s</a>%s)" % \
|
"%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)
|
(", ".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