From b2b12b611facfe39c18bef4bf28f92c56c8962b8 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 8 Oct 2014 00:25:36 +0200 Subject: reproducible: blacklist openclipart --- bin/reproducible_build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/reproducible_build.sh') diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 49052fdb..4272b636 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -43,7 +43,8 @@ if [ $1 = "unknown" ] ; 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|cups|zurl)$" | sort -R | head -$GUESSES | xargs echo) + # FIXME: blacklisted is a valid status in the db which should be used... + CANDIDATES=$(xzcat $TMPFILE | grep "^Package" | grep -v "^Package-List:" | cut -d " " -f2 | egrep -v "^(linux|cups|zurl|openclipart)$" | sort -R | head -$GUESSES | xargs echo) for PKG in $CANDIDATES ; do if [ $REAL_AMOUNT -eq $AMOUNT ] ; then continue -- cgit v1.2.3-70-g09d2