Author: thoger
Update of /cvs/fedora/fedora-security/tools/lib/Libexig In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12257/tools/lib/Libexig
Modified Files: Bugzilla.pm Log Message: CC also co-maintainers (BZ initial CC list)
Index: Bugzilla.pm =================================================================== RCS file: /cvs/fedora/fedora-security/tools/lib/Libexig/Bugzilla.pm,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- Bugzilla.pm 16 Jan 2008 17:27:01 -0000 1.4 +++ Bugzilla.pm 18 Jan 2008 16:00:14 -0000 1.5 @@ -76,6 +76,11 @@ # XXX: Add also 'initialqa'? $people{$instance->{initialowner}} = 1 if defined $instance->{initialowner}; + + # Add initial CC list if any + foreach my $cc (@{ $instance->{'initialcclist'} }) { + $people{$cc} = 1; + } }
return keys %people;
security-commits@lists.fedoraproject.org