diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-10-06 16:18:57 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-10-06 16:18:57 +0000 |
commit | 14f6b7f70d4bad3fc13c0e577f0a2147e5cb6f3c (patch) | |
tree | 813e89fa1bb25b368f26a97dc6a15883483e8d1f | |
parent | 32def039ac8902f86cedae98eae4685d9c4118e0 (diff) | |
download | mgaonline-14f6b7f70d4bad3fc13c0e577f0a2147e5cb6f3c.tar mgaonline-14f6b7f70d4bad3fc13c0e577f0a2147e5cb6f3c.tar.gz mgaonline-14f6b7f70d4bad3fc13c0e577f0a2147e5cb6f3c.tar.bz2 mgaonline-14f6b7f70d4bad3fc13c0e577f0a2147e5cb6f3c.tar.xz mgaonline-14f6b7f70d4bad3fc13c0e577f0a2147e5cb6f3c.zip |
(upgrade) run gurpmi with --replacefiles option (so that temporary
file conflicts doesn't break upgrade due to missing conflict tags)
will be used by gurpmi once it has restarted with 2009.0's update one
-rw-r--r-- | NEWS | 2 | ||||
-rwxr-xr-x | mdkapplet | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,8 @@ - mdkapplet o run gurpmi with --expect-install option (make sure we know if there was a failure) + o run gurpmi with --replacefiles option (so that temporary file + conflicts doesn't break upgrade due to missing conflict tags) Version 2.50 - 6 October 2008 @@ -427,7 +427,7 @@ sub upgrade() { $refork_gurpmi = 1; # we cannot use installUpdates() as MandrivaUpdate needs the media # flaged as update (or else, we need to add a new option to MandrivaUpdate): - fork_gurpmi(); + fork_gurpmi('--replacefiles'); } sub fork_gurpmi { |