Gentoo Archives: gentoo-commits

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