r2645 - people/goneri/SvnBuildStat-WWW/script
Gonéri Le Bouder
goneri-guest at alioth.debian.org
Thu May 10 09:55:10 UTC 2007
Author: goneri-guest
Date: 2007-05-10 09:55:10 +0000 (Thu, 10 May 2007)
New Revision: 2645
Modified:
people/goneri/SvnBuildStat-WWW/script/svnbuildstat_update-bugs.pl
Log:
regex fix
Modified: people/goneri/SvnBuildStat-WWW/script/svnbuildstat_update-bugs.pl
===================================================================
--- people/goneri/SvnBuildStat-WWW/script/svnbuildstat_update-bugs.pl 2007-05-10 09:02:20 UTC (rev 2644)
+++ people/goneri/SvnBuildStat-WWW/script/svnbuildstat_update-bugs.pl 2007-05-10 09:55:10 UTC (rev 2645)
@@ -58,7 +58,7 @@
next unless $line =~ /^(debbugsID|debbugsSourcePackage|debbugsState|debbugsTitle|debbugsTag|debbugsSeverity):/;
chomp($line);
- $h{$1} = $2 if ($line =~ /(\w+): (\.+)$/);
+ $h{$1} = $2 if ($line =~ /(\w+): (.+)$/);
}
close BTS2LDAP;
More information about the Pkg-games-commits
mailing list