diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-02-09 13:24:48 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-02-09 13:24:48 +0000 |
commit | 01b2a95e839fb2b50e16c531b5835ae450b218d8 (patch) | |
tree | 6c1069c24d1c55f7e05509d62863e099e6c3c314 /pod | |
parent | 8025e4c151c0ec812401ded5504b80151ed7e418 (diff) | |
download | urpmi-01b2a95e839fb2b50e16c531b5835ae450b218d8.tar urpmi-01b2a95e839fb2b50e16c531b5835ae450b218d8.tar.gz urpmi-01b2a95e839fb2b50e16c531b5835ae450b218d8.tar.bz2 urpmi-01b2a95e839fb2b50e16c531b5835ae450b218d8.tar.xz urpmi-01b2a95e839fb2b50e16c531b5835ae450b218d8.zip |
Implement urpmi --repackage. Add a "repackage" global option in urpmi.cfg.
Document them.
Diffstat (limited to 'pod')
-rw-r--r-- | pod/urpmi.8.pod | 7 | ||||
-rw-r--r-- | pod/urpmi.cfg.5.pod | 4 |
2 files changed, 11 insertions, 0 deletions
diff --git a/pod/urpmi.8.pod b/pod/urpmi.8.pod index 4ba8a736..109f9080 100644 --- a/pod/urpmi.8.pod +++ b/pod/urpmi.8.pod @@ -278,6 +278,13 @@ Do not install documents files (same as C<rpm --excludedocs>). 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. + =item B<--noscripts> Don't execute the scriptlets. diff --git a/pod/urpmi.cfg.5.pod b/pod/urpmi.cfg.5.pod index 36ed9c1c..774f498d 100644 --- a/pod/urpmi.cfg.5.pod +++ b/pod/urpmi.cfg.5.pod @@ -98,6 +98,10 @@ B<post-clean>. A comma-separated list of package names that must never be removed (just like B<basesystem> dependencies). +=item B<repackage> + +Same as specifying B<--repackage> for urpmi, disabled by default. + =item B<retry> Specify how many times the downloader should retry in case of non-permanent |