r2727 - people/goneri/SvnBuildStat-WWW/script

Gonéri Le Bouder goneri-guest at alioth.debian.org
Sun May 27 22:15:54 UTC 2007


Author: goneri-guest
Date: 2007-05-27 22:15:53 +0000 (Sun, 27 May 2007)
New Revision: 2727

Modified:
   people/goneri/SvnBuildStat-WWW/script/svnbuildstat_update-db-tarball.pl
Log:
add a missing update()

Modified: people/goneri/SvnBuildStat-WWW/script/svnbuildstat_update-db-tarball.pl
===================================================================
--- people/goneri/SvnBuildStat-WWW/script/svnbuildstat_update-db-tarball.pl	2007-05-26 20:56:33 UTC (rev 2726)
+++ people/goneri/SvnBuildStat-WWW/script/svnbuildstat_update-db-tarball.pl	2007-05-27 22:15:53 UTC (rev 2727)
@@ -64,6 +64,7 @@
 	$istarballpresent = 1;
 	$$package->tarballuri('@DEBMIRROR@/pool/'.$section.$tmp.'/'.$tarball);
 	print "OK in Debian\n";
+	$$package->update();
 	last;
       }
     }




More information about the Pkg-games-commits mailing list