Add armv6j_hardfp
[catalyst.git] / catalyst
2009-11-28 Andrew Gaffneyremove build_targets() from main script
2009-09-20 Andrew GaffneyRemove metadata_overlay option, since it doesn't make...
2009-09-12 Andrew GaffneyRemove another unnecessary intermediary variable
2009-09-12 Andrew GaffneyMove commandline parsing to function
2009-09-03 Chris GianelloniChange my email address to point to my current address...
2009-09-03 Chris GianelloniAdding .gitattributes and adding an Id variable to...
2009-09-03 Andrew GaffneyMerge branch 'master' into merge_tmp
2009-09-02 Chris GianelloniClean up a few extraneous spaces, line wrap a comment...
2009-07-07 Chris GianelloniVersion bumping to 2.0.6.905 for release.
2009-05-27 Andrew Gaffneyfix changelog
2009-04-25 Chris GianelloniActually doing the commit, this time.
2009-04-07 Andrew GaffneyGet rid of addlargs in the main script
2009-04-07 Andrew Gaffneymore spacing cleanups
2009-04-07 Andrew Gaffneyspacing cleanups
2009-01-13 Andrew GaffneyDon't pass conf_values or addlargs to target __init__()
2009-01-13 Andrew GaffneyAdd new global config singleton object and Spec class...
2009-01-12 Andrew GaffneyMore replacements of the print statement with msg()
2009-01-12 Andrew GaffneyGrab just the first value return from the now-working...
2009-01-11 Andrew GaffneyMove custom exception classes to catalyst.error and...
2009-01-11 Andrew GaffneyModify global import from catalyst.support to just...
2009-01-11 Andrew GaffneyMove find_binary() from catalyst.support to catalyst...
2009-01-11 Andrew GaffneyMove msg(), warn(), and die() to catalyst.output and...
2009-01-11 Andrew GaffneyLoad defaults into myconf before parsing config
2009-01-11 Andrew GaffneyCondense code that checks for various things in 'option...
2009-01-11 Andrew Gaffneykill trailing whitespace
2009-01-11 Andrew GaffneyClean up instances of has_key() for py3k
2009-01-11 Andrew GaffneyWe don't need to pass conf_values since it's a global var
2009-01-11 Andrew GaffneyPre-split options from config file and remove unnecessa...
2009-01-11 Andrew GaffneyMove code to verify digest and hash functions to a...
2009-01-11 Andrew GaffneyAllow build_target() to re-raise the exception for...
2009-01-11 Andrew GaffneyMove catalyst.support import to top of file
2009-01-11 Andrew GaffneyRemove check for sys.argv length since we already check...
2009-01-11 Andrew GaffneyRename version() to show_version()
2009-01-11 Andrew GaffneyRemove import_modules()
2009-01-11 Andrew GaffneyRemove references to generic_stage_target
2009-01-11 Andrew GaffneyMove target module loading logic into build_target_map...
2009-01-11 Andrew GaffneyAdd target map in each target module and remove registe...
2009-01-10 Andrew GaffneyChange __version__ to 2.99 for catalyst_3 branch
2008-12-08 Andrew Gaffneyphp vs. python fail
2008-12-07 Andrew GaffneyA few typo and other minor fixes as reported by armin76
2008-12-04 Chris GianelloniBumping version for release.
2008-11-29 Andrew GaffneyAdd support for -P/--purgeonly option
2008-10-31 Chris GianelloniMerge branch 'master' of git+ssh://git@wolf31o2.org...
2008-10-31 Chris GianelloniKicking out a 2.0.6.901 release for testing.
2008-09-07 agaffneyCreate catalyst.util module with capture_traceback...
2008-09-07 agaffneySwitch commandline spec value parsing to use catalyst...
2008-09-07 agaffneyA few fixes to ParserBase after actually testing it
2008-09-07 agaffneyMore indecisiveness..move util.spec to config.SpecParser
2008-09-06 agaffneyRename catalyst.spec to catalyst.util
2008-09-06 agaffneyAdd __init__.py file and import line
2008-09-06 agaffneyInitial commit of modules/catalyst/spec.py
2008-07-24 Chris GianelloniInitial commit after creating the git repository.
2008-05-29 Chris GianelloniAdd gconf settings for gnome-screensaver to disable...
2008-04-06 Chris GianelloniAdded a small patch from Tim Yamin <tim.yamin@zonbu...
2008-03-27 Chris GianelloniAdded --noreplace to setup_myfeatures merges so we...
2008-03-13 Chris GianelloniOK, we run our find outside the chroot, so we don't...
2008-03-13 Chris GianelloniCleanup the clean section for stage1 and add an updated...
2008-03-05 Chris GianelloniChanged boot/kernel/${kname}/config and boot/kernel...
2008-03-05 Chris GianelloniUpdated README a bit and rolling 2.0.6_pre12 for testing.
2008-03-05 Chris GianelloniAdded an additional make_destpath call to kmerge.sh...
2008-02-27 Chris GianelloniRemoved checks on livecd/splash_type, since we only...
2008-02-21 Andrew GaffneyForce-enable --verbose when using --debug
2008-02-21 Chris GianelloniAdding a note to myself for better debug and moving...
2008-02-20 Chris GianelloniSince my python sucks and I don't feel like troubleshoo...
2008-02-20 Chris GianelloniAdded some extra debug output to catalyst_lock.py and...
2008-02-14 Chris GianelloniWow. I need to make sure that we actually comment...
2008-02-14 Chris GianelloniClean up firmware code in livecdfs-update.sh, add begin...
2008-02-12 Chris GianelloniAdded some debug code to stage1 and fixed a nice bug...
2008-02-09 Chris GianelloniWe check for a plugdev group, add it if it doesn't...
2008-02-08 Chris GianelloniFix up calc_contents in contents_map. Thanks to Brent...
2008-02-08 Chris GianelloniChanged some of the rc-update code so it should work...
2008-02-08 Chris GianelloniAdded support for generating CONTENTS files automatical...
2008-02-07 Chris GianelloniAdded several subarches for mips so we can dump the...
2008-01-10 Chris GianelloniThis is now 2.0.5 for release.
2007-11-25 Chris GianelloniApplying a patch from Tais M. Hansen <tais.hansen@osd...
2007-11-25 Andrew Gaffneyadd option for metadata_overlay use with portage
2007-11-13 Chris GianelloniRemoving old mkvardb code which is no longer used,...
2007-10-11 Chris GianelloniAdded Andrew Gaffney to maintainer list, fixed a typo...
2007-10-11 Andrew Gaffneyprint an error saying what target failed before the...
2007-08-31 Chris GianelloniThis is catalyst 2.0.5_pre3 for testing the new stages...
2007-08-29 Chris GianelloniFixed livecd/volid by removing the string.join() from...
2007-08-29 Chris GianelloniAdded support for the newer versions of splashutils...
2007-08-13 Andrew Gaffneyfix typo in getopt call for --clear-autoresume. thanks to
2007-04-12 Chris GianelloniCommented out the package.provided code in catalyst...
2007-03-20 Chris GianelloniAdded patch from Åsmund Grammeltvedt <grammel@online...
2007-03-06 Chris GianelloniAdded a patch from Andrew Gaffney <agaffney@gentoo...
2007-02-13 Chris GianelloniAdded a patch from Andrew Gaffney <agaffney@gentoo...
2007-02-06 Chris GianelloniUpdate the examples to have 2006.1 for the dates. ...
2007-01-02 Chris GianelloniAdded back a missing 'then' from stage4 target.
2006-11-22 Chris GianelloniFixed the livecd-stage2 action_sequence and updated...
2006-11-22 Chris GianelloniFixed up action_sequence when using --fetchonly to...
2006-11-03 Chris GianelloniChanged the options to be in alphabetical order so...
2006-10-02 Chris GianelloniRemoving all copyright and license comment headers...
2006-07-29 Chris GianelloniRemove sed from splash section, since it wasn't actuall...
2006-07-19 Chris GianelloniI've modified the GDM configuration section to work...
2006-07-12 Chris GianelloniRemoved famd from the default runlevel for gentoo-relea...
2006-07-11 Chris GianelloniAdded patches from Joshua Kinard <kumba@gentoo.org...
2006-06-28 Chris GianelloniAdded two patches from Joshua Kinard from bug #138255...
2006-06-21 Chris GianelloniAdded two patches from Joshua Kinard <kumba@gentoo...
2006-06-09 Chris GianelloniAdded make-busybox-symlinks to USE for busybox compile...
next