From: "Luis R. Rodriguez" <mcgrof@xxxxxxxxxxxxxxxx> The tarball URL was completely missing. Cc: Felix Bitterli <ic.felix@xxxxxxxxx> Reported-by: Felix Bitterli <ic.felix@xxxxxxxxx> Signed-off-by: Luis R. Rodriguez <mcgrof@xxxxxxxxxxxxxxxx> --- rel-html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rel-html.py b/rel-html.py index ef83833..c962006 100755 --- a/rel-html.py +++ b/rel-html.py @@ -408,7 +408,7 @@ class index_tarball_hunter(HTMLParser): tar_next = dict(version=next_version, weight = w, rel = rel_name_next, - url = '', + url = self.base_url + '/' + tar_next, specifics = rel_specifics, base_url = self.base_url, base_url_validated = False, -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html