diff options
-rwxr-xr-x | bin/reproducible_html_packages.py | 2 |
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, |