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: doc/
Date: Thu, 21 Nov 2013 09:06:43
Message-Id: 1385024410.069af8590e30d2760c1e9bddfb95dda122987896.dol-sen@gentoo
1 commit: 069af8590e30d2760c1e9bddfb95dda122987896
2 Author: W. Trevor King <wking <AT> tremily <DOT> us>
3 AuthorDate: Sat Feb 9 20:40:33 2013 +0000
4 Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
5 CommitDate: Thu Nov 21 09:00:10 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=069af859
7
8 doc/HOWTO.txt: Explain how to run catalyst without installing
9
10 Thanks to Chris White for explaining this to me.
11
12 Reviewed-by: Matt Turner <mattst88 <AT> gmail.com>
13
14 ---
15 doc/HOWTO.txt | 15 +++++++++++++++
16 1 file changed, 15 insertions(+)
17
18 diff --git a/doc/HOWTO.txt b/doc/HOWTO.txt
19 index ea9c8f4..5717f80 100644
20 --- a/doc/HOWTO.txt
21 +++ b/doc/HOWTO.txt
22 @@ -202,3 +202,18 @@ and `dd`:
23 replacing `X` with the appropriate drive letter for your USB disk.
24 See https://bugs.gentoo.org/show_bug.cgi?id=251719[bug 251719] for
25 details.
26 +
27 +Running catalyst from a Git checkout
28 +------------------------------------
29 +
30 +If you're developing catalyst, you'll want to test your altered
31 +version. An easy way to run it without reinstalling is to setup a
32 +local configuration file and run:
33 +
34 + # ./catalyst -c catalyst.conf -f path/to/your.spec
35 +
36 +The local configuration file can use all the defaults except for
37 +`sharedir`, which you should change to point to your development
38 +directory:
39 +
40 + sharedir="/home/wking/src/catalyst"