mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-06-15 03:31:37 +00:00
buildd.debian.org -> launchpad.net
This commit is contained in:
parent
e2403eade5
commit
c15542af29
14
britney.py
14
britney.py
@ -1407,7 +1407,7 @@ class Britney(object):
|
|||||||
base = 'testing'
|
base = 'testing'
|
||||||
else:
|
else:
|
||||||
base = 'stable'
|
base = 'stable'
|
||||||
text = "Not yet built on <a href=\"http://buildd.debian.org/status/logs.php?arch=%s&pkg=%s&ver=%s&suite=%s\" target=\"_blank\">%s</a> (relative to testing)" % (urllib.quote(arch), urllib.quote(src), urllib.quote(source_u[VERSION]), base, arch)
|
text = "Not yet built on <a href=\"https://launchpad.net/ubuntu/+source/%s/%s\" target=\"_blank\">%s</a> (relative to testing)" % (urllib.quote(src), urllib.quote(source_u[VERSION]), arch)
|
||||||
|
|
||||||
if arch in self.options.fucked_arches.split():
|
if arch in self.options.fucked_arches.split():
|
||||||
text = text + " (but %s isn't keeping up, so never mind)" % (arch)
|
text = text + " (but %s isn't keeping up, so never mind)" % (arch)
|
||||||
@ -1449,12 +1449,12 @@ class Britney(object):
|
|||||||
oodtxt = ""
|
oodtxt = ""
|
||||||
for v in oodbins.keys():
|
for v in oodbins.keys():
|
||||||
if oodtxt: oodtxt = oodtxt + "; "
|
if oodtxt: oodtxt = oodtxt + "; "
|
||||||
oodtxt = oodtxt + "%s (from <a href=\"http://buildd.debian.org/status/logs.php?" \
|
oodtxt = oodtxt + "%s (from <a href=\"https://launchpad.net/ubuntu/+source/" \
|
||||||
"arch=%s&pkg=%s&ver=%s\" target=\"_blank\">%s</a>)" % \
|
"%s/%s\" target=\"_blank\">%s</a>)" % \
|
||||||
(", ".join(sorted(oodbins[v])), urllib.quote(arch), urllib.quote(src), urllib.quote(v), v)
|
(", ".join(sorted(oodbins[v])), urllib.quote(src), urllib.quote(v), v)
|
||||||
text = "out of date on <a href=\"http://buildd.debian.org/status/logs.php?" \
|
text = "out of date on <a href=\"https://launchpad.net/ubuntu/+source/" \
|
||||||
"arch=%s&pkg=%s&ver=%s\" target=\"_blank\">%s</a>: %s" % \
|
"%s/%s\" target=\"_blank\">%s</a>: %s" % \
|
||||||
(urllib.quote(arch), urllib.quote(src), urllib.quote(source_u[VERSION]), arch, oodtxt)
|
(urllib.quote(src), urllib.quote(source_u[VERSION]), arch, oodtxt)
|
||||||
|
|
||||||
if arch in self.options.fucked_arches.split():
|
if arch in self.options.fucked_arches.split():
|
||||||
text = text + " (but %s isn't keeping up, so nevermind)" % (arch)
|
text = text + " (but %s isn't keeping up, so nevermind)" % (arch)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user