diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-03-17 21:39:40 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-03-17 21:39:40 +0100 |
commit | cf9265e5981c5fe24c9e654935600d2348e2ba82 (patch) | |
tree | 2c9fb55e0788f229861748be91d1b9a519768113 /perl-install/install/install2.pm | |
parent | 18d2440c70b959da39cb67e5be482d453d3c2f72 (diff) | |
download | drakx-cf9265e5981c5fe24c9e654935600d2348e2ba82.tar drakx-cf9265e5981c5fe24c9e654935600d2348e2ba82.tar.gz drakx-cf9265e5981c5fe24c9e654935600d2348e2ba82.tar.bz2 drakx-cf9265e5981c5fe24c9e654935600d2348e2ba82.tar.xz drakx-cf9265e5981c5fe24c9e654935600d2348e2ba82.zip |
add 'deploops' option for debugging (mga#15350)
Diffstat (limited to 'perl-install/install/install2.pm')
-rw-r--r-- | perl-install/install/install2.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm index 9080d0cb9..2e50db4d0 100644 --- a/perl-install/install/install2.pm +++ b/perl-install/install/install2.pm @@ -556,6 +556,7 @@ sub parse_args { # urpmi options: debug_urpmi => sub { $o->{debug_urpmi} = 1 }, + deploops => sub { $o->{deploops} = 1 }, justdb => sub { $o->{justdb} = 1 }, 'tune-rpm' => sub { $o->{'tune-rpm'} = 'all' }, |