summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_indexes.py
diff options
context:
space:
mode:
authorValerie R Young <spectranaut@riseup.net>2016-06-07 21:41:08 -0400
committerHolger Levsen <holger@layer-acht.org>2016-06-08 16:13:10 +0200
commit872ebbd711f3b8225b1c3798ce99f07ce784bf65 (patch)
tree4c5ae4bfc55f61ee16e6737075e6b62ed220a951 /bin/reproducible_html_indexes.py
parent1d2518fbda03f4117fb0344da3197b16f7e8574f (diff)
downloadjenkins.debian.net-872ebbd711f3b8225b1c3798ce99f07ce784bf65.tar.xz
reproducible debian: update urls to include tests.r-b.org/debian directory
Diffstat (limited to 'bin/reproducible_html_indexes.py')
-rwxr-xr-xbin/reproducible_html_indexes.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_html_indexes.py b/bin/reproducible_html_indexes.py
index e4af0353..7dd01aea 100755
--- a/bin/reproducible_html_indexes.py
+++ b/bin/reproducible_html_indexes.py
@@ -523,11 +523,11 @@ def build_page(page, suite=None, arch=None):
footnote = True if footnote1 else footnote
if gpage:
destfile = BASE + '/index_' + page + '.html'
- desturl = REPRODUCIBLE_URL + '/index_' + page + '.html'
+ desturl = DEBIAN_URL + '/index_' + page + '.html'
suite = defaultsuite # used for the links generated by write_html_page
else:
destfile = BASE + '/' + suite + '/' + arch + '/index_' + page + '.html'
- desturl = REPRODUCIBLE_URL + '/' + suite + '/' + arch + '/index_' + \
+ desturl = DEBIAN_URL + '/' + suite + '/' + arch + '/index_' + \
page + '.html'
write_html_page(title=title, body=html, destfile=destfile, suite=suite, arch=arch, style_note=True)
log.info('"' + title + '" now available at ' + desturl)