summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_build.sh2
-rwxr-xr-xbin/reproducible_html_packages.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 2bccdb54..f32fcb5d 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -543,7 +543,7 @@ get_source_package() {
fi
fi
VERSION="$(grep '^Version: ' ${SRCPACKAGE}_*.dsc| head -1 | egrep -v '(GnuPG v|GnuPG/MacGPG2)' | cut -d ' ' -f2-)"
- EVERSION="$(echo $VERSION | cut -d ':' -f2)" # EPOCH_FREE_VERSION was too long
+ EVERSION="$(echo $VERSION | cut -d ':' -f2)" # EPOCH_FREE_VERSION is too long
DBDREPORT="${SRCPACKAGE}_${EVERSION}.diffoscope.html"
DBDTXT="${SRCPACKAGE}_${EVERSION}.diffoscope.txt"
BUILDINFO="${SRCPACKAGE}_${EVERSION}_${ARCH}.buildinfo"
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'