diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-03-19 15:20:24 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-03-19 15:20:24 +0000 |
commit | 406fb8f0b6c17d6601ff00033a3b549351aad4a7 (patch) | |
tree | 9ddbf37723257f94c653e263f7d1011de5c68b2e | |
parent | 14d5ddc0ecb90eb157e89d7bad6d579797001a6e (diff) | |
download | mgaonline-406fb8f0b6c17d6601ff00033a3b549351aad4a7.tar mgaonline-406fb8f0b6c17d6601ff00033a3b549351aad4a7.tar.gz mgaonline-406fb8f0b6c17d6601ff00033a3b549351aad4a7.tar.bz2 mgaonline-406fb8f0b6c17d6601ff00033a3b549351aad4a7.tar.xz mgaonline-406fb8f0b6c17d6601ff00033a3b549351aad4a7.zip |
(check all media for update on cooker instead only update media)
-rw-r--r-- | NEWS | 1 | ||||
-rwxr-xr-x | mdkapplet | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ - mdkapplet + o check all media for update on cooker instead only update media o update all media on cooker instead of only update media Version 2.74 - 16 February 2008 @@ -509,7 +509,7 @@ sub silentCheck() { require urpm::select; require urpm::media; # this eats 52Mb of RAM on 64bit: - urpm::media::configure($urpm, update => 1); + urpm::media::configure($urpm, if_(!is_it_a_devel_distro(), update => 1)); my @update_medias = get_update_medias($urpm); if (!@update_medias) { checker_exit('no_update_medium'); |