gather: Implement hashed directories.

Set 'hashed_directories = True' config option to enable the feature.
This commit is contained in:
Daniel Mach 2015-07-24 04:40:55 -04:00
parent 1f313b39ad
commit 0d8ad9a111
5 changed files with 27 additions and 6 deletions

View file

@ -40,6 +40,7 @@ gather_source = "comps"
gather_method = "deps"
greedy_method = "build"
check_deps = False
hashed_directories = True
multilib_arches = ["ppc64", "x86_64", "s390x"]
multilib_methods = ["devel", "runtime"]