From c15542af29b3accb8f41a6107534f93ed9ae1352 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Tue, 23 Oct 2012 15:48:47 +0100 Subject: [PATCH] buildd.debian.org -> launchpad.net --- britney.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/britney.py b/britney.py index 4799465..c0af356 100755 --- a/britney.py +++ b/britney.py @@ -1407,7 +1407,7 @@ class Britney(object): base = 'testing' else: base = 'stable' - text = "Not yet built on %s (relative to testing)" % (urllib.quote(arch), urllib.quote(src), urllib.quote(source_u[VERSION]), base, arch) + text = "Not yet built on %s (relative to testing)" % (urllib.quote(src), urllib.quote(source_u[VERSION]), arch) if arch in self.options.fucked_arches.split(): text = text + " (but %s isn't keeping up, so never mind)" % (arch) @@ -1449,12 +1449,12 @@ class Britney(object): oodtxt = "" for v in oodbins.keys(): if oodtxt: oodtxt = oodtxt + "; " - oodtxt = oodtxt + "%s (from %s)" % \ - (", ".join(sorted(oodbins[v])), urllib.quote(arch), urllib.quote(src), urllib.quote(v), v) - text = "out of date on %s: %s" % \ - (urllib.quote(arch), urllib.quote(src), urllib.quote(source_u[VERSION]), arch, oodtxt) + oodtxt = oodtxt + "%s (from %s)" % \ + (", ".join(sorted(oodbins[v])), urllib.quote(src), urllib.quote(v), v) + text = "out of date on %s: %s" % \ + (urllib.quote(src), urllib.quote(source_u[VERSION]), arch, oodtxt) if arch in self.options.fucked_arches.split(): text = text + " (but %s isn't keeping up, so nevermind)" % (arch)