summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--urpm/media.pm1
-rwxr-xr-xurpmf1
2 files changed, 0 insertions, 2 deletions
diff --git a/urpm/media.pm b/urpm/media.pm
index 5a807226..b85a13bf 100644
--- a/urpm/media.pm
+++ b/urpm/media.pm
@@ -356,7 +356,6 @@ sub _tempignore {
#- need_xml (for urpmf: to be able to have info not available in synthesis)
#- nodepslist (for urpmq: we don't need the synthesis)
#- no_skiplist (urpmf)
-#- no_second_pass (urpmf)
#-
#- synthesis (use this synthesis file, and only this synthesis file)
#-
diff --git a/urpmf b/urpmf
index 71b914ae..35ceeb80 100755
--- a/urpmf
+++ b/urpmf
@@ -212,7 +212,6 @@ my $need_xml = grep { $usedtags{$_} } qw(
urpm::media::configure($urpm,
nocheck_access => 1,
no_skiplist => 1,
- no_second_pass => 1,
media => $media,
excludemedia => $excludemedia,
sortmedia => $sortmedia,