From b433acdfe42f4f028dbd8f54be96e4b4320216c5 Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Mon, 18 Feb 2008 09:48:37 -0600 Subject: Blacklist bacula --- scripts/need-rebuild-gcc43.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/need-rebuild-gcc43.py b/scripts/need-rebuild-gcc43.py index ed9aaa5..436e037 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','bless','sysvinit','mecab-ipadic','mecab-jumandic','kazehakase','qt','knetworkmanager','autogen'] +blacklist = ['thunderbird','banshee','epiphany','epiphany-extensions','libipoddevice','malaga-suomi-voikko','bless','sysvinit','mecab-ipadic','mecab-jumandic','kazehakase','qt','knetworkmanager','autogen','bacula'] kojisession = koji.ClientSession('http://koji.fedoraproject.org/kojihub') tocheck = [] -- cgit