diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-03-19 15:24:03 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-03-19 15:24:03 +0000 |
commit | 9ee9ba609d3bbc22365e63114af6d2b809243a2e (patch) | |
tree | f93728502cde6f0d1c0ae49066b192501242762c /mdkapplet | |
parent | 22f341277a089b319ad5784bb62ae2dcb75e602e (diff) | |
download | mgaonline-9ee9ba609d3bbc22365e63114af6d2b809243a2e.tar mgaonline-9ee9ba609d3bbc22365e63114af6d2b809243a2e.tar.gz mgaonline-9ee9ba609d3bbc22365e63114af6d2b809243a2e.tar.bz2 mgaonline-9ee9ba609d3bbc22365e63114af6d2b809243a2e.tar.xz mgaonline-9ee9ba609d3bbc22365e63114af6d2b809243a2e.zip |
(silentCheck) explain
Diffstat (limited to 'mdkapplet')
-rwxr-xr-x | mdkapplet | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -509,6 +509,7 @@ sub silentCheck() { require urpm::select; require urpm::media; # this eats 52Mb of RAM on 64bit: + # (hence we do it in the forked helper so that the applet doesn't eat too much RAM) urpm::media::configure($urpm, if_(!is_it_a_devel_distro(), update => 1)); my @update_medias = get_update_medias($urpm); if (!@update_medias) { |