summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_scheduler.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-08 00:25:36 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-08 00:25:36 +0200
commitb2b12b611facfe39c18bef4bf28f92c56c8962b8 (patch)
treef1408d71e146add192d1dec99b38c7b43e73028e /bin/reproducible_scheduler.sh
parent63c87408040da4f0542daada53f09b53fcc23b71 (diff)
downloadjenkins.debian.net-b2b12b611facfe39c18bef4bf28f92c56c8962b8.tar.xz
reproducible: blacklist openclipart
Diffstat (limited to 'bin/reproducible_scheduler.sh')
-rwxr-xr-xbin/reproducible_scheduler.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/reproducible_scheduler.sh b/bin/reproducible_scheduler.sh
index b9fc0c62..4bd1c416 100755
--- a/bin/reproducible_scheduler.sh
+++ b/bin/reproducible_scheduler.sh
@@ -40,7 +40,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