summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_packages.py
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-01-11 11:17:54 +0100
committerHolger Levsen <holger@layer-acht.org>2015-01-11 13:54:36 +0000
commit39ba372bf30e0f9594effc66e6a12d5a7f9025b7 (patch)
treed441aaf6e90da54e72b9a7e814f549efa967b43f /bin/reproducible_html_packages.py
parent3d494da55b2c55a4027ecb2aece45dee0f5bbb9a (diff)
downloadjenkins.debian.net-39ba372bf30e0f9594effc66e6a12d5a7f9025b7.tar.xz
reproducible: html_packages: do not consider the epoch while looking for rbuild log
Diffstat (limited to 'bin/reproducible_html_packages.py')
-rwxr-xr-xbin/reproducible_html_packages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py
index 7c71c8fa..ecf22a8b 100755
--- a/bin/reproducible_html_packages.py
+++ b/bin/reproducible_html_packages.py
@@ -115,7 +115,7 @@ def process_packages(packages):
log.info('Generating the page of ' + pkg + ' ' + version +
' builded at ' + build_date)
- rbuild = RBUILD_PATH + '/' + pkg + '_' + version + '.rbuild.log'
+ rbuild = RBUILD_PATH + '/' + pkg + '_' + strip_epoch(version) + '.rbuild.log'
links, default_view = gen_extra_links(pkg, version)
if not default_view: # this is only possible only if there are no notes,