From 7a8b9c92e48b256d4d9ec32842889194877ba43c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 5 Oct 2012 16:04:33 +0000 Subject: drop again urpmi.recover (no more possible since rpm 4.6 which doesn't handle --repackage) was droped in 2009 but was resurected in mdv in initial rpm5 introduction before Mageia creation --- urpm/args.pm | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'urpm/args.pm') diff --git a/urpm/args.pm b/urpm/args.pm index a9311223..315f2586 100644 --- a/urpm/args.pm +++ b/urpm/args.pm @@ -352,16 +352,6 @@ my %options_spec = ( 'verify-rpm!' => sub { ${options}{'verify-rpm'} = $_[1] }, }, - 'urpmi.recover' => { - 'list=s' => \$::listdate, - 'list-all' => sub { $::listdate = -1 }, - 'list-safe' => sub { $::listdate = 'checkpoint' }, - checkpoint => \$::do_checkpoint, - 'rollback=s' => \$::rollback, - noclean => \$::noclean, - disable => \$::disable, - }, - ); # generate urpmf options callbacks -- cgit v1.2.1