status-report-scripts parseBZbugList,1.16,1.17

Christian Iseli (c4chris) fedora-extras-commits at redhat.com
Wed Apr 19 10:07:37 UTC 2006


Author: c4chris

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

Modified Files:
	parseBZbugList 
Log Message:
Add FC_INTEGRATED to all SRPMS.


Index: parseBZbugList
===================================================================
RCS file: /cvs/fedora/status-report-scripts/parseBZbugList,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- parseBZbugList	19 Apr 2006 10:06:48 -0000	1.16
+++ parseBZbugList	19 Apr 2006 10:07:34 -0000	1.17
@@ -144,6 +144,9 @@
 foreach my $k (keys %CORE) {
   $SRPMS{$k} = 1;
 }
+foreach my $k (keys %FC_INTEGRATED) {
+  $SRPMS{$k} = 1;
+}
 # Take a look at CVS stuff
 if (-d $main::cvsDir) {
   $main::cvsDir =~ s/\/+$//;




More information about the scm-commits mailing list