r2938 - people/goneri/SvnBuildStat-WWW/script

Gonéri Le Bouder goneri-guest at alioth.debian.org
Wed Jun 13 11:25:44 UTC 2007


Author: goneri-guest
Date: 2007-06-13 11:25:44 +0000 (Wed, 13 Jun 2007)
New Revision: 2938

Modified:
   people/goneri/SvnBuildStat-WWW/script/svnbuildstat_update-bugs.pl
Log:
unlink the downloaded file


Modified: people/goneri/SvnBuildStat-WWW/script/svnbuildstat_update-bugs.pl
===================================================================
--- people/goneri/SvnBuildStat-WWW/script/svnbuildstat_update-bugs.pl	2007-06-13 11:24:48 UTC (rev 2937)
+++ people/goneri/SvnBuildStat-WWW/script/svnbuildstat_update-bugs.pl	2007-06-13 11:25:44 UTC (rev 2938)
@@ -61,7 +61,7 @@
   $h{$1} = $2 if ($line =~ /(\w+): (.+)$/);
 }
 close BTS2LDAP;
-
+unlink $tmpfile;
 my $bug_rs = $schema->resultset('Bug');
 while( my $bug = $bug_rs->next) {
   $bug->delete unless exists ($registredPackage{$bug->id});




More information about the Pkg-games-commits mailing list