From f9ec6eb347542d35208a94a07af155dcd473e4e1 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Mon, 18 May 2020 17:59:10 -0700 Subject: 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 --- catalyst/defaults.py | 1 + 1 file changed, 1 insertion(+) (limited to 'catalyst/defaults.py') 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", -- cgit v1.2.3-65-gdbad