libzypp/libzypp-3.18.2.patch

21 lines
462 B
Diff
Raw Normal View History

--- zypp/repo/susetags/Downloader.cc
+++ zypp/repo/susetags/Downloader.cc
@@ -170,7 +170,7 @@
}
// add hashed media files
-
+ /*
for ( RepoIndex::FileChecksumMap::const_iterator it = _repoindex->mediaFileChecksums.begin();
it != _repoindex->mediaFileChecksums.end();
++it )
@@ -179,7 +179,7 @@
location.setChecksum( it->second );
this->enqueueDigested(location);
}
-
+ */
this->start( dest_dir, media );
}