diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-05-18 17:59:10 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-10-20 18:07:32 -0700 |
commit | f9ec6eb347542d35208a94a07af155dcd473e4e1 (patch) | |
tree | cd7a580053a7be0a4210d14018a2d39c0d6f5de7 /catalyst/defaults.py | |
parent | catalyst: Set jobs/load-average via catalyst.conf (diff) | |
download | catalyst-f9ec6eb347542d35208a94a07af155dcd473e4e1.tar.gz catalyst-f9ec6eb347542d35208a94a07af155dcd473e4e1.tar.bz2 catalyst-f9ec6eb347542d35208a94a07af155dcd473e4e1.zip |
catalyst: Configure distcc_hosts in the config file
distcc_hosts are independent of the build itself, and therefore should
be configured system-wide in catalyst.conf and not in each spec file.
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'catalyst/defaults.py')
-rw-r--r-- | catalyst/defaults.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/catalyst/defaults.py b/catalyst/defaults.py index 7a2fe3f3..0f399b56 100644 --- a/catalyst/defaults.py +++ b/catalyst/defaults.py @@ -11,6 +11,7 @@ from DeComp.definitions import DECOMPRESSOR_PROGRAM_OPTIONS, LIST_XATTRS_OPTIONS valid_config_file_values = frozenset([ "compression_mode", "digests", + "distcc_hosts", "distdir", "envscript", "jobs", |