r8899 - /scripts/qa/fetchdata

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Tue Nov 6 09:25:16 UTC 2007


Author: tincho-guest
Date: Tue Nov  6 09:25:15 2007
New Revision: 8899

URL: http://svn.debian.org/wsvn/?sc=1&rev=8899
Log:
The pkgname -> svnpath conversion was wrong

Modified:
    scripts/qa/fetchdata

Modified: scripts/qa/fetchdata
URL: http://svn.debian.org/wsvn/scripts/qa/fetchdata?rev=8899&op=diff
==============================================================================
--- scripts/qa/fetchdata (original)
+++ scripts/qa/fetchdata Tue Nov  6 09:25:15 2007
@@ -38,13 +38,15 @@
 }
 my @dirs = @ARGV;
 
-if($list_is_packages) {
+# We need this first
+svn_download($opts->{force}, $svn_rev, @dirs) if(!$only or $only eq "svn");
+
+# Need to convert?
+if(! $list_is_packages) {
     foreach my $dir (@dirs) {
         $dir = svndir2pkgname($dir) || $dir; # Fallback
     }
 }
-# We need this first
-svn_download($opts->{force}, $svn_rev, @dirs) if(!$only or $only eq "svn");
 if($parallel) {
     local $SIG{CHLD} = "IGNORE";
     my @pids;




More information about the Pkg-perl-cvs-commits mailing list