[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r10287 - /man-cgi/extractor/files-release.pl



Author: jfs
Date: Wed Oct 30 01:15:04 2013
New Revision: 10287

URL: http://svn.debian.org/wsvn/?sc=1&rev=10287
Log:
Use by default glinka's mirror location

Modified:
    man-cgi/extractor/files-release.pl

Modified: man-cgi/extractor/files-release.pl
URL: http://svn.debian.org/wsvn/man-cgi/extractor/files-release.pl?rev=10287&op=diff
==============================================================================
--- man-cgi/extractor/files-release.pl	(original)
+++ man-cgi/extractor/files-release.pl	Wed Oct 30 01:15:04 2013
@@ -26,7 +26,7 @@
 # Debug
 my $debug       = $opt_d || 0;
 # Releases and path location 
-my $mirrordir   = $opt_m || "/srv/ftp.debian.org/ftp";
+my $mirrordir   = $opt_m || "/srv/mirrors/debian"; 
 my $arch        = $opt_a || "i386";
 
 my @components =  ("main", "contrib", "non-free") ;


Reply to: