From: Andrew Gaffney Date: Sun, 11 Jan 2009 06:33:39 +0000 (-0600) Subject: kill trailing whitespace X-Git-Tag: CATALYST-2.0.10~3^2~214 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a836c61644a1f67bad6e586a8c4afc60c09bd768;p=catalyst.git kill trailing whitespace --- diff --git a/ChangeLog b/ChangeLog index 58d0be7c..f1cde5fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1833,7 +1833,7 @@ Removed famd from the default runlevel for gentoo-release-livecd. It really shouldn't cause a problem, but I prefer it stay a bit clean. - 11 Jul 2006; Chris Gianelloni + 11 Jul 2006; Chris Gianelloni modules/generic_stage_target.py, targets/support/bootloader-setup.sh, targets/support/create-iso.sh, targets/support/kmerge.sh, targets/support/livecdfs-update.sh, targets/support/mips-arcload_conf.sh: @@ -2467,7 +2467,7 @@ 10 Jan 2006; Eric Edgar modules/generic_stage_target.py, targets/support/kmerge.sh: filter kname - and . for kmerge.sh - + 10 Jan 2006; Chris Gianelloni targets/support/create-iso.sh: Added sparc64 to sparc lines for create-iso.sh to fix ISO creation on sparc64. @@ -3472,7 +3472,7 @@ 06 Jul 2005; Eric Edgar targets/support/create-iso.sh: Fix iso creation script. Case statement out of place - + 05 Jul 2005; Chris Gianelloni arch/alpha.py, arch/amd64.py, arch/hppa.py, arch/ia64.py, arch/mips.py, arch/ppc.py, arch/ppc64.py, arch/s390.py, arch/sparc.py, arch/sparc64.py, arch/x86.py, @@ -4797,10 +4797,10 @@ fixes for bugs #55192 and #54137 added a new key for all specfiles, portage_confdir. this should point to a directory similar in functionality to /etc/portage. - + cleaned up the module code a bit so that unnecessary modules are not imported. - + more work on resuming. it is getting there, but it still needs a ton of work, so please test, and report bugs. @@ -4825,7 +4825,7 @@ of me doing this is that SIGINT (ctrl-c) makes catalyst die nice and proper now. Additionally, catalyst will stop when there is an error with an ebuild ... it didn't do this before, it just plowed along and packed things up. - + Much thanks to for (writing) pointing me to the spawn() code in portage.py and then answering my noob questions. @@ -5009,7 +5009,7 @@ 05 Apr 2004; John Davis modules/targets.py: bugfix for #46861 - 04 Apr 2004; Benjamin Judas + 04 Apr 2004; Benjamin Judas livecd/kconfig/config-2004.1-gentoo-dev-sources-2.6.3-r1, livecd/kconfig/config-2004.1-xfs-sources-2.4.24-r3: Added the two kernel-configs for 2004.1 x86 @@ -5087,8 +5087,8 @@ examples/livecd/runscript/alpha-archscript.sh, files/catalyst.conf: fixes for bugs 43676, 43701. Alpha support added as well. - 25 Feb 2004; Pieter Van den Abeele : - added powerpc livecd support, preparing for 2004.0 release. Preliminary + 25 Feb 2004; Pieter Van den Abeele : + added powerpc livecd support, preparing for 2004.0 release. Preliminary kde/gnome cd specs added. 18 Feb 2004; John Davis files/catalyst.conf: @@ -5105,7 +5105,7 @@ point to a file to use in place of /etc/catalyst.conf. By setting this variable in your shell, catalyst can easily be used by multiple people on the same machine. Also, ccache support now works for genkernel. - + 11 Feb 2004; Daniel Robbins : removed file for livecd-stage2 target, as this is handled by the runscript now. Added support for "/boot/kernel/foo/use", "/boot/kernel/foo/packages," @@ -5132,34 +5132,34 @@ 29 Nov 2003; Daniel Robbins : Tinderbox target added. See tinderbox examples in examples/ dir. - + 08 Nov 2003; Daniel Robbins : spec file support integrated into catalyst. Use "-f/--file specfile" as argument; see examples dir for examples. "grp" target now functional. See examples/x86-grp-20031102.spec for an example of how to use it. - + 08 Nov 2003; Daniel Robbins : support functions for spec file parsing and reading added. Will get added to the code soon. - + 05 Nov 2003; Daniel Robbins : Many bug fixes later, things seem to be working well for stage1/2/3 so I've added a README. - + 28 Oct 2003; Daniel Robbins : Significant rework of code structure. Everything is falling nicely into place. - + 28 Oct 2003; Daniel Robbins : Exception handling fully-integrated into current prototype code. - + 27 Oct 2003; Daniel Robbins : beginning of exception handling integration, got some of the target code nicely fleshed out. - + 24 Oct 2003; Daniel Robbins : major code rework in progress on the python parts. - + 17 Oct 2003; John Davis files/grp/x86/x86.conf, files/grp/x86/x86.pkg.cd1, files/grp/x86/x86.pkg.cd2, files/grp/x86/x86.src, files/livecd/x86-basic/base.pkg, files/livecd/x86-basic/kern.pkg: @@ -5181,7 +5181,7 @@ 12 Oct 2003; Daniel Robbins : subarch test outsourced to python catalyst-subarches function. - + 12 Oct 2003; John Davis include/build_functions.sh: fixed the entry in include/build_functions.sh for location of bootstrap.sh @@ -5194,7 +5194,7 @@ 12 Oct 2003; Robin H. Johnson catalyst: Fix valid subarch test. - 12 Oct 2003; John Davis catalyst, + 12 Oct 2003; John Davis catalyst, include/build_functions.sh, include/functions.sh: thanks to robbat2, the cmdline argument handling is now fixed. I moved start_build to build_functions.sh cleaning up the main catalyst script some @@ -5218,7 +5218,7 @@ 08 Oct 2003; John Davis catalyst: I changed the is_special handling so that it is cleaner and faster - 08 Oct 2003; John Davis catalyst, include/functions.sh, + 08 Oct 2003; John Davis catalyst, include/functions.sh, livecd/foundations/x86-basic/base.pkg, livecd/foundations/x86-basic/kern.pkg, livecd/foundations/x86-basic/post-clean.sh, livecd/foundations/x86-basic/pre-clean.sh, @@ -5266,7 +5266,7 @@ stage*-arch-etdyn-ssp.* re method's request. This will not be the first time I change naming conventions, as catalyst will be eventually extended to do selinux-* stages also. - + Additionally, I updated README.catalyst to include profile information. 10 Sep 2003; John Davis README.catalyst, README.stager,