From 6603546b71ea32d9dbebcf7061f89c08cefae7b0 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 20 Nov 2006 10:21:26 +0000 Subject: rename {skip} into {cmdline_skiplist} (neater) --- urpm.pm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'urpm.pm') diff --git a/urpm.pm b/urpm.pm index 678850b9..fc1eb6d3 100644 --- a/urpm.pm +++ b/urpm.pm @@ -571,12 +571,13 @@ sub _configure_parallel { #- read urpmi.cfg file as well as necessary synthesis files #- options : +#- root +#- cmdline_skiplist +#- #- callback (urpmf) #- need_hdlist (for urpmf: to be able to have info not available in synthesis) #- nodepslist (for urpmq: we don't need the hdlist/synthesis) #- no_skiplist (urpmf) -#- root -#- skip #- #- synthesis (use this synthesis file, and only this synthesis file) #- @@ -717,7 +718,7 @@ sub configure { unless ($options{nodepslist} || $options{no_skiplist}) { my %uniq; $urpm->compute_flags( - get_packages_list($urpm->{skiplist}, $options{skip}), + get_packages_list($urpm->{skiplist}, $options{cmdline_skiplist}), skip => 1, callback => sub { my ($urpm, $pkg) = @_; -- cgit v1.2.1