status-report-scripts parseBZbugList,1.64,1.65

Christian Iseli (c4chris) fedora-extras-commits at redhat.com
Mon Jan 22 16:23:38 UTC 2007


Author: c4chris

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

Modified Files:
	parseBZbugList 
Log Message:
Fix repo wget output parsing.


Index: parseBZbugList
===================================================================
RCS file: /cvs/fedora/status-report-scripts/parseBZbugList,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- parseBZbugList	22 Jan 2007 14:30:31 -0000	1.64
+++ parseBZbugList	22 Jan 2007 16:23:36 -0000	1.65
@@ -1013,7 +1013,7 @@
   local *IN;
   open IN, "wget -nv -O - \"$f\"|" or die "Failed to wget $f : $!";
   while ( <IN> ) {
-    next unless /^<img \S+ alt=.\[   \].> <a href=.([^"]+)/;
+    next unless /<a href=.([^"]+\.rpm)/;
     my $file = $1;
     my ($pkg) = $file =~ /^(.*)-[^-]+-[^-]+\.[^.]+\.rpm/;
     die "Bad file: $file" if $pkg eq "";




More information about the scm-commits mailing list