diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-10-05 16:04:37 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-10-05 16:04:37 +0000 |
commit | 718a01fdf522c8d02e7a1d4ffb80b28c8555c483 (patch) | |
tree | 16f2d3ccef8d9e3fbb97a1b20c3e23b7d744af0d /pod/8/urpmi.pod | |
parent | 7a8b9c92e48b256d4d9ec32842889194877ba43c (diff) | |
download | urpmi-718a01fdf522c8d02e7a1d4ffb80b28c8555c483.tar urpmi-718a01fdf522c8d02e7a1d4ffb80b28c8555c483.tar.gz urpmi-718a01fdf522c8d02e7a1d4ffb80b28c8555c483.tar.bz2 urpmi-718a01fdf522c8d02e7a1d4ffb80b28c8555c483.tar.xz urpmi-718a01fdf522c8d02e7a1d4ffb80b28c8555c483.zip |
drop --repackage option (non working since rpm-4.6 in 2009)
should have been done right after commit r251061 by pixel on Tue Jan
2009: "- drop urpmi.recover
(no more possible with rpm 4.6 which doesn't handle --repackage)"
Diffstat (limited to 'pod/8/urpmi.pod')
-rw-r--r-- | pod/8/urpmi.pod | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/pod/8/urpmi.pod b/pod/8/urpmi.pod index 508a5ed2..c9fd27a4 100644 --- a/pod/8/urpmi.pod +++ b/pod/8/urpmi.pod @@ -349,18 +349,6 @@ architecture of the host. This is equivalent to C<rpm --ignorearch>. Don't check file systems for sufficient disk space before installation. This is equivalent to C<rpm --ignoresize>. -=item B<--repackage> - -Save previous state of upgraded packages; in other words, save the old -rpms (usually in F</var/spool/repackage>, but you can override this with -an rpm macro.) This is equivalent to providing the B<--repackage> flag to -rpm. - -I<Note:> if you use C<urpmi.recover> to set up a repackage policy, you -don't need this option, because C<urpmi.recover> will globally override -the appropriate rpm macro that enables repacking of all rpm transactions -system-wide. - =item B<--noscripts> Don't execute the scriptlets. |