mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-23 19:31:55 +00:00
Update buildd links (s@build.php@status/logs.php@)
This commit is contained in:
parent
df6f50bbd5
commit
0e8ed37c57
@ -537,9 +537,9 @@ def should_upgrade_src(src, suite, orig, origpkgs, new, newpkgs, approvals,
|
|||||||
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/build.php?arch=%s&pkg=%s&ver=%s\" target=\"_blank\">%s</a>)" % \
|
oodtxt = oodtxt + "%s (from <a href=\"http://buildd.debian.org/status/logs.php?arch=%s&pkg=%s&ver=%s\" target=\"_blank\">%s</a>)" % \
|
||||||
(", ".join(oodbins[v]), arch, src, v, v)
|
(", ".join(oodbins[v]), arch, src, v, v)
|
||||||
text = "out of date on <a href=\"http://buildd.debian.org/build.php?arch=%s&pkg=%s&ver=%s\" target=\"_blank\">%s</a>: %s" % (arch, src, srcv, arch, oodtxt)
|
text = "out of date on <a href=\"http://buildd.debian.org/status/logs.php?arch=%s&pkg=%s&ver=%s\" target=\"_blank\">%s</a>: %s" % (arch, src, srcv, arch, oodtxt)
|
||||||
|
|
||||||
if arch in fuckedarches:
|
if arch in fuckedarches:
|
||||||
text = text + " (but %s isn't keeping up," % \
|
text = text + " (but %s isn't keeping up," % \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user