r3034 - ! dirs' list truncated !

Gonéri Le Bouder goneri-guest at alioth.debian.org
Wed Jun 20 19:09:39 UTC 2007


Author: goneri-guest
Date: 2007-06-20 19:09:39 +0000 (Wed, 20 Jun 2007)
New Revision: 3034

Modified:
   people/goneri/SvnBuildStat-WWW/lib/SvnBuildStat/WWW/Controller/Packages.pm
Log:
fix a typo and a improve the native package detection for 'tobuild'


Modified: people/goneri/SvnBuildStat-WWW/lib/SvnBuildStat/WWW/Controller/Packages.pm
===================================================================
--- people/goneri/SvnBuildStat-WWW/lib/SvnBuildStat/WWW/Controller/Packages.pm	2007-06-20 18:52:44 UTC (rev 3033)
+++ people/goneri/SvnBuildStat-WWW/lib/SvnBuildStat/WWW/Controller/Packages.pm	2007-06-20 19:09:39 UTC (rev 3034)
@@ -181,7 +181,7 @@
 
 
   if (!(defined ($arch) && $arch && $arch =~ /$archs/)) {
-    $c->response->body("missigin or invalid arch"); # Seems to create an error 
+    $c->response->body("missing or invalid arch"); # Seems to create an error 
     return;
   }
 
@@ -199,7 +199,7 @@
   my $name = $package->name;
   my $uri = $package->uri;
 
-  if ($package->isnative eq 'f') {
+  if ($package->isnative ne 't') {
     $tarballuri = $package->tarballuri;
 
     $tarballuri =~ s/\@PACKAGE@/$package->name/;




More information about the Pkg-games-commits mailing list