status-report-scripts parseBZbugList,1.38,1.39

Christian Iseli (c4chris) fedora-extras-commits at redhat.com
Mon Jun 12 07:15:49 UTC 2006


Author: c4chris

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

Modified Files:
	parseBZbugList 
Log Message:
Try to catch 'Re-Review Request' in Summary.


Index: parseBZbugList
===================================================================
RCS file: /cvs/fedora/status-report-scripts/parseBZbugList,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- parseBZbugList	7 Jun 2006 22:02:36 -0000	1.38
+++ parseBZbugList	12 Jun 2006 07:15:46 -0000	1.39
@@ -321,7 +321,7 @@
   } elsif ($F[8] eq "Package Review") {
     # Try to guess package name
     $F[10] =~ s/["]//g;
-    $F[10] =~ s/^review\s+request:?\s+<?//i;
+    $F[10] =~ s/^.*review\s+request:?\s+<?//i;
     $F[10] =~ s/[:.,>]?\s.*$//g;
     $F[10] =~ s/:.*$//g;
   } else {




More information about the fedora-extras-commits mailing list