// "/media.1/products.key",
"/media.1/media",
// "/media.1/products",
- "/media.1/info.txt",
- "/license.tar.gz",
- "/control.xml",
- "/installation.xml",
+// "/media.1/info.txt",
+// "/license.tar.gz",
+// "/control.xml",
+// "/installation.xml",
"/gpg-pubkey-a1912208-446a0899.asc",
"/gpg-pubkey-307e3d54-44201d5d.asc",
"/gpg-pubkey-9c800aca-40d8063e.asc",
this->enqueueDigested(location);
}
- // add hashed media files
-
- for ( RepoIndex::FileChecksumMap::const_iterator it = _repoindex->mediaFileChecksums.begin();
- it != _repoindex->mediaFileChecksums.end();
- ++it )
- {
- OnMediaLocation location( _path + it->first, 1 );
- location.setChecksum( it->second );
- this->enqueueDigested(location);
- }
-
this->start( dest_dir, media );
}