gather: Implement hashed directories.
Set 'hashed_directories = True' config option to enable the feature.
This commit is contained in:
parent
1f313b39ad
commit
0d8ad9a111
5 changed files with 27 additions and 6 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue