Gentoo Archives: gentoo-catalyst

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