summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-07-28 14:13:56 -0400
committerHolger Levsen <holger@layer-acht.org>2016-07-28 14:13:56 -0400
commitb3238df8e33c0afd53906c6069f69b37b1a9a923 (patch)
tree0e6aff70dfe0cabef7048ac2e05e28dbfea30cfd /bin/reproducible_build.sh
parenta2a59adfd7ac9047c39f563802edf8ba0cb68b82 (diff)
downloadjenkins.debian.net-b3238df8e33c0afd53906c6069f69b37b1a9a923.tar.xz
reproducible: minor nitpickings about Val's last commits
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh2
1 files changed, 1 insertions, 1 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"