summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-08-07 14:08:53 +0000
committerThierry Vignaud <tv@mandriva.org>2008-08-07 14:08:53 +0000
commit9d12642ed38ad0f0143aeed144637ffaee009c86 (patch)
treea44aa2316589ecd9d84d340cb2d5f650b1854442
parent64d043ec0daff2942edf380add5a000d9027cc97 (diff)
downloadurpmi-9d12642ed38ad0f0143aeed144637ffaee009c86.tar
urpmi-9d12642ed38ad0f0143aeed144637ffaee009c86.tar.gz
urpmi-9d12642ed38ad0f0143aeed144637ffaee009c86.tar.bz2
urpmi-9d12642ed38ad0f0143aeed144637ffaee009c86.tar.xz
urpmi-9d12642ed38ad0f0143aeed144637ffaee009c86.zip
handle --justdb and --noscripts in gurpmi
-rw-r--r--NEWS1
-rw-r--r--urpm/args.pm2
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d77db4c2..2d3e95d3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,5 @@
- gurpmi
+ o handle --justdb and --noscripts
o fix/manage --urpmi-root
- urpme
o add --justdb
diff --git a/urpm/args.pm b/urpm/args.pm
index 8ca1ad4c..19f1ed36 100644
--- a/urpm/args.pm
+++ b/urpm/args.pm
@@ -403,7 +403,7 @@ sub add_urpmf_parameter {
# common options setup
-foreach my $k ('allow-medium-change', 'auto', 'auto-select', 'force', 'expect-install!', 'no-priority-upgrade', 'p', 'P', 'previous-priority-upgrade=s', 'root=s', 'test!', 'verify-rpm!')
+foreach my $k ('allow-medium-change', 'auto', 'auto-select', 'force', 'expect-install!', 'justdb', 'no-priority-upgrade', 'noscripts', 'p', 'P', 'previous-priority-upgrade=s', 'root=s', 'test!', 'verify-rpm!')
{
$options_spec{gurpmi}{$k} = $options_spec{urpmi}{$k};
}