From 3a15e73a432c541914cd93d44926c8af54cc0398 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 11 Jun 2007 15:42:01 +0000 Subject: - all tools o don't use time-stamping when downloading with wget (useless and slow since it forces to download the whole directory listing) (as suggested by Andrey Borzenkov on cooker) --- urpm/download.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'urpm') diff --git a/urpm/download.pm b/urpm/download.pm index d34f1078..26bcaa34 100644 --- a/urpm/download.pm +++ b/urpm/download.pm @@ -241,7 +241,6 @@ sub sync_wget { "--retr-symlinks", "--no-check-certificate", "--timeout=$CONNECT_TIMEOUT", - "-N", (defined $options->{'wget-options'} ? split /\s+/, $options->{'wget-options'} : ()), '-P', $options->{dir}, @_ -- cgit v1.2.1