From: Mariusz Mazur Date: Thu, 23 Jan 2014 10:16:17 +0000 (+0100) Subject: Disable old FTP upload support X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=fca339bddd6cb4e7b5ad54d9a98321461a683ab2;p=projects%2Fdistfiles.git Disable old FTP upload support --- 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) {