mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-03-13 04:11:07 +00:00
Fix substitution ordering mistake in out-of-date rendering.
This commit is contained in:
parent
0a4f948e3a
commit
52ad167312
@ -1532,7 +1532,7 @@ class Britney(object):
|
|||||||
break
|
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)" % \
|
||||||
(self.options.distribution, ", ".join(sorted(oodbins[v])), 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)
|
||||||
text = "out of date on <a href=\"https://launchpad.net/%s/+source/" \
|
text = "out of date on <a href=\"https://launchpad.net/%s/+source/" \
|
||||||
"%s/%s\" target=\"_blank\">%s</a>: %s" % \
|
"%s/%s\" target=\"_blank\">%s</a>: %s" % \
|
||||||
(self.options.distribution, urllib.quote(src.split("/")[0]), urllib.quote(source_u[VERSION]), arch, oodtxt)
|
(self.options.distribution, urllib.quote(src.split("/")[0]), urllib.quote(source_u[VERSION]), arch, oodtxt)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user