summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--urpm/download.pm1
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3f541b76..bf205ad5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+- 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)
+
Version 4.9.25 - 8 June 2007, by Pascal "Pixel" Rigaux
- all tools
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},
@_