Gentoo Archives: gentoo-commits

From: Brian Dolbec <brian.dolbec@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:3.0 commit in: etc/
Date: Tue, 31 Dec 2013 10:48:45
Message-Id: 1388484027.0a5a4d49b9d547401a44f1580a10bb30cc091cb5.dol-sen@gentoo
1 commit: 0a5a4d49b9d547401a44f1580a10bb30cc091cb5
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 31 09:01:14 2013 +0000
4 Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
5 CommitDate: Tue Dec 31 10:00:27 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=0a5a4d49
7
8 Add keepwork option to catalyst.conf.
9
10 ---
11 etc/catalyst.conf | 2 ++
12 1 file changed, 2 insertions(+)
13
14 diff --git a/etc/catalyst.conf b/etc/catalyst.conf
15 index a65413c..af4f14c 100644
16 --- a/etc/catalyst.conf
17 +++ b/etc/catalyst.conf
18 @@ -55,6 +55,8 @@ hash_function="crc32"
19 # distcc = enable distcc support for building. You have to set distcc_hosts in
20 # your spec file.
21 # icecream = enables icecream compiler cluster support for building
22 +# keepwork = Prevents the removal of the working chroot path and any autoresume
23 +# files or points.
24 # kerncache = keeps a tbz2 of your built kernel and modules (useful if your
25 # build stops in livecd-stage2)
26 # pkgcache = keeps a tbz2 of every built package (useful if your build stops