status-report-scripts parseBZbugList,1.70,1.71

Christian Iseli (c4chris) fedora-extras-commits at redhat.com
Tue Apr 10 22:01:06 UTC 2007


Author: c4chris

Update of /cvs/fedora/status-report-scripts
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13064

Modified Files:
	parseBZbugList 
Log Message:
Tag a few more special packages.


Index: parseBZbugList
===================================================================
RCS file: /cvs/fedora/status-report-scripts/parseBZbugList,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- parseBZbugList	10 Apr 2007 18:39:01 -0000	1.70
+++ parseBZbugList	10 Apr 2007 22:01:04 -0000	1.71
@@ -119,7 +119,8 @@
   "buildsystem" => 1,
   "comps" => 1,
   "general" => 1,
-  "kadischi" => 1
+  "kadischi" => 1,
+  "mugshot" => 1
 );
 # Blacklist a few packages for historical reasons
 my %DISCARD = (
@@ -132,7 +133,8 @@
 # Blacklist some packages for comps
 my %COMPSBLACKLIST = (
   "theora-exp" => 1,
-  "freetype1" => 1
+  "freetype1" => 1,
+  "paragui" => 1
 );
 if ($main::members ne "" && $main::password ne "") {
   local *IN;




More information about the scm-commits mailing list