summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-09-30 09:19:35 +0200
committerHolger Levsen <holger@layer-acht.org>2014-09-30 09:19:35 +0200
commit7fb09e10865158a30e2dd3aff80ac1e6a69a99ea (patch)
tree1cd31a6363e03790e5357015aafb55659156e724 /bin/reproducible_build.sh
parentd4edf29476ce567b91e2328734c1776902333114 (diff)
downloadjenkins.debian.net-7fb09e10865158a30e2dd3aff80ac1e6a69a99ea.tar.xz
reproducible: dont test util-linux for the time being, fix python+ruby packages for build-tools job
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 d9f7b75b..29d64337 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -66,7 +66,7 @@ if [[ $1 =~ ^-?[0-9]+$ ]] ; then
REAL_AMOUNT=0
GUESSES=$(echo "${AMOUNT}*3" | bc)
PACKAGES=""
- CANDIDATES=$(xzcat $TMPFILE | grep "^Package" | grep -v "^Package-List:" | cut -d " " -f2 | egrep -v "^linux$"| sort -R | head -$GUESSES | xargs echo)
+ CANDIDATES=$(xzcat $TMPFILE | grep "^Package" | grep -v "^Package-List:" | cut -d " " -f2 | egrep -v "^(linux$|util-linux)$" | sort -R | head -$GUESSES | xargs echo)
for PKG in $CANDIDATES ; do
if [ $REAL_AMOUNT -eq $AMOUNT ] ; then
continue