aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2020-05-18 17:59:10 -0700
committerMatt Turner <mattst88@gentoo.org>2020-10-20 18:07:32 -0700
commitf9ec6eb347542d35208a94a07af155dcd473e4e1 (patch)
treecd7a580053a7be0a4210d14018a2d39c0d6f5de7 /etc
parentcatalyst: Set jobs/load-average via catalyst.conf (diff)
downloadcatalyst-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 'etc')
-rw-r--r--etc/catalyst.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/catalyst.conf b/etc/catalyst.conf
index 81693c25..b0b284fa 100644
--- a/etc/catalyst.conf
+++ b/etc/catalyst.conf
@@ -35,8 +35,7 @@ options = [
# Enable FEATURES=ccache
# "ccache",
- # Enable FEATURES=distcc. You have to set distcc_hosts in your spec
- # file.
+ # Enable FEATURES=distcc. Make sure to set distcc_hosts too.
# "distcc",
# Enable FEATURES=icecream