aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Iurt/Urpmi.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Iurt/Urpmi.pm')
-rw-r--r--lib/Iurt/Urpmi.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Iurt/Urpmi.pm b/lib/Iurt/Urpmi.pm
index 679a140..7ac6a74 100644
--- a/lib/Iurt/Urpmi.pm
+++ b/lib/Iurt/Urpmi.pm
@@ -175,7 +175,6 @@ sub add_media__urpmi_root {
$run, $config,
mail => $config->{admin},
use_iurt_root_command => 1,
- freq => 1,
retry => 2,
debug_mail => $run->{debug})
or return;
@@ -198,7 +197,6 @@ sub add_media {
perform_command($cmd,
$run, $config,
mail => $config->{admin},
- freq => 1,
retry => 2,
use_iurt_root_command => 1,
debug_mail => $run->{debug})
@@ -423,7 +421,6 @@ sub install_packages {
hash => "${log}_$title",
timeout => 3600, # [pixel] 10 minutes was not enough, 1 hour should be better
srpm => $title,
- freq => 1,
#cc => $cc,
retry => 2,
debug_mail => $run->{debug},