[projects/distfiles] Disable old FTP upload support

mmazur mmazur at pld-linux.org
Thu Jan 23 11:16:30 CET 2014


commit fca339bddd6cb4e7b5ad54d9a98321461a683ab2
Author: Mariusz Mazur <mmazur at pld-linux.org>
Date:   Thu Jan 23 11:16:17 2014 +0100

    Disable old FTP upload support

 file-fetcher.pl | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/file-fetcher.pl b/file-fetcher.pl
index d012d2d..d8b7533 100755
--- a/file-fetcher.pl
+++ b/file-fetcher.pl
@@ -221,8 +221,6 @@ sub handle_no_url($$)
   my $basename = $1;
   my $file = "$no_url_dir/$basename";
 
-  $file = "$no_url_dir/$req_login/$basename" unless (-f $file);
-
   if (-f $file) {
     my $computed_md5 = md5($file);
     if ($computed_md5 ne $md5) {
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/distfiles.git/commitdiff/fca339bddd6cb4e7b5ad54d9a98321461a683ab2



More information about the pld-cvs-commit mailing list