diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2006-11-15 18:44:40 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2006-11-15 18:44:40 +0000 |
commit | 6fb768ba606f6adaeec4e6ff4757e7449d75bec0 (patch) | |
tree | 7882586cbdc1af719444dce8bc2c4c7ca07f7738 /urpm.pm | |
parent | d306a62a151da775832bf9a1b307e686100ea8b2 (diff) | |
download | urpmi-6fb768ba606f6adaeec4e6ff4757e7449d75bec0.tar urpmi-6fb768ba606f6adaeec4e6ff4757e7449d75bec0.tar.gz urpmi-6fb768ba606f6adaeec4e6ff4757e7449d75bec0.tar.bz2 urpmi-6fb768ba606f6adaeec4e6ff4757e7449d75bec0.tar.xz urpmi-6fb768ba606f6adaeec4e6ff4757e7449d75bec0.zip |
ensure urpmi.cfg is handled using only partially hidden url + netrc, since file list won't be generated anymore
Diffstat (limited to 'urpm.pm')
-rw-r--r-- | urpm.pm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -246,6 +246,7 @@ sub recover_url_from_list { } } else { $medium->{url} = $_; + $urpm->{modified} = 1; #- ensure urpmi.cfg is handled using only partially hidden url + netrc, since file list won't be generated anymore } } } |