Posted by Anssi on Sat 14th Jun 19:38 (modification of post by view diff)
download | new post
-
Index: urpm/download.pm
-
===================================================================
-
--- urpm/download.pm (revision 242951)
-
+++ urpm/download.pm (working copy)
-
-503,6 +503,8 @@
-
($options->{quiet} ? qw(-q) : qw(--progress -v)),
-
($options->{compress} ? qw(-z) : @{[]}),
-
($options->{ssh} ? qq(-e $options->{ssh}) : @{[]}),
-
+ "--timeout=$CONNECT_TIMEOUT",
-
+ "--contimeout=$CONNECT_TIMEOUT",
-
qw(--partial --no-whole-file --no-motd --copy-links),
-
(defined $options->{'rsync-options'} ? split /\s+/, $options->{'rsync-options'} : ()),
-
"'$file' '$options->{dir}' 2>&1");
-
Index: NEWS
-
===================================================================
-
--- NEWS (revision 242951)
-
+++ NEWS (working copy)
-
-1,3 +1,5 @@
-
+- urpmi:
-
+ o set connection timeout for rsync as well (Anssi)
-
- urpmi.addmedia, urpmi.update:
-
o fix --no-md5sum (regression introduced in 5.20) (#41237)
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.