diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-02-25 16:54:03 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-02-25 16:54:03 +0000 |
commit | 7e4d8ff9b7db765cea9cfeb09043bfe1e5ea605c (patch) | |
tree | e5d45cadf2121aac82d0dae67ebba5cc282927df /urpm/download.pm | |
parent | a808a1057f45d2a04ce95297c775911c03559653 (diff) | |
download | urpmi-7e4d8ff9b7db765cea9cfeb09043bfe1e5ea605c.tar urpmi-7e4d8ff9b7db765cea9cfeb09043bfe1e5ea605c.tar.gz urpmi-7e4d8ff9b7db765cea9cfeb09043bfe1e5ea605c.tar.bz2 urpmi-7e4d8ff9b7db765cea9cfeb09043bfe1e5ea605c.tar.xz urpmi-7e4d8ff9b7db765cea9cfeb09043bfe1e5ea605c.zip |
download mirrorlist silently
Diffstat (limited to 'urpm/download.pm')
-rw-r--r-- | urpm/download.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/download.pm b/urpm/download.pm index be891bcb..29a0275e 100644 --- a/urpm/download.pm +++ b/urpm/download.pm @@ -752,7 +752,7 @@ sub get_content { my $file = "$urpm->{cachedir}/partial/" . basename($url); unlink $file; # prevent "partial file" errors - urpm::download::sync($urpm, undef, [ $url ]) or return; + urpm::download::sync($urpm, undef, [ $url ], quiet => 1) or return; my @l = cat_($file); unlink $file; |