#59 Separate metadata fetching to its own file
Merged by ncoghlan. Opened by ncoghlan.
modularity/ ncoghlan/fedmod issue-4-configurable-data-sets  into  master

Download 59.patch

This chance also introduces a "LocalMetadataCache"
object, and switches the repo querying to all work
on the notion of an "active data set" that avoids
any assumptions about the filesystem cache layout.

While it retains the single architecture assumption,
as while as the "only base + updates" repository
structure, it removes the hardcoding from the query
layer (it's still hardcoded in the download layer
for now)

rebased onto b64bf836d122220dd2ecdd2f056477ea3a015511

Pull-Request has been merged by ncoghlan

Metadata