Gentoo Archives: gentoo-catalyst

From: "W. Trevor King" <wking@×××××××.us>
To: gentoo-catalyst@l.g.o
Subject: Re: [gentoo-catalyst] [PATCH v2 1/2] doc/catalyst-config.5.txt: Add man page for catalyst.conf
Date: Fri, 12 Apr 2013 19:05:30
Message-Id: 20130412190524.GE13054@odin.tremily.us
In Reply to: Re: [gentoo-catalyst] [PATCH v2 1/2] doc/catalyst-config.5.txt: Add man page for catalyst.conf by "Rick \\\"Zero_Chaos\\\" Farina"
1 On Fri, Apr 12, 2013 at 02:47:05PM -0400, Rick "Zero_Chaos" Farina wrote:
2 > On 04/12/2013 02:21 PM, W. Trevor King wrote:
3 > > +ccache::
4 > > +Enable build time ccache support.
5 > Warning, ccache has been known to cause random build failures and bugs
6 > reported with ccache enabled may be closed invalid.
7
8 Added for v3.
9
10 > > +kerncache::
11 > > +Keep a `tbz2` of your built kernel and modules. This is useful if
12 > > +your build dies during `livecd-stage2`.
13 > kerncache keeps a full dir of everything like seedcache does.
14
15 For v3, I'll use:
16
17 kerncache::
18 Keep a copy of the built kernel and modules. This is useful if your
19 build dies during `livecd-stage2`.
20
21 > > +pkgcache::
22 > > +Keep a ``tbz2`` of every built package. This is useful if your build
23 > > +dies prematurely.
24 > Might be easier to just say this enables the binpkg feature of portage...
25
26 Do you mean `emerge --usepkg --buildpkg`? How about:
27
28 pkgcache::
29 Enable `--usepkg` and `--buildpkg` for most *emerge(1)* runs. This is
30 useful if your build dies prematurely. However, you may experience
31 linking problems. See the *BINARY PACKAGE DEPENDENCIES* section for
32 details.
33
34 > > +snapcache::
35 > > +Cache the snapshot so that it can be bind-mounted into the chroot.
36 > > +WARNING: moving parts of the portage tree from within fsscript *will*
37 > > +break your cache. The cache is unlinked before any empty or rm
38 > > +processing, though.
39 > - -, though
40
41 Added to v3.
42
43 > > +*storedir*::
44 > > +Location for built seeds, temporary files, and caches.
45 > mention the default location
46
47 For v3:
48
49 *storedir*::
50 Location for built seeds, temporary files, and caches (example:
51 `/var/tmp/catalyst`).
52
53 Thanks!
54 Trevor
55
56 --
57 This email may be signed or encrypted with GnuPG (http://www.gnupg.org).
58 For more information, see http://en.wikipedia.org/wiki/Pretty_Good_Privacy

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-catalyst] [PATCH v2 1/2] doc/catalyst-config.5.txt: Add man page for catalyst.conf "Rick \\\"Zero_Chaos\\\" Farina" <zerochaos@g.o>