diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-18 11:13:52 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-18 11:13:52 +0200 |
commit | f339eaf17016e809d947241cbe0e876902e86753 (patch) | |
tree | baf48c82ce4b771039e431524b5fcf13f8560031 /bin | |
parent | aa1caee608ede2cc0d89592ec7407de288df2a96 (diff) | |
download | jenkins.debian.net-f339eaf17016e809d947241cbe0e876902e86753.tar.xz |
reproducible: deal with some packages.... sysprofile from 2003
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index c7084e48..0876de9f 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -78,7 +78,7 @@ else exit 0 else set -e - VERSION=$(grep "^Version: " ${SRCPACKAGE}_*.dsc| egrep -v '(GnuPG v|GnuPG/MacGPG2)' | cut -d " " -f2-) + VERSION=$(grep "^Version: " ${SRCPACKAGE}_*.dsc| head -1 | egrep -v '(GnuPG v|GnuPG/MacGPG2)' | cut -d " " -f2-) # EPOCH_FREE_VERSION was too long EVERSION=$(echo $VERSION | cut -d ":" -f2) # preserve RBUILDLOG as TMPLOG, then cleanup userContent from previous builds, |