From 3ec6a5eca250c09005c371625d206fa40770421f Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 27 Jan 2010 15:00:06 +0000 Subject: (get_urpmi_options) factorize code --- mdkonline.pm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mdkonline.pm') diff --git a/mdkonline.pm b/mdkonline.pm index eee95bd7..dec9f9d1 100644 --- a/mdkonline.pm +++ b/mdkonline.pm @@ -39,6 +39,7 @@ our @EXPORT = qw(find_current_distro get_product_id get_release get_stale_upgrade_filename + get_urpmi_options is_it_2008_0 is_enterprise_media_supported is_restricted_media_supported @@ -170,6 +171,10 @@ sub get_banner { Gtk2::Banner->new(get_banner_icon(), $o_title || N("Distribution Upgrade")); } +sub get_urpmi_options() { + ({ sensitive_arguments => 1 }, 'urpmi.addmedia', '--xml-info', 'always'); +} + sub is_running { my ($name) = @_; my $found; -- cgit v1.2.1