From c404eebc3587c7b817572b463fd03fd3ff2d627a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20=C3=98yvind=20Karlsen?= Date: Sun, 21 Nov 2010 15:39:18 +0000 Subject: bring back urpmi.recover :) --- urpm/args.pm | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'urpm/args.pm') diff --git a/urpm/args.pm b/urpm/args.pm index d5e584cc..76229cb7 100644 --- a/urpm/args.pm +++ b/urpm/args.pm @@ -351,6 +351,17 @@ my %options_spec = ( nopubkey => \$options{nopubkey}, raw => \$options{raw}, }, + + '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, + }, + ); eval -- cgit v1.2.1