r2644 - people/goneri/SvnBuildStat-WWW/script

Gonéri Le Bouder goneri-guest at alioth.debian.org
Thu May 10 09:02:20 UTC 2007


Author: goneri-guest
Date: 2007-05-10 09:02:20 +0000 (Thu, 10 May 2007)
New Revision: 2644

Modified:
   people/goneri/SvnBuildStat-WWW/script/svnbuildstat_update-bugs.pl
Log:
get all the bug title


Modified: people/goneri/SvnBuildStat-WWW/script/svnbuildstat_update-bugs.pl
===================================================================
--- people/goneri/SvnBuildStat-WWW/script/svnbuildstat_update-bugs.pl	2007-05-10 07:48:00 UTC (rev 2643)
+++ people/goneri/SvnBuildStat-WWW/script/svnbuildstat_update-bugs.pl	2007-05-10 09:02:20 UTC (rev 2644)
@@ -57,7 +57,8 @@
   }
 
   next unless $line =~ /^(debbugsID|debbugsSourcePackage|debbugsState|debbugsTitle|debbugsTag|debbugsSeverity):/;
-  $h{$1} = $2 if ($line =~ /(\w+): (\w+)/);
+  chomp($line);
+  $h{$1} = $2 if ($line =~ /(\w+): (\.+)$/);
 }
 close BTS2LDAP;
 




More information about the Pkg-games-commits mailing list