Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:master commit in: examples/
Date: Thu, 26 Feb 2015 20:14:43
Message-Id: 1424978120.cd5e5ea62248a0bf70efe7f75e36a0fc0106f3e4.dolsen@gentoo
1 commit: cd5e5ea62248a0bf70efe7f75e36a0fc0106f3e4
2 Author: W. Trevor King <wking <AT> tremily <DOT> us>
3 AuthorDate: Fri Feb 1 02:17:50 2013 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 26 19:15:20 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=cd5e5ea6
7
8 examples: Add newlines to accidentally unwrapped comment lines
9
10 With:
11
12 $ sed -i 's/^\(#.*\)\(#.*\)/\1\n\2/' examples/*.spec
13
14 ---
15 examples/grp_template.spec | 9 ++++++---
16 examples/livecd-stage1_template.spec | 9 ++++++---
17 examples/livecd-stage2_template.spec | 9 ++++++---
18 examples/netboot_template.spec | 9 ++++++---
19 examples/snapshot_template.spec | 3 ++-
20 examples/stage4_template.spec | 12 ++++++++----
21 examples/tinderbox_template.spec | 9 ++++++---
22 7 files changed, 40 insertions(+), 20 deletions(-)
23
24 diff --git a/examples/grp_template.spec b/examples/grp_template.spec
25 index 8cf9e27..c3d2c50 100644
26 --- a/examples/grp_template.spec
27 +++ b/examples/grp_template.spec
28 @@ -8,7 +8,8 @@
29 # subarch: athlon-xp
30 subarch:
31
32 -# The version stamp is an identifier for the build. It can be anything you wish# it to be, but it is usually a date.
33 +# The version stamp is an identifier for the build. It can be anything you wish
34 +# it to be, but it is usually a date.
35 # example:
36 # version_stamp: 2006.1
37 version_stamp:
38 @@ -26,7 +27,8 @@ target: grp
39 # rel_type: default
40 rel_type:
41
42 -# This is the system profile to be used by catalyst to build this target. It is# specified as a relative path from /usr/portage/profiles.
43 +# This is the system profile to be used by catalyst to build this target. It is
44 +# specified as a relative path from /usr/portage/profiles.
45 # example:
46 # profile: default-linux/x86/2006.1
47 profile:
48 @@ -37,7 +39,8 @@ profile:
49 snapshot:
50
51 # This specifies where the seed stage comes from for this target, The path is
52 -# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix# for the seed.
53 +# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix
54 +# for the seed.
55 # example:
56 # default/stage3-x86-2006.1
57 source_subpath:
58
59 diff --git a/examples/livecd-stage1_template.spec b/examples/livecd-stage1_template.spec
60 index 322ebd3..a3cd939 100644
61 --- a/examples/livecd-stage1_template.spec
62 +++ b/examples/livecd-stage1_template.spec
63 @@ -8,7 +8,8 @@
64 # subarch: athlon-xp
65 subarch:
66
67 -# The version stamp is an identifier for the build. It can be anything you wish# it to be, but it is usually a date.
68 +# The version stamp is an identifier for the build. It can be anything you wish
69 +# it to be, but it is usually a date.
70 # example:
71 # version_stamp: 2006.1
72 version_stamp:
73 @@ -26,7 +27,8 @@ target:
74 # rel_type: default
75 rel_type:
76
77 -# This is the system profile to be used by catalyst to build this target. It is# specified as a relative path from /usr/portage/profiles.
78 +# This is the system profile to be used by catalyst to build this target. It is
79 +# specified as a relative path from /usr/portage/profiles.
80 # example:
81 # profile: default-linux/x86/2006.1
82 profile:
83 @@ -37,7 +39,8 @@ profile:
84 snapshot:
85
86 # This specifies where the seed stage comes from for this target, The path is
87 -# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix# for the seed.
88 +# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix
89 +# for the seed.
90 # example:
91 # default/stage3-x86-2006.1
92 source_subpath:
93
94 diff --git a/examples/livecd-stage2_template.spec b/examples/livecd-stage2_template.spec
95 index 1a26bc6..ca1ca82 100644
96 --- a/examples/livecd-stage2_template.spec
97 +++ b/examples/livecd-stage2_template.spec
98 @@ -8,7 +8,8 @@
99 # subarch: athlon-xp
100 subarch:
101
102 -# The version stamp is an identifier for the build. It can be anything you wish# it to be, but it is usually a date.
103 +# The version stamp is an identifier for the build. It can be anything you wish
104 +# it to be, but it is usually a date.
105 # example:
106 # version_stamp: 2006.1
107 version_stamp:
108 @@ -26,7 +27,8 @@ target:
109 # rel_type: default
110 rel_type:
111
112 -# This is the system profile to be used by catalyst to build this target. It is# specified as a relative path from /usr/portage/profiles.
113 +# This is the system profile to be used by catalyst to build this target. It is
114 +# specified as a relative path from /usr/portage/profiles.
115 # example:
116 # profile: default-linux/x86/2006.1
117 profile:
118 @@ -37,7 +39,8 @@ profile:
119 snapshot:
120
121 # This specifies where the seed stage comes from for this target, The path is
122 -# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix# for the seed.
123 +# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix
124 +# for the seed.
125 # example:
126 # default/livecd-stage1-x86-2006.1
127 source_subpath:
128
129 diff --git a/examples/netboot_template.spec b/examples/netboot_template.spec
130 index 7671d4d..921ddf4 100644
131 --- a/examples/netboot_template.spec
132 +++ b/examples/netboot_template.spec
133 @@ -8,7 +8,8 @@
134 # subarch: athlon-xp
135 subarch:
136
137 -# The version stamp is an identifier for the build. It can be anything you wish# it to be, but it is usually a date.
138 +# The version stamp is an identifier for the build. It can be anything you wish
139 +# it to be, but it is usually a date.
140 # example:
141 # version_stamp: 2006.1
142 version_stamp:
143 @@ -26,7 +27,8 @@ target:
144 # rel_type: default
145 rel_type:
146
147 -# This is the system profile to be used by catalyst to build this target. It is# specified as a relative path from /usr/portage/profiles.
148 +# This is the system profile to be used by catalyst to build this target. It is
149 +# specified as a relative path from /usr/portage/profiles.
150 # example:
151 # profile: default-linux/x86/2006.1
152 profile:
153 @@ -37,7 +39,8 @@ profile:
154 snapshot:
155
156 # This specifies where the seed stage comes from for this target, The path is
157 -# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix# for the seed.
158 +# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix
159 +# for the seed.
160 # example:
161 # default/stage3-x86-2006.1
162 source_subpath:
163
164 diff --git a/examples/snapshot_template.spec b/examples/snapshot_template.spec
165 index f683f25..8f2136b 100644
166 --- a/examples/snapshot_template.spec
167 +++ b/examples/snapshot_template.spec
168 @@ -5,7 +5,8 @@
169 # target: snapshot
170 target:
171
172 -# The version stamp is an identifier for the build. It can be anything you wish# it to be, but it is usually a date.
173 +# The version stamp is an identifier for the build. It can be anything you wish
174 +# it to be, but it is usually a date.
175 # example:
176 # version_stamp: 2006.1
177 version_stamp:
178
179 diff --git a/examples/stage4_template.spec b/examples/stage4_template.spec
180 index 6684ffc..c3a53d5 100644
181 --- a/examples/stage4_template.spec
182 +++ b/examples/stage4_template.spec
183 @@ -8,7 +8,8 @@
184 # subarch: athlon-xp
185 subarch:
186
187 -# The version stamp is an identifier for the build. It can be anything you wish# it to be, but it is usually a date.
188 +# The version stamp is an identifier for the build. It can be anything you wish
189 +# it to be, but it is usually a date.
190 # example:
191 # version_stamp: 2006.1
192 version_stamp:
193 @@ -26,7 +27,8 @@ target:
194 # rel_type: default
195 rel_type:
196
197 -# This is the system profile to be used by catalyst to build this target. It is# specified as a relative path from /usr/portage/profiles.
198 +# This is the system profile to be used by catalyst to build this target. It is
199 +# specified as a relative path from /usr/portage/profiles.
200 # example:
201 # profile: default-linux/x86/2006.1
202 profile:
203 @@ -37,7 +39,8 @@ profile:
204 snapshot:
205
206 # This specifies where the seed stage comes from for this target, The path is
207 -# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix# for the seed.
208 +# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix
209 +# for the seed.
210 # example:
211 # default/stage3-x86-2006.1
212 source_subpath:
213 @@ -119,7 +122,8 @@ stage4/splash_theme:
214 # stage4/gk_mainargs: --lvm --dmraid
215 stage4/gk_mainargs:
216
217 -# This option allows you to specify your own linuxrc script for genkernel to use# when building your CD. This is not checked for functionality, so it is up to
218 +# This option allows you to specify your own linuxrc script for genkernel to use
219 +# when building your CD. This is not checked for functionality, so it is up to
220 # you to debug your own script. We do not use one for the official release
221 # media, so there will not be one listed below.
222 # example:
223
224 diff --git a/examples/tinderbox_template.spec b/examples/tinderbox_template.spec
225 index 09cc20f..db0dba2 100644
226 --- a/examples/tinderbox_template.spec
227 +++ b/examples/tinderbox_template.spec
228 @@ -7,7 +7,8 @@
229 # subarch: athlon-xp
230 subarch:
231
232 -# The version stamp is an identifier for the build. It can be anything you wish# it to be, but it is usually a date.
233 +# The version stamp is an identifier for the build. It can be anything you wish
234 +# it to be, but it is usually a date.
235 # example:
236 # version_stamp: 2006.1
237 version_stamp:
238 @@ -24,7 +25,8 @@ target: tinderbox
239 # rel_type: default
240 rel_type:
241
242 -# This is the system profile to be used by catalyst to build this target. It is# specified as a relative path from /usr/portage/profiles.
243 +# This is the system profile to be used by catalyst to build this target. It is
244 +# specified as a relative path from /usr/portage/profiles.
245 # example:
246 # profile: default-linux/x86/2006.1
247 profile:
248 @@ -35,7 +37,8 @@ profile:
249 snapshot:
250
251 # This specifies where the seed stage comes from for this target, The path is
252 -# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix# for the seed.
253 +# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix
254 +# for the seed.
255 # example:
256 # default/stage3-x86-2006.1
257 source_subpath: