summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_notes.py
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-01-09 13:26:44 +0100
committerHolger Levsen <holger@layer-acht.org>2015-01-09 13:28:29 +0100
commitc2a458f1a90b7bd4d4c3148175e82b06efc9de29 (patch)
tree9d497f766862951951bf56d1d97c5dcbc5bf4a96 /bin/reproducible_html_notes.py
parent166fc78806fcd33db60bc476d6b5dc6d2a4634b0 (diff)
downloadjenkins.debian.net-c2a458f1a90b7bd4d4c3148175e82b06efc9de29.tar.xz
reproducible: update links after apache change. strip the leading /userContent where possible
Diffstat (limited to 'bin/reproducible_html_notes.py')
-rwxr-xr-xbin/reproducible_html_notes.py4
1 files changed, 2 insertions, 2 deletions
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 + '</table>\n'
html += tab*2 + '<p>Notes are stored in <a href="https://anonscm.debian.org/cgit/reproducible/notes.git">notes.git</a>.</p>'
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)