Gentoo Archives: gentoo-commits

From: "André Erdmann" <dywi@×××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/R_overlay:master commit in: doc/rst/
Date: Mon, 28 Jan 2013 23:54:13
Message-Id: 1359416224.8c08fcc1d159d64c89f12415eab6dd487e5cd3b2.dywi@gentoo
1 commit: 8c08fcc1d159d64c89f12415eab6dd487e5cd3b2
2 Author: André Erdmann <dywi <AT> mailerd <DOT> de>
3 AuthorDate: Mon Jan 28 23:27:31 2013 +0000
4 Commit: André Erdmann <dywi <AT> mailerd <DOT> de>
5 CommitDate: Mon Jan 28 23:37:04 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=8c08fcc1
7
8 doc/rst: Configuration Reference
9
10 added SYMLINK_DISTROOT, SYMLINK_DISTROOT_TMP options
11
12 ---
13 doc/rst/usage.rst | 31 +++++++++++++++++++++++++++++++
14 1 files changed, 31 insertions(+), 0 deletions(-)
15
16 diff --git a/doc/rst/usage.rst b/doc/rst/usage.rst
17 index 46e5e00..45457f3 100644
18 --- a/doc/rst/usage.rst
19 +++ b/doc/rst/usage.rst
20 @@ -1332,6 +1332,37 @@ OVERLAY_NAME
21
22 Defaults to *R_Overlay*.
23
24 +.. _OVERLAY_SYMLINK_DISTROOT_ROOT:
25 +
26 +OVERLAY_SYMLINK_DISTROOT_ROOT
27 + Root directory where per-package (name) symlink directories will be
28 + created during Manifest file creation.
29 +
30 + Defaults to <not set>, which is only valid if OVERLAY_SYMLINK_DISTROOT_TMP_
31 + is set to true, in which case a directory in the user's $TMPDIR will be
32 + used.
33 +
34 +.. _OVERLAY_SYMLINK_DISTROOT_TMP:
35 +
36 +OVERLAY_SYMLINK_DISTROOT_TMP
37 + A *bool* that sets whether the symlink distroot is a temporary (true)
38 + or persistent (false) directory.
39 +
40 + A temporary directory will be wiped at exit
41 + whereas a persistent one will only be cleaned up
42 + (remove broken symlinks, ...).
43 +
44 +
45 +.. _SYMLINK_DISTROOT:
46 +
47 +SYMLINK_DISTROOT
48 + Alias to OVERLAY_SYMLINK_DISTROOT_ROOT_.
49 +
50 +.. _SYMLINK_DISTROOT_TMP:
51 +
52 +SYMLINK_DISTROOT_TMP
53 + Alias to OVERLAY_SYMLINK_DISTROOT_TMP_.
54 +
55 --------------------
56 other config files
57 --------------------