catalyst.git
2009-01-14 Andrew GaffneyAdd run_controller_action() function and replace manual...
2009-01-14 Andrew GaffneyAdd clean no-op for system target
2009-01-14 Andrew GaffneyFix up a few runtime errors
2009-01-13 Andrew GaffneyInitial commit of new system target
2009-01-13 Andrew GaffneyAdd procedure for 'system' target
2009-01-13 Chris GianelloniTODO updates: add information about verification of...
2009-01-13 Chris GianelloniTODO updates: added section on statistics gathering...
2009-01-13 Andrew GaffneyRemove all references to 'spec' and 'addlargs' in targe...
2009-01-13 Andrew GaffneyAll targets have been updated not to use the spec_prefi...
2009-01-13 Andrew GaffneyDon't pass conf_values or addlargs to target __init__()
2009-01-13 Andrew GaffneyRemove all references to self.settings[spec_prefix...
2009-01-13 Andrew GaffneyReorganize init for snapshot target
2009-01-13 Andrew Gaffneytypo
2009-01-13 Andrew GaffneyTry to import portage.util before portage_util
2009-01-13 Andrew GaffneyAdd validate_values() and compare_key() functions to...
2009-01-13 Andrew GaffneyAdd new global config singleton object and Spec class...
2009-01-12 Andrew GaffneyAdd base singleton class definition
2009-01-12 Andrew Gaffneyadd note about logging to TODO
2009-01-12 Andrew GaffneyMore replacements of print statement with msg()
2009-01-12 Chris GianelloniMove livecd/files directory/files to files/livecd.
2009-01-12 Chris GianelloniMove livecd/cdtar directory/files to files/cdtar.
2009-01-12 Andrew Gaffneyadd some notes
2009-01-12 Andrew GaffneyReplace more instances of print with msg()
2009-01-12 Andrew GaffneyMore replacements of the print statement with msg()
2009-01-12 Andrew GaffneyReplace all instances of print with catalyst.output...
2009-01-12 Andrew GaffneyMove set_autoresume_path() from catalyst.target.generic...
2009-01-12 Andrew GaffneyMake use of set_autoresume() in target modules
2009-01-12 Andrew GaffneyAdd check_autoresume() and set_autoresume() helpers...
2009-01-12 Andrew GaffneyImport only cmd() from catalyst.spawn
2009-01-12 Andrew GaffneyRemove redundant imports
2009-01-12 Andrew GaffneyRemove catalyst.support module
2009-01-12 Andrew GaffneyMove remaining stuff from catalyst.support to catalyst...
2009-01-12 Andrew GaffneyMove addl_arg_parse() from catalyst.support to catalyst...
2009-01-12 Andrew Gaffneymissing self.
2009-01-12 Andrew GaffneyMove gen_contents_file() and gen_digest_file() from...
2009-01-12 Andrew GaffneyMove netboot-final.sh from targets/support/ to targets...
2009-01-12 Andrew GaffneyRename netboot2 target to netboot
2009-01-12 Andrew GaffneyCleanups to make pychecker happy
2009-01-12 Andrew GaffneyGrab just the first value return from the now-working...
2009-01-12 Andrew GaffneyWhack the outdated and non-functional netboot target
2009-01-12 Andrew GaffneySmall cleanups to make pychecker happy
2009-01-11 Andrew Gaffneyimport cleanups
2009-01-11 Andrew GaffneyMove read_makeconf() and parse_makeconf() from catalyst...
2009-01-11 Andrew GaffneyMove file_locate() from catalyst.support to catalyst...
2009-01-11 Andrew GaffneyAdd catalyst.spawn import where needed and move more...
2009-01-11 Andrew Gaffneyadd note about singleton class for tracking PIDs
2009-01-11 Andrew GaffneyMove custom exception classes to catalyst.error and...
2009-01-11 Andrew GaffneyMove all hash and contents functions to catalyst.hash
2009-01-11 Andrew GaffneyMove countdown() from catalyst.support to catalyst...
2009-01-11 Andrew GaffneyMove generate_contents() from catalyst.support to catal...
2009-01-11 Andrew GaffneyMove touch() from catalyst.support to catalyst.util
2009-01-11 Andrew GaffneyMove ismount() and pathcompare() from catalyst.support...
2009-01-11 Andrew GaffneyRemove unused function hexify()
2009-01-11 Andrew GaffneyMove normpath() from catalyst.support to catalyst.util
2009-01-11 Andrew GaffneyMove list_to_string() from catalyst.support to catalyst...
2009-01-11 Andrew GaffneyMove list_bashify() from catalyst.support to catalyst...
2009-01-11 Andrew GaffneyReplace catalyst.support.read_from_clst() with catalyst...
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 GaffneyGet rid of arches and targets classes and move function...
2009-01-11 Andrew GaffneyMore trailing whitespace cleanups
2009-01-11 Andrew Gaffneykill trailing whitespace
2009-01-11 Andrew Gaffneykill trailing whitespace
2009-01-11 Andrew GaffneyKill lots and lots of trailing whitespace in .py files
2009-01-11 Andrew GaffneyFix up a few bad replacements from previous commit
2009-01-11 Andrew GaffneyDo a mass sed to fix up all remaining usage of has_key()
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 GaffneyRemove _target from target module filenames, since...
2009-01-11 Andrew GaffneyRemove builder.py and all references
2009-01-11 Andrew GaffneyMove catalyst_support.py to catalyst.support and update...
2009-01-11 Andrew GaffneyMove catalyst_lock.py to catalyst/lock.py and update...
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-11 Andrew GaffneyMove all *_target.py modules under modules/catalyst...
2009-01-11 Andrew Gaffneyadd note about module loading method
2009-01-11 Andrew GaffneyRemove hard-coded arch list now that find_arch_modules...
2009-01-11 Andrew GaffneyMove subarch and maching maps to bottom of arch files...
2009-01-11 Andrew GaffneyForgot the sh arch module
2009-01-11 Andrew GaffneyMove subarch and machine map information to variables...
2009-01-11 Andrew GaffneyAdd catalyst.util.load_module() function
2009-01-11 Andrew Gaffneyadd .gitignore file with *.py[co]
2009-01-10 Andrew GaffneyChange __version__ to 2.99 for catalyst_3 branch
2009-01-09 Andrew GaffneyAdd note about metadata_overlay being default in 2.1.6
2009-01-09 Chris GianelloniUpdated the AUTHORS section and the header for the...
2009-01-08 Chris GianelloniRewrote TODO to make it clearer and added a ton of...
2009-01-02 Andrew Gaffneyscrew you python...hard
2009-01-02 Andrew GaffneyDisable removal of 'target_path' when build starts
2008-12-26 Andrew GaffneyApply patch from armin76 to actually make use of the...
next