pastebin - collaborative debugging

pastebin is a collaborative debugging tool allowing you to share and modify code snippets while chatting on IRC, IM or a message board.

This site is developed to XHTML and CSS2 W3C standards. If you see this paragraph, your browser does not support those standards and you need to upgrade. Visit WaSP for a variety of options.

Mandriva - collaborative debugging tool What's a private pastebin?

Posted by Anssi on Sat 14th Jun 19:38 (modification of post by view diff)
download | new post

  1. Index: urpm/download.pm
  2. ===================================================================
  3. --- urpm/download.pm    (revision 242951)
  4. +++ urpm/download.pm    (working copy)
  5.  -503,6 +503,8 @@
  6.                 ($options->{quiet} ? qw(-q) : qw(--progress -v)),
  7.                 ($options->{compress} ? qw(-z) : @{[]}),
  8.                 ($options->{ssh} ? qq(-e $options->{ssh}) : @{[]}),
  9. +               "--timeout=$CONNECT_TIMEOUT",
  10. +               "--contimeout=$CONNECT_TIMEOUT",
  11.                 qw(--partial --no-whole-file --no-motd --copy-links),
  12.                 (defined $options->{'rsync-options'} ? split /\s+/, $options->{'rsync-options'} : ()),
  13.                 "'$file' '$options->{dir}' 2>&1");
  14. Index: NEWS
  15. ===================================================================
  16. --- NEWS        (revision 242951)
  17. +++ NEWS        (working copy)
  18.  -1,3 +1,5 @@
  19. +- urpmi:
  20. +  o set connection timeout for rsync as well (Anssi)
  21.  - urpmi.addmedia, urpmi.update:
  22.    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.

Syntax highlighting:

To highlight particular lines, prefix each line with @@


Remember me