From 966c3455e83e8421f9e76b73502477af2d5397b2 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 24 Jan 2005 16:15:29 +0000 Subject: Add support for --no-verify-rpm to gurpmi --- gurpmi2 | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'gurpmi2') diff --git a/gurpmi2 b/gurpmi2 index 4c0375f2..8aca07f2 100755 --- a/gurpmi2 +++ b/gurpmi2 @@ -41,16 +41,7 @@ sub wait_label { sync(); } -#- Parse command line -my (@all_rpms); -foreach (@ARGV) { - if (/^-/) { - /^--?[hv?]/ and usage(); - fatal(N("Unknown option %s", $_)); - } - push @all_rpms, $_; -} -@all_rpms or fatal(N("No packages specified")); +my @all_rpms = gurpmi::parse_command_line(); $> and fatal(N("Must be root")); @@ -107,6 +98,7 @@ sub configure_urpm { $urpm->exlock_rpm_db; $urpm->shlock_urpmi_db; $urpm->configure; + $urpm->{options}{'verify-rpm'} = 0 if $gurpmi::options{'no-verify-rpm'}; #- default options values exists $urpm->{options}{$_} or $urpm->{options}{$_} = 1 foreach qw(post-clean verify-rpm split-length); $urpm->{options}{'split-level'} = 20 unless exists $urpm->{options}{'split-level'}; -- cgit v1.2.1