From c2a458f1a90b7bd4d4c3148175e82b06efc9de29 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Fri, 9 Jan 2015 13:26:44 +0100 Subject: reproducible: update links after apache change. strip the leading /userContent where possible --- bin/reproducible_html_notes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_html_notes.py') diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py index 01c7a516..cf488963 100755 --- a/bin/reproducible_html_notes.py +++ b/bin/reproducible_html_notes.py @@ -297,8 +297,8 @@ def index_issues(issues): html += tab*2 + '\n' html += tab*2 + '

Notes are stored in notes.git.

' title = 'Overview of known issues related to reproducible builds' - destfile = BASE + '/userContent/index_issues.html' - desturl = REPRODUCIBLE_URL + '/userContent/index_issues.html' + destfile = BASE + '/index_issues.html' + desturl = REPRODUCIBLE_URL + '/index_issues.html' write_html_page(title=title, body=html, destfile=destfile, nofooter=True) log.info('Issues index now available at ' + desturl) -- cgit v1.2.3-70-g09d2