summaryrefslogtreecommitdiffstats
path: root/urpm/args.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-03-04 13:44:42 +0000
committerThierry Vignaud <tv@mandriva.org>2008-03-04 13:44:42 +0000
commitdd207efc048dbd9e7faa7ed106f564232c31a7c7 (patch)
tree2a1121fc3f85a6a0fa1a6782814a53d537ac6be9 /urpm/args.pm
parent39ea4236f990210b8a15dd65e59841900561cfb9 (diff)
downloadurpmi-dd207efc048dbd9e7faa7ed106f564232c31a7c7.tar
urpmi-dd207efc048dbd9e7faa7ed106f564232c31a7c7.tar.gz
urpmi-dd207efc048dbd9e7faa7ed106f564232c31a7c7.tar.bz2
urpmi-dd207efc048dbd9e7faa7ed106f564232c31a7c7.tar.xz
urpmi-dd207efc048dbd9e7faa7ed106f564232c31a7c7.zip
handle priority upgrade list
Diffstat (limited to 'urpm/args.pm')
-rw-r--r--urpm/args.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/args.pm b/urpm/args.pm
index 5477a8ca..120118a2 100644
--- a/urpm/args.pm
+++ b/urpm/args.pm
@@ -370,7 +370,7 @@ sub add_urpmf_parameter {
# common options setup
-foreach my $k ('allow-medium-change', 'auto', 'auto-select', 'expect-install!', 'root=s', 'test!', 'verify-rpm!')
+foreach my $k ('allow-medium-change', 'auto', 'auto-select', 'expect-install!', 'no-priority-upgrade', 'previous-priority-upgrade=s', 'root=s', 'test!', 'verify-rpm!')
{
$options_spec{gurpmi}{$k} = $options_spec{urpmi}{$k};
}