summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_packages.py
diff options
context:
space:
mode:
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 118edb8a..fbce582d 100755
--- a/bin/reproducible_html_packages.py
+++ b/bin/reproducible_html_packages.py
@@ -118,7 +118,7 @@ def get_and_clean_dbd_links(package, eversion, suite, arch, status):
def gen_suitearch_details(package, version, suite, arch, status, spokenstatus,
build_date):
- eversion = strip_epoch(version)
+ eversion = strip_epoch(version) # epoch_free_version is too long
buildinfo_file = BUILDINFO_PATH + '/' + suite + '/' + arch + '/' + package + \
'_' + eversion + '_' + arch + '.buildinfo'