diff options
-rw-r--r-- | urpm/media.pm | 1 | ||||
-rwxr-xr-x | urpmf | 1 |
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) #- @@ -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, |