diff options
author | Olivier Thauvin <nanardon@mandriva.org> | 2003-12-24 02:58:50 +0000 |
---|---|---|
committer | Olivier Thauvin <nanardon@mandriva.org> | 2003-12-24 02:58:50 +0000 |
commit | 85e5eff098c1945e7d3e20fe96ce21619a20a71e (patch) | |
tree | 1c3353ebb86d2df6ab4957bd0703bdda64380097 /urpmi.update | |
parent | f21d8201625854cfd60e8072ebfce7d4388b6724 (diff) | |
download | urpmi-85e5eff098c1945e7d3e20fe96ce21619a20a71e.tar urpmi-85e5eff098c1945e7d3e20fe96ce21619a20a71e.tar.gz urpmi-85e5eff098c1945e7d3e20fe96ce21619a20a71e.tar.bz2 urpmi-85e5eff098c1945e7d3e20fe96ce21619a20a71e.tar.xz urpmi-85e5eff098c1945e7d3e20fe96ce21619a20a71e.zip |
- 4.48
- urpmq --list-url
- urpmq --dump-config
- urpmi.update --force-key
Diffstat (limited to 'urpmi.update')
-rwxr-xr-x | urpmi.update | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/urpmi.update b/urpmi.update index 41dd0101..99fb2856 100755 --- a/urpmi.update +++ b/urpmi.update @@ -33,6 +33,7 @@ sub main { /^--?f$/ and ++$options{force}, next; /^--?z$/ and ++$options{compress}, next; /^--update$/ and $options{update} = 1, next; + /^--force-key$/ and $options{forcekey} = 1, next; /^--wget$/ and $urpm->{sync} = sub { my $options = shift @_; if (ref $options) { $options->{prefer} = 'wget' } else { $options = { dir => $options, prefer => 'wget' } } @@ -68,6 +69,7 @@ where <name> is a medium name to update. authentication (format is <user:password>). ") . N(" --update - update only update media. ") . N(" --no-md5sum - disable MD5SUM file checking. +") . N(" --force-key - force update of gpg key. ") . N(" -a - select all non-removable media. ") . N(" -c - clean headers cache directory. ") . N(" -f - force generation of hdlist files. |