From 2d1bc0f2c7c24471f5db85f2d6a8e28ea68b2ea5 Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Tue, 12 Feb 2008 05:57:34 -0600 Subject: Blacklist bless --- scripts/need-rebuild-gcc43.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/need-rebuild-gcc43.py b/scripts/need-rebuild-gcc43.py index d9d3933..7e28d1b 100755 --- a/scripts/need-rebuild-gcc43.py +++ b/scripts/need-rebuild-gcc43.py @@ -9,7 +9,7 @@ import datetime ## releng folks, update the blacklist below for packages that the maintainer ## wishes to opt-out of autorebuilding. -blacklist = ['thunderbird','banshee','epiphany','epiphany-extensions','libipoddevice','malaga-suomi-voikko'] +blacklist = ['thunderbird','banshee','epiphany','epiphany-extensions','libipoddevice','malaga-suomi-voikko','bless'] kojisession = koji.ClientSession('http://koji.fedoraproject.org/kojihub') tocheck = [] -- cgit