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: Wed, 22 Jan 2014 05:04:21
Message-Id: 1388772141.eec74847dc7069c6c162ed3b0649eb7fd81e73c5.dol-sen@gentoo
1 commit: eec74847dc7069c6c162ed3b0649eb7fd81e73c5
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: Fri Jan 3 18:02:21 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=eec74847
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