r3051 - people/goneri/SvnBuildStat-WWW/script

Gonéri Le Bouder goneri-guest at alioth.debian.org
Thu Jun 21 00:05:12 UTC 2007


Author: goneri-guest
Date: 2007-06-21 00:05:12 +0000 (Thu, 21 Jun 2007)
New Revision: 3051

Modified:
   people/goneri/SvnBuildStat-WWW/script/svnbuildstat_update-db.pl
Log:
watchfile: avoid non-tgz archive 


Modified: people/goneri/SvnBuildStat-WWW/script/svnbuildstat_update-db.pl
===================================================================
--- people/goneri/SvnBuildStat-WWW/script/svnbuildstat_update-db.pl	2007-06-20 23:50:10 UTC (rev 3050)
+++ people/goneri/SvnBuildStat-WWW/script/svnbuildstat_update-db.pl	2007-06-21 00:05:12 UTC (rev 3051)
@@ -148,7 +148,7 @@
   my $upstreamrelease;
   foreach (@uscan) {
 #    print;
-    $tarballuri = $1 if (/^<upstream-url>(.+)<\/upstream-url>$/);
+    $tarballuri = $1 if (/^<upstream-url>(.+tar\.gz)<\/upstream-url>$/);
     if (/^<status>/) {
       $isuptodate = 'f' unless (/^<status>up to date<\/status>$/);
     }




More information about the Pkg-games-commits mailing list