[prev in list] [next in list] [prev in thread] [next in thread] 

List:       linux-backports
Subject:    [PATCH 1/2] rel-html: fix url for next signature.
From:       Hauke Mehrtens <hauke () hauke-m ! de>
Date:       2015-04-30 17:10:13
Message-ID: 1430413814-4817-1-git-send-email-hauke () hauke-m ! de
[Download RAW message or body]

The link to the signature of the next tarball was missing a slash.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
---
 rel-html.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rel-html.py b/rel-html.py
index 0a48ea0..7977b4c 100755
--- a/rel-html.py
+++ b/rel-html.py
@@ -1185,7 +1185,7 @@ class rel_html_gen(HTMLParser):
                              (r.get('url'), r.get('rel')))
             if (not r.get('ignore_signature')):
                 sys.stdout.write('\t\t\t\t<td><a href="%s">signed</a></td>\n' %
-                                 (r.get('base_url') + r.get('signed_tarball')))
+                                 (r.get('base_url') + '/' + r.get('signed_tarball')))
             else:
                 sys.stdout.write('\t\t\t\t<td></td>\n')
             if (r.get('maintained')):
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe backports" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic