Gentoo Archives: gentoo-catalyst

From: Mike Frysinger <vapier@g.o>
To: gentoo-catalyst@l.g.o
Subject: [gentoo-catalyst] [PATCH] catalyst.conf: minor tweaks to comments
Date: Mon, 05 Oct 2015 18:10:32
Message-Id: 1444068621-29286-1-git-send-email-vapier@gentoo.org
1 ---
2 etc/catalyst.conf | 6 +++---
3 1 file changed, 3 insertions(+), 3 deletions(-)
4
5 diff --git a/etc/catalyst.conf b/etc/catalyst.conf
6 index aa5d815..a2abb4a 100644
7 --- a/etc/catalyst.conf
8 +++ b/etc/catalyst.conf
9 @@ -1,6 +1,6 @@
10 # /etc/catalyst/catalyst.conf
11
12 -# Simple desriptions of catalyst settings. Please refer to the online
13 +# Simple descriptions of catalyst settings. Please refer to the online
14 # documentation for more information.
15
16 # Creates a .DIGESTS file containing the hash output from any of the supported
17 @@ -53,7 +53,7 @@ hash_function="crc32"
18 # however, it is suggested to enable this if redistributing builds.
19 # ccache = enables build time ccache support
20 # distcc = enable distcc support for building. You have to set distcc_hosts in
21 -# your spec file.
22 +# your spec file.
23 # icecream = enables icecream compiler cluster support for building
24 # keepwork = Prevents the removal of the working chroot path and any autoresume
25 # files or points.
26 @@ -62,7 +62,7 @@ hash_function="crc32"
27 # pkgcache = keeps a tbz2 of every built package (useful if your build stops
28 # prematurely)
29 # preserve_libs = enables portage to preserve used libs when unmerging packages
30 -# (used on installcd-stage2 and stage4 targets)
31 +# (used on installcd-stage2 and stage4 targets)
32 # seedcache = use the build output of a previous target if it exists to speed up
33 # the copy
34 # snapcache = cache the snapshot so that it can be bind-mounted into the chroot.
35 --
36 2.5.2

Replies

Subject Author
Re: [gentoo-catalyst] [PATCH] catalyst.conf: minor tweaks to comments "Anthony G. Basile" <blueness@g.o>