Gentoo Archives: gentoo-catalyst

From: Brian Dolbec <dolsen@g.o>
To: gentoo-catalyst@l.g.o
Cc: Brian Dolbec <dolsen@g.o>
Subject: [gentoo-catalyst] [PATCH 1/4] Whitespace cleanup.
Date: Thu, 28 Feb 2013 01:47:59
Message-Id: 1362016021-8338-2-git-send-email-dolsen@gentoo.org
In Reply to: [gentoo-catalyst] [PATCH 0/4] Some general cleanup, remove some hardcoding of paths. by Brian Dolbec
1 Run the following command to cleanup whitespace.
2 for FILE in $(git ls-tree -r --name-only HEAD | grep -v 'bz2$'); do
3 sed -i 's/[[:space:]]*$//' "$FILE"
4 done
5
6 Signed-off-by: Brian Dolbec <dolsen@g.o>
7 ---
8 ChangeLog | 44 ++++++++++++++++++------------------
9 arch/alpha.py | 2 +-
10 arch/arm.py | 4 ++--
11 arch/mips.py | 2 +-
12 arch/x86.py | 2 +-
13 catalyst | 36 ++++++++++++++---------------
14 examples/generic_stage_template.spec | 4 ++--
15 examples/grp_template.spec | 2 +-
16 examples/livecd-stage2_template.spec | 6 ++---
17 examples/stage4_template.spec | 8 +++----
18 examples/tinderbox_template.spec | 2 +-
19 files/catalyst.conf | 2 +-
20 livecd/files/minimal.motd.txt | 2 +-
21 targets/stage1/build.py | 2 +-
22 14 files changed, 59 insertions(+), 59 deletions(-)
23
24 diff --git a/ChangeLog b/ChangeLog
25 index 893cfec..12b41f2 100644
26 --- a/ChangeLog
27 +++ b/ChangeLog
28 @@ -1798,7 +1798,7 @@
29 Removed famd from the default runlevel for gentoo-release-livecd. It really
30 shouldn't cause a problem, but I prefer it stay a bit clean.
31
32 - 11 Jul 2006; Chris Gianelloni <wolf31o2@g.o>
33 + 11 Jul 2006; Chris Gianelloni <wolf31o2@g.o>
34 modules/generic_stage_target.py, targets/support/bootloader-setup.sh,
35 targets/support/create-iso.sh, targets/support/kmerge.sh,
36 targets/support/livecdfs-update.sh, targets/support/mips-arcload_conf.sh:
37 @@ -2432,7 +2432,7 @@
38 10 Jan 2006; Eric Edgar <rocket@g.o>
39 modules/generic_stage_target.py, targets/support/kmerge.sh:
40 filter kname - and . for kmerge.sh
41 -
42 +
43 10 Jan 2006; Chris Gianelloni <wolf31o2@g.o>
44 targets/support/create-iso.sh:
45 Added sparc64 to sparc lines for create-iso.sh to fix ISO creation on sparc64.
46 @@ -3437,7 +3437,7 @@
47
48 06 Jul 2005; Eric Edgar <rocket@g.o> targets/support/create-iso.sh:
49 Fix iso creation script. Case statement out of place
50 -
51 +
52 05 Jul 2005; Chris Gianelloni <wolf31o2@g.o> arch/alpha.py,
53 arch/amd64.py, arch/hppa.py, arch/ia64.py, arch/mips.py, arch/ppc.py,
54 arch/ppc64.py, arch/s390.py, arch/sparc.py, arch/sparc64.py, arch/x86.py,
55 @@ -4762,10 +4762,10 @@
56 fixes for bugs #55192 and #54137
57 added a new key for all specfiles, portage_confdir.
58 this should point to a directory similar in functionality to /etc/portage.
59 -
60 +
61 cleaned up the module code a bit so that unnecessary modules
62 are not imported.
63 -
64 +
65 more work on resuming. it is getting there, but it still needs a ton of work,
66 so please test, and report bugs.
67
68 @@ -4790,7 +4790,7 @@
69 of me doing this is that SIGINT (ctrl-c) makes catalyst die nice and proper
70 now. Additionally, catalyst will stop when there is an error with an ebuild
71 ... it didn't do this before, it just plowed along and packed things up.
72 -
73 +
74 Much thanks to <carpaski@g.o> for (writing) pointing me to the spawn()
75 code in portage.py and then answering my noob questions.
76
77 @@ -4974,7 +4974,7 @@
78 05 Apr 2004; John Davis <zhen@g.o> modules/targets.py:
79 bugfix for #46861
80
81 - 04 Apr 2004; Benjamin Judas <beejay@g.o>
82 + 04 Apr 2004; Benjamin Judas <beejay@g.o>
83 livecd/kconfig/config-2004.1-gentoo-dev-sources-2.6.3-r1,
84 livecd/kconfig/config-2004.1-xfs-sources-2.4.24-r3:
85 Added the two kernel-configs for 2004.1 x86
86 @@ -5052,8 +5052,8 @@
87 examples/livecd/runscript/alpha-archscript.sh, files/catalyst.conf:
88 fixes for bugs 43676, 43701. Alpha support added as well.
89
90 - 25 Feb 2004; Pieter Van den Abeele <pvdabeel@g.o>:
91 - added powerpc livecd support, preparing for 2004.0 release. Preliminary
92 + 25 Feb 2004; Pieter Van den Abeele <pvdabeel@g.o>:
93 + added powerpc livecd support, preparing for 2004.0 release. Preliminary
94 kde/gnome cd specs added.
95
96 18 Feb 2004; John Davis <zhen@g.o> files/catalyst.conf:
97 @@ -5070,7 +5070,7 @@
98 point to a file to use in place of /etc/catalyst.conf. By setting this
99 variable in your shell, catalyst can easily be used by multiple people on the
100 same machine. Also, ccache support now works for genkernel.
101 -
102 +
103 11 Feb 2004; Daniel Robbins <drobbins@g.o>:
104 removed file for livecd-stage2 target, as this is handled by the runscript
105 now. Added support for "/boot/kernel/foo/use", "/boot/kernel/foo/packages,"
106 @@ -5097,34 +5097,34 @@
107
108 29 Nov 2003; Daniel Robbins <drobbins@g.o>:
109 Tinderbox target added. See tinderbox examples in examples/ dir.
110 -
111 +
112 08 Nov 2003; Daniel Robbins <drobbins@g.o>:
113 spec file support integrated into catalyst. Use "-f/--file specfile" as
114 argument; see examples dir for examples.
115 "grp" target now functional. See examples/x86-grp-20031102.spec for an
116 example of how to use it.
117 -
118 +
119 08 Nov 2003; Daniel Robbins <drobbins@g.o>:
120 support functions for spec file parsing and reading added. Will get added to
121 the code soon.
122 -
123 +
124 05 Nov 2003; Daniel Robbins <drobbins@g.o>:
125 Many bug fixes later, things seem to be working well for stage1/2/3 so I've
126 added a README.
127 -
128 +
129 28 Oct 2003; Daniel Robbins <drobbins@g.o>:
130 Significant rework of code structure. Everything is falling nicely into place.
131 -
132 +
133 28 Oct 2003; Daniel Robbins <drobbins@g.o>:
134 Exception handling fully-integrated into current prototype code.
135 -
136 +
137 27 Oct 2003; Daniel Robbins <drobbins@g.o>:
138 beginning of exception handling integration, got some of the target code
139 nicely fleshed out.
140 -
141 +
142 24 Oct 2003; Daniel Robbins <drobbins@g.o>:
143 major code rework in progress on the python parts.
144 -
145 +
146 17 Oct 2003; John Davis <zhen@g.o> files/grp/x86/x86.conf,
147 files/grp/x86/x86.pkg.cd1, files/grp/x86/x86.pkg.cd2, files/grp/x86/x86.src,
148 files/livecd/x86-basic/base.pkg, files/livecd/x86-basic/kern.pkg:
149 @@ -5146,7 +5146,7 @@
150
151 12 Oct 2003; Daniel Robbins <drobins@g.o>:
152 subarch test outsourced to python catalyst-subarches function.
153 -
154 +
155 12 Oct 2003; John Davis <zhen@g.o> include/build_functions.sh:
156 fixed the entry in include/build_functions.sh for location of bootstrap.sh
157
158 @@ -5159,7 +5159,7 @@
159 12 Oct 2003; Robin H. Johnson <robbat2@g.o> catalyst:
160 Fix valid subarch test.
161
162 - 12 Oct 2003; John Davis <zhen@g.o> catalyst,
163 + 12 Oct 2003; John Davis <zhen@g.o> catalyst,
164 include/build_functions.sh, include/functions.sh:
165 thanks to robbat2, the cmdline argument handling is now fixed. I moved
166 start_build to build_functions.sh cleaning up the main catalyst script some
167 @@ -5183,7 +5183,7 @@
168 08 Oct 2003; John Davis <zhen@g.o> catalyst:
169 I changed the is_special handling so that it is cleaner and faster
170
171 - 08 Oct 2003; John Davis <zhen@g.o> catalyst, include/functions.sh,
172 + 08 Oct 2003; John Davis <zhen@g.o> catalyst, include/functions.sh,
173 livecd/foundations/x86-basic/base.pkg, livecd/foundations/x86-basic/kern.pkg,
174 livecd/foundations/x86-basic/post-clean.sh,
175 livecd/foundations/x86-basic/pre-clean.sh,
176 @@ -5231,7 +5231,7 @@
177 stage*-arch-etdyn-ssp.* re method's request. This will not be the first time
178 I change naming conventions, as catalyst will be eventually extended to
179 do selinux-* stages also.
180 -
181 +
182 Additionally, I updated README.catalyst to include profile information.
183
184 10 Sep 2003; John Davis <zhen@g.o> README.catalyst, README.stager,
185 diff --git a/arch/alpha.py b/arch/alpha.py
186 index 3fd9b3d..f0fc95a 100644
187 --- a/arch/alpha.py
188 +++ b/arch/alpha.py
189 @@ -71,5 +71,5 @@ def register():
190 "Inform main catalyst program of the contents of this plugin."
191 return ({ "alpha":arch_alpha, "ev4":arch_ev4, "ev45":arch_ev45,
192 "ev5":arch_ev5, "ev56":arch_ev56, "pca56":arch_pca56,
193 - "ev6":arch_ev6, "ev67":arch_ev67 },
194 + "ev6":arch_ev6, "ev67":arch_ev67 },
195 ("alpha", ))
196 diff --git a/arch/arm.py b/arch/arm.py
197 index 4ba5a83..2de3942 100644
198 --- a/arch/arm.py
199 +++ b/arch/arm.py
200 @@ -8,7 +8,7 @@ class generic_arm(builder.generic):
201 builder.generic.__init__(self,myspec)
202 self.settings["CHROOT"]="chroot"
203 self.settings["CFLAGS"]="-O2 -pipe"
204 -
205 +
206 class generic_armeb(builder.generic):
207 "Abstract base class for all arm (big endian) builders"
208 def __init__(self,myspec):
209 @@ -129,5 +129,5 @@ def register():
210 "armv7a_hardfp" : arch_armv7a_hardfp,
211 "armeb" : arch_armeb,
212 "armv5teb" : arch_armv5teb
213 - }, ("arm", "armv4l", "armv4tl", "armv5tl", "armv5tel", "armv5tejl", "armv6l",
214 + }, ("arm", "armv4l", "armv4tl", "armv5tl", "armv5tel", "armv5tejl", "armv6l",
215 "armv7l", "armeb", "armv5teb") )
216 diff --git a/arch/mips.py b/arch/mips.py
217 index 9ea2d0e..b3730fa 100644
218 --- a/arch/mips.py
219 +++ b/arch/mips.py
220 @@ -398,7 +398,7 @@ class arch_cobalt_n32(generic_mips64el):
221
222 def register():
223 "Inform main catalyst program of the contents of this plugin."
224 - return ({
225 + return ({
226 "cobalt" : arch_cobalt,
227 "cobalt_n32" : arch_cobalt_n32,
228 "mips" : arch_mips1,
229 diff --git a/arch/x86.py b/arch/x86.py
230 index 9d1acb3..0391b79 100644
231 --- a/arch/x86.py
232 +++ b/arch/x86.py
233 @@ -55,7 +55,7 @@ class arch_pentium_mmx(generic_x86):
234 generic_x86.__init__(self,myspec)
235 self.settings["CFLAGS"]="-O2 -march=pentium-mmx -pipe"
236 self.settings["HOSTUSE"]=["mmx"]
237 -
238 +
239 class arch_pentium2(generic_x86):
240 "Intel Pentium 2 CPU with MMX support"
241 def __init__(self,myspec):
242 diff --git a/catalyst b/catalyst
243 index 9f8dd30..c29c814 100755
244 --- a/catalyst
245 +++ b/catalyst
246 @@ -66,7 +66,7 @@ def parse_config(myconfig):
247 "portdir":"/usr/portage","options":"",\
248 "snapshot_cache":"/var/tmp/catalyst/snapshot_cache",\
249 "hash_function":"crc32"}
250 -
251 +
252 # first, try the one passed (presumably from the cmdline)
253 if myconfig:
254 if os.path.exists(myconfig):
255 @@ -77,12 +77,12 @@ def parse_config(myconfig):
256 print "!!! catalyst: Could not use specified configuration file "+\
257 myconfig
258 sys.exit(1)
259 -
260 +
261 # next, try the default location
262 elif os.path.exists("/etc/catalyst/catalyst.conf"):
263 print "Using default Catalyst configuration file, /etc/catalyst/catalyst.conf"
264 config_file="/etc/catalyst/catalyst.conf"
265 -
266 +
267 # can't find a config file (we are screwed), so bail out
268 else:
269 print "!!! catalyst: Could not find a suitable configuration file"
270 @@ -93,11 +93,11 @@ def parse_config(myconfig):
271 # execfile(config_file, myconf, myconf)
272 myconfig = catalyst.config.ConfigParser(config_file)
273 myconf.update(myconfig.get_values())
274 -
275 +
276 except:
277 print "!!! catalyst: Unable to parse configuration file, "+myconfig
278 sys.exit(1)
279 -
280 +
281 # now, load up the values into conf_values so that we can use them
282 for x in confdefaults.keys():
283 if x in myconf:
284 @@ -216,9 +216,9 @@ def build_target(addlargs, targetmap):
285 try:
286 if addlargs["target"] not in targetmap:
287 raise CatalystError,"Target \""+addlargs["target"]+"\" not available."
288 -
289 +
290 mytarget=targetmap[addlargs["target"]](conf_values, addlargs)
291 -
292 +
293 mytarget.run()
294
295 except:
296 @@ -228,7 +228,7 @@ def build_target(addlargs, targetmap):
297
298 if __name__ == "__main__":
299 targetmap={}
300 -
301 +
302 version()
303 if os.getuid() != 0:
304 # catalyst cannot be run as a normal user due to chroots, mounts, etc
305 @@ -244,11 +244,11 @@ if __name__ == "__main__":
306 try:
307 opts,args = getopt.getopt(sys.argv[1:], "apPThvdc:C:f:FVs:", ["purge", "purgeonly", "purgetmponly", "help", "version", "debug",\
308 "clear-autoresume", "config=", "cli=", "file=", "fetch", "verbose","snapshot="])
309 -
310 +
311 except getopt.GetoptError:
312 usage()
313 sys.exit(2)
314 -
315 +
316 # defaults for commandline opts
317 debug=False
318 verbose=False
319 @@ -269,7 +269,7 @@ if __name__ == "__main__":
320 if o in ("-h", "--help"):
321 usage()
322 sys.exit(1)
323 -
324 +
325 if o in ("-V", "--version"):
326 print "Catalyst version "+__version__
327 sys.exit(1)
328 @@ -287,14 +287,14 @@ if __name__ == "__main__":
329 while x < len(sys.argv):
330 mycmdline.append(sys.argv[x])
331 x=x+1
332 -
333 +
334 if o in ("-f", "--file"):
335 run = True
336 myspecfile=a
337
338 if o in ("-F", "--fetchonly"):
339 conf_values["FETCH"]="1"
340 -
341 +
342 if o in ("-v", "--verbose"):
343 conf_values["VERBOSE"]="1"
344
345 @@ -307,7 +307,7 @@ if __name__ == "__main__":
346 run = True
347 mycmdline.append("target=snapshot")
348 mycmdline.append("version_stamp="+a)
349 -
350 +
351 if o in ("-p", "--purge"):
352 conf_values["PURGE"] = "1"
353
354 @@ -329,7 +329,7 @@ if __name__ == "__main__":
355 parse_config(myconfig)
356 sys.path.append(conf_values["sharedir"]+"/modules")
357 from catalyst_support import *
358 -
359 +
360 # Start checking that digests are valid now that the hash_map was imported
361 # from catalyst_support
362 if "digests" in conf_values:
363 @@ -373,11 +373,11 @@ if __name__ == "__main__":
364 targetmap=import_modules()
365
366 addlargs={}
367 -
368 +
369 if myspecfile:
370 spec = catalyst.config.SpecParser(myspecfile)
371 addlargs.update(spec.get_values())
372 -
373 +
374 if mycmdline:
375 try:
376 cmdline = catalyst.config.ConfigParser()
377 @@ -393,7 +393,7 @@ if __name__ == "__main__":
378 # everything is setup, so the build is a go
379 try:
380 build_target(addlargs, targetmap)
381 -
382 +
383 except CatalystError:
384 print
385 print "Catalyst aborting...."
386 diff --git a/examples/generic_stage_template.spec b/examples/generic_stage_template.spec
387 index b386c7c..45268ca 100644
388 --- a/examples/generic_stage_template.spec
389 +++ b/examples/generic_stage_template.spec
390 @@ -12,7 +12,7 @@ subarch:
391 # it to be, but it is usually a date.
392 # example:
393 # version_stamp: 2006.1
394 -version_stamp:
395 +version_stamp:
396
397 # The target specifies what target we want catalyst to do. For stages, the
398 # supported targets are: stage1 stage2 stage3
399 @@ -45,7 +45,7 @@ snapshot:
400 # default/stage3-x86-2006.1
401 source_subpath:
402
403 -# These are the hosts used as distcc slaves when distcc is enabled in your
404 +# These are the hosts used as distcc slaves when distcc is enabled in your
405 # catalyst.conf. It follows the same syntax as distcc-config --set-hosts and
406 # is entirely optional.
407 # example:
408 diff --git a/examples/grp_template.spec b/examples/grp_template.spec
409 index 97e49dc..8cf9e27 100644
410 --- a/examples/grp_template.spec
411 +++ b/examples/grp_template.spec
412 @@ -17,7 +17,7 @@ version_stamp:
413 # supported targets are: grp
414 # example:
415 # target: grp
416 -target: grp
417 +target: grp
418
419 # The rel_type defines what kind of build we are doing. This is merely another
420 # identifier, but it useful for allowing multiple concurrent builds. Usually,
421 diff --git a/examples/livecd-stage2_template.spec b/examples/livecd-stage2_template.spec
422 index 18a06a4..1e27918 100644
423 --- a/examples/livecd-stage2_template.spec
424 +++ b/examples/livecd-stage2_template.spec
425 @@ -110,7 +110,7 @@ livecd/cdtar:
426 livecd/iso:
427
428 # A fsscript is simply a shell script that is copied into the chroot of the CD
429 -# after the kernel(s) and any external modules have been compiled and is
430 +# after the kernel(s) and any external modules have been compiled and is
431 # executed within the chroot. It can contain any commands that are available
432 # via the packages installed by our stages or by the packages installed during
433 # the livecd-stage1 build. We do not use one for the official release media, so
434 @@ -204,7 +204,7 @@ livecd/rcdel:
435
436 # This overlay is dropped onto the CD filesystem and is outside any loop which
437 # has been configured. This is typically used for adding the documentation,
438 -# distfiles, snapshots, and stages to the official media. These files will not
439 +# distfiles, snapshots, and stages to the official media. These files will not
440 # be available if docache is enabled, as they are outside the loop.
441 # example:
442 # livecd/overlay: /tmp/overlay-minimal
443 @@ -323,7 +323,7 @@ boot/kernel/gentoo/machine_type:
444 # This is only supported on ppc64 currently. This entry sets up the console=
445 # boot parameters required for sending the output to the appropriate console.
446 # example:
447 -# boot/kernel/gentoo/console: hvsi0
448 +# boot/kernel/gentoo/console: hvsi0
449 # boot/kernel/gentoo/console: hvc0
450 # boot/kernel/gentoo/console: tty0 ttyS0
451 boot/kernel/gentoo/console:
452 diff --git a/examples/stage4_template.spec b/examples/stage4_template.spec
453 index 9da5e5e..33fc0e6 100644
454 --- a/examples/stage4_template.spec
455 +++ b/examples/stage4_template.spec
456 @@ -66,7 +66,7 @@ portage_overlay:
457 # catalyst. Mainly used as a way for different spec files to access the same
458 # cache directory. Default behavior is for this location to be autogenerated
459 # by catalyst based on the spec file.
460 -# example:
461 +# example:
462 # pkgcache_path: /tmp/packages
463 pkgcache_path:
464
465 @@ -80,7 +80,7 @@ kerncache_path:
466
467 # The stage4 target is where you will build packages for basically updated
468 # stage3. These packages can be built with customized USE settings. The
469 -# settings here are additive to the default USE configured by the profile.
470 +# settings here are additive to the default USE configured by the profile.
471 # Leaving this blank will default to the system use flags
472 # example:
473 # stage4/use: ipv6 socks5 fbcon ncurses readline ssl
474 @@ -95,7 +95,7 @@ stage4/use:
475 stage4/packages:
476
477 # A fsscript is simply a shell script that is copied into the chroot of the stage4
478 -# after the kernel(s) and any external modules have been compiled and is
479 +# after the kernel(s) and any external modules have been compiled and is
480 # executed within the chroot. It can contain any commands that are available
481 # via the packages installed by our stages or by the packages installed during
482 # the stage4-stage1 build. We do not use one for the official release media, so
483 @@ -126,7 +126,7 @@ stage4/gk_mainargs:
484 # stage4/linuxrc:
485 stage4/linuxrc:
486
487 -# This is for the message of the day. It is not required
488 +# This is for the message of the day. It is not required
489 # release media, as catalyst builds a default motd when the stage4/type is set
490 # to one of the gentoo-* options. This setting overrides the default motd even
491 # on official media. Since we do not use this for the official releases, it is
492 diff --git a/examples/tinderbox_template.spec b/examples/tinderbox_template.spec
493 index 65ccbe3..09cc20f 100644
494 --- a/examples/tinderbox_template.spec
495 +++ b/examples/tinderbox_template.spec
496 @@ -15,7 +15,7 @@ version_stamp:
497 # The target specifies what target we want catalyst to do.
498 # example:
499 # target: tinderbox
500 -target: tinderbox
501 +target: tinderbox
502
503 # The rel_type defines what kind of build we are doing. This is merely another
504 # identifier, but it useful for allowing multiple concurrent builds. Usually,
505 diff --git a/files/catalyst.conf b/files/catalyst.conf
506 index f88f105..b74c546 100644
507 --- a/files/catalyst.conf
508 +++ b/files/catalyst.conf
509 @@ -34,7 +34,7 @@ distdir="/usr/portage/distfiles"
510 # export FOO="bar"
511 envscript="/etc/catalyst/catalystrc"
512
513 -# Internal hash function catalyst should use for things like autoresume,
514 +# Internal hash function catalyst should use for things like autoresume,
515 # seedcache, etc. The default and fastest is crc32. You should not ever need
516 # to change this unless your OS does not support it.
517 # Supported hashes:
518 diff --git a/livecd/files/minimal.motd.txt b/livecd/files/minimal.motd.txt
519 index 1f702fc..55f6158 100644
520 --- a/livecd/files/minimal.motd.txt
521 +++ b/livecd/files/minimal.motd.txt
522 @@ -2,7 +2,7 @@ The latest version of the Handbook is always available from the Gentoo web
523 site by typing "links http://www.gentoo.org/doc/en/handbook/handbook.xml".
524
525 To start an ssh server on this system, type "/etc/init.d/sshd start". If you
526 -need to log in remotely as root, type "passwd root" to reset root's password
527 +need to log in remotely as root, type "passwd root" to reset root's password
528 to a known value.
529
530 Please report any bugs you find to http://bugs.gentoo.org. Be sure to include
531 diff --git a/targets/stage1/build.py b/targets/stage1/build.py
532 index 539c4c7..bf20bcf 100644
533 --- a/targets/stage1/build.py
534 +++ b/targets/stage1/build.py
535 @@ -12,7 +12,7 @@ def scan_profile(file):
536 else:
537 if "grab_multiple" in dir(portage):
538 return portage.stack_lists( portage.grab_multiple(file, portage.settings.profiles, portage.grabfile), incremental=1);
539 - else:
540 + else:
541 return portage.stack_lists( [portage.grabfile_package(os.path.join(x, file)) for x in portage.settings.profiles], incremental=1);
542
543 # loaded the stacked packages / packages.build files
544 --
545 1.8.1.4

Replies

Subject Author
Re: [gentoo-catalyst] [PATCH 1/4] Whitespace cleanup. "W. Trevor King" <wking@×××××××.us>
Re: [gentoo-catalyst] [PATCH 1/4] Whitespace cleanup. Matt Turner <mattst88@g.o>