From 58783edaceb490f8d76bd2b9d452bbe5cadbf95d Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 4 Oct 2014 09:57:23 +0200 Subject: reproducible: ignore zurl and cups for the time being --- bin/reproducible_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 62c1ec7d..695d1cac 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -67,7 +67,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|cups|zurl)$" | sort -R | head -$GUESSES | xargs echo) for PKG in $CANDIDATES ; do if [ $REAL_AMOUNT -eq $AMOUNT ] ; then continue -- cgit v1.2.3-54-g00ecf