Gentoo Archives: gentoo-catalyst

From: Felix Bier <Felix.Bier@×××××××××××××.com>
To: "gentoo-catalyst@l.g.o" <gentoo-catalyst@l.g.o>
Subject: Re: [Newsletter] Re: [gentoo-catalyst] Re: [PATCH] Documentation: Make existing multi-overlay support more explicit
Date: Tue, 10 Nov 2020 00:56:30
Message-Id: dc2d0d24541058f2d3a141e0c34746271d3d1353.camel@rohde-schwarz.com
In Reply to: Re: [gentoo-catalyst] Re: [PATCH] Documentation: Make existing multi-overlay support more explicit by Matt Turner
1 The code already supports multiple repositories. This commit adapts the
2 documentation to make this more explicit.
3
4 Signed-off-by: Felix Bier <felix.bier@×××××××××××××.com>
5 ---
6 doc/catalyst-spec.5.txt | 5 +++--
7 examples/generic_stage_template.spec | 5 +++--
8 examples/livecd-stage1_template.spec | 5 +++--
9 examples/livecd-stage2_template.spec | 5 +++--
10 examples/netboot_template.spec | 5 +++--
11 examples/stage4_template.spec | 5 +++--
12 6 files changed, 18 insertions(+), 12 deletions(-)
13
14 diff --git a/doc/catalyst-spec.5.txt b/doc/catalyst-spec.5.txt
15 index 31e69820..4c1df857 100644
16 --- a/doc/catalyst-spec.5.txt
17 +++ b/doc/catalyst-spec.5.txt
18 @@ -81,8 +81,9 @@ This is an optional directory containing portage configuration files
19 problems.
20
21 *portage_overlay*::
22 -This option specifies the location to a portage overlay that you would
23 -like to use when building this target (example: `/usr/local/portage`).
24 +This option specifies the location of the ebuild repositories that you would
25 +like to have used when building this target. It takes a space-separated list
26 +of directory names. (example: `/usr/local/portage`).
27
28 *pkgcache_path*::
29 This allows the optional directory containing the output packages for
30 diff --git a/examples/generic_stage_template.spec b/examples/generic_stage_template.spec
31 index 8f0375c4..8c8889bf 100644
32 --- a/examples/generic_stage_template.spec
33 +++ b/examples/generic_stage_template.spec
34 @@ -89,8 +89,9 @@ decompressor_search_order: lbzip2 bzip2 tar pixz xz gzip squashfs
35 # portage_confdir: /etc/portage
36 portage_confdir:
37
38 -# This option specifies the location to a portage overlay that you would like to
39 -# have used when building this target.
40 +# This option specifies the location of the ebuild repositories that you would
41 +# like to have used when building this target. It takes a space-separated list
42 +# of directory names.
43 # example:
44 # portage_overlay: /usr/local/portage
45 portage_overlay:
46 diff --git a/examples/livecd-stage1_template.spec b/examples/livecd-stage1_template.spec
47 index b921372a..269a1e3d 100644
48 --- a/examples/livecd-stage1_template.spec
49 +++ b/examples/livecd-stage1_template.spec
50 @@ -52,8 +52,9 @@ source_subpath:
51 # portage_confdir: /etc/portage
52 portage_confdir:
53
54 -# This option specifies the location to a portage overlay that you would like to
55 -# have used when building this target.
56 +# This option specifies the location of the ebuild repositories that you would
57 +# like to have used when building this target. It takes a space-separated list
58 +# of directory names.
59 # example:
60 # portage_overlay: /usr/local/portage
61 portage_overlay:
62 diff --git a/examples/livecd-stage2_template.spec b/examples/livecd-stage2_template.spec
63 index ac1cd3e4..4f50919f 100644
64 --- a/examples/livecd-stage2_template.spec
65 +++ b/examples/livecd-stage2_template.spec
66 @@ -52,8 +52,9 @@ source_subpath:
67 # portage_confdir: /etc/portage
68 portage_confdir:
69
70 -# This option specifies the location to a portage overlay that you would like to
71 -# have used when building this target.
72 +# This option specifies the location of the ebuild repositories that you would
73 +# like to have used when building this target. It takes a space-separated list
74 +# of directory names.
75 # example:
76 # portage_overlay: /usr/local/portage
77 portage_overlay:
78 diff --git a/examples/netboot_template.spec b/examples/netboot_template.spec
79 index 4f76b8ff..ad9d993c 100644
80 --- a/examples/netboot_template.spec
81 +++ b/examples/netboot_template.spec
82 @@ -6,8 +6,9 @@ profile: uclibc/mips
83 snapshot: 20060107
84 source_subpath: default/stage3-mips-uclibc-mips3-2006.126
85
86 -# This option specifies the location to a portage overlay that you would like to
87 -# have used when building this target.
88 +# This option specifies the location of the ebuild repositories that you would
89 +# like to have used when building this target. It takes a space-separated list
90 +# of directory names.
91 # example:
92 # portage_overlay: /usr/local/portage
93 portage_overlay:
94 diff --git a/examples/stage4_template.spec b/examples/stage4_template.spec
95 index c901eabc..aea70e86 100644
96 --- a/examples/stage4_template.spec
97 +++ b/examples/stage4_template.spec
98 @@ -52,8 +52,9 @@ source_subpath:
99 # portage_confdir: /etc/portage
100 portage_confdir:
101
102 -# This option specifies the location to a portage overlay that you would like to
103 -# have used when building this target.
104 +# This option specifies the location of the ebuild repositories that you would
105 +# like to have used when building this target. It takes a space-separated list
106 +# of directory names.
107 # example:
108 # portage_overlay: /usr/local/portage
109 portage_overlay:
110 --
111 2.29.2