From: "Luis R. Rodriguez" <[email protected]> The tarball URL was completely missing.
Cc: Felix Bitterli <[email protected]> Reported-by: Felix Bitterli <[email protected]> Signed-off-by: Luis R. Rodriguez <[email protected]> --- 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 [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
