aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis R. Rodriguez <mcgrof@do-not-panic.com>2012-10-30 21:20:51 -0700
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>2012-10-30 21:20:51 -0700
commite42c2fb4e7e7eb966bf994b963a6058a95e5663e (patch)
tree1b04e70f646a6189827151f7588667210a0cd872
parent0079294c5c8b29e28b64c6f704a81d5fa232f458 (diff)
downloadrel-html-e42c2fb4e7e7eb966bf994b963a6058a95e5663e.tar.gz
rel-html: add signature file output support
Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
-rwxr-xr-xrel-html.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/rel-html.py b/rel-html.py
index 780954b..73411e6 100755
--- a/rel-html.py
+++ b/rel-html.py
@@ -255,6 +255,7 @@ class rel_html_gen(HTMLParser):
sys.stdout.write('\t\t\t\t<tr>')
sys.stdout.write('\t\t\t\t<td><a href="%s">%s</a></td>\n' % (r.get('url'), r.get('rel')))
+ sys.stdout.write('\t\t\t\t<td><a href="%s">signed</a></td>\n' % (r.get('signed_tarball')))
if (r.get('maintained')):
sys.stdout.write('\t\t\t\t<td></td>\n')
else: