commit: 1221e871dc2ac3a67b5a6a59a35ad61b5543ca4f Author: Mike Frysinger <vapier <AT> gentoo <DOT> org> AuthorDate: Mon Oct 5 18:10:21 2015 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Mon Oct 5 23:36:47 2015 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=1221e871
catalyst.conf: minor tweaks to comments Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org> etc/catalyst.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/catalyst.conf b/etc/catalyst.conf index aa5d815..a2abb4a 100644 --- a/etc/catalyst.conf +++ b/etc/catalyst.conf @@ -1,6 +1,6 @@ # /etc/catalyst/catalyst.conf -# Simple desriptions of catalyst settings. Please refer to the online +# Simple descriptions of catalyst settings. Please refer to the online # documentation for more information. # Creates a .DIGESTS file containing the hash output from any of the supported @@ -53,7 +53,7 @@ hash_function="crc32" # however, it is suggested to enable this if redistributing builds. # ccache = enables build time ccache support # distcc = enable distcc support for building. You have to set distcc_hosts in -# your spec file. +# your spec file. # icecream = enables icecream compiler cluster support for building # keepwork = Prevents the removal of the working chroot path and any autoresume # files or points. @@ -62,7 +62,7 @@ hash_function="crc32" # pkgcache = keeps a tbz2 of every built package (useful if your build stops # prematurely) # preserve_libs = enables portage to preserve used libs when unmerging packages -# (used on installcd-stage2 and stage4 targets) +# (used on installcd-stage2 and stage4 targets) # seedcache = use the build output of a previous target if it exists to speed up # the copy # snapcache = cache the snapshot so that it can be bind-mounted into the chroot.
