portage.git
2006-06-30 Zac MedicoPass the ldpath_mtimes for unmerging the already-instal...
2006-06-30 Zac MedicoFix missing target_root keyword parameter.
2006-06-30 Zac MedicoPass portdbapi instances into doebuild in order to...
2006-06-30 Zac MedicoOnly use the global vartree when really necessary.
2006-06-30 Zac MedicoPass config and portdbapi instances into the portagetre...
2006-06-30 Zac MedicoAllow the portagetree constructor to work without globals.
2006-06-30 Zac MedicoFix accidental replacement from r3705.
2006-06-30 Zac MedicoMake use of the new mtimdb.commit() method.
2006-06-30 Zac MedicoAdd an MtimeDB class to encapsulate the mtimedb.
2006-06-30 Zac MedicoReplace global references to the mtimedb with local...
2006-06-30 Zac MedicoPass ldpath mtimes into the unmerge operations.
2006-06-30 Zac MedicoTrigger env_update() after each unmerge operation.
2006-06-30 Zac MedicoRemove a pointless "if" statement.
2006-06-30 Zac MedicoPass parameters into env_update() so that it doesn...
2006-06-29 Zac MedicoAfter sync, reload portage before the metadata transfer...
2006-06-29 Zac MedicoReplace references to portage.portdb with local references.
2006-06-29 Zac MedicoReplace references to portage.root with local settings...
2006-06-29 Zac MedicoReplace direct references to portage.db with local...
2006-06-29 Zac MedicoRemove reference to global portage.db from validate_mer...
2006-06-29 Zac MedicoReplace direct references to portage.settings with...
2006-06-29 Zac MedicoPass a vardbapi instance into getportageversion() so...
2006-06-29 Zac MedicoPass a config instance into each dep_expand call.
2006-06-29 Zac MedicoPass a config instance into the vardbapi constructor...
2006-06-29 Zac MedicoPass a config instance into the vardbapi constructor...
2006-06-28 Zac MedicoUpdate symlinks in during package moves for bug #138394.
2006-06-28 Zac MedicoTo simplify code, use startswith() instead of slices.
2006-06-28 Zac MedicoAllow a config instance to be passed into dep_expand...
2006-06-28 Zac MedicoAllow a config instance to be passed into cpv_expand...
2006-06-28 Zac MedicoFix the writemsg noiselevel so that versions are correc...
2006-06-28 Zac MedicoAdd a missing space in the unmerge output that was...
2006-06-28 Mike Frysingerretain current color schema by adding a new color class...
2006-06-28 Zac MedicoSet WARN=red to so that warnings appear red, as they...
2006-06-28 Alec Warnerreadd Rev to portage.py for proper svn revisions in...
2006-06-27 Zac MedicoRemove unnecessary --quiet check since writemsg handles...
2006-06-27 Zac MedicoMake unmerge() colors more consistent.
2006-06-27 Zac MedicoFix output colors for bug #138259.
2006-06-27 Zac MedicoMake sure that variables containing colors pollute...
2006-06-27 Zac MedicoFix chk_updated_cfg_files() parameters for bug #138131.
2006-06-27 Zac MedicoFix action_search() parameters for bug #138131.
2006-06-27 Zac MedicoPass an xterm_titles parameter into emergelog() so...
2006-06-27 Zac MedicoWhen --buildpkg is enabled, merge directly from the...
2006-06-27 Alec WarnerDocstrings galore in the dep resolver. Hoping to get...
2006-06-26 Zac MedicoFor compatibility with revdep-rebuild, do not allow...
2006-06-26 Zac MedicoIgnore SIGPIPE signals in order to prevent '[Errno...
2006-06-26 Zac MedicoTurn off color automatically when stdout is a pipe...
2006-06-26 Zac MedicoUse the cannonical path of $PORTDIR when transferring...
2006-06-26 Zac MedicoAllow /etc/portage/color.map to control colors associat...
2006-06-26 Zac MedicoEnsure that the PORTAGE_DEBUG environment variable...
2006-06-26 Zac MedicoFix a few global variable references and move all the...
2006-06-26 Zac MedicoDon't run post_emerge() when --pretend is enabled.
2006-06-26 Zac MedicoRemove direct references to the global mtimedb from...
2006-06-26 Zac MedicoRemove all direct references to global variables form...
2006-06-25 Zac MedicoUse the PORTAGE_DEBUG environment variable to replace...
2006-06-25 Zac MedicoReplace a references to global scope CLEAN_DELAY and...
2006-06-25 Zac MedicoEnsure that CLEAN_DELAY and EMERGE_WARNING_DELAY enviro...
2006-06-25 Zac MedicoRemove the help() function.
2006-06-25 Zac MedicoRemove an unused import.
2006-06-25 Zac MedicoPrint a message to stderr if an error occurs when updat...
2006-06-25 Zac MedicoPass in just the CONFIG_PROTECT info instead of the...
2006-06-25 Zac MedicoSplit the config protect functionality from the dblink...
2006-06-25 Zac MedicoFix portage.update_config_files() so that it can work...
2006-06-25 Zac MedicoSplit the command line argument parsing into a function.
2006-06-25 Zac MedicoRemove unnecessary PORTAGE_CALLER exports.
2006-06-25 Zac MedicoPass a config object into the binarytree constructor...
2006-06-25 Zac MedicoPass a config object into the vartree constructor so...
2006-06-24 Zac MedicoSkip the install phase when ${PORTAGE_BUILDDIR}/.instal...
2006-06-24 Zac MedicoMove the counter_tick methods from the dbapi class...
2006-06-24 Zac MedicoMake the COUNTER regeneration logic account for $ROOT...
2006-06-24 Zac MedicoThe mtimedb should not be relative to the target $ROOT...
2006-06-24 Zac Medicos/Preform/Perform/ Thanks to exg for reporting.
2006-06-24 Zac MedicoRemove references to portage.settings from unmerge().
2006-06-24 Zac MedicoRemove references to portage.root from unmerge().
2006-06-24 Zac MedicoPass a config instance into key_expand calls so that...
2006-06-24 Zac MedicoRemove all direct references to global variables from...
2006-06-24 Zac MedicoRemove all direct references to global variables from...
2006-06-24 Zac MedicoRemove all references to global variables from getporta...
2006-06-24 Zac MedicoFix getgccversion logic for bug #137786.
2006-06-24 Zac MedicoRemove the deprectated digestCheckFiles function.
2006-06-24 Zac MedicoRemove a few unused imports.
2006-06-24 Zac MedicoRemove a few unused imports.
2006-06-23 Zac MedicoSplit the --metadata action into a separate function...
2006-06-23 Zac MedicoRegister emerge exit and signal handlers after parsing...
2006-06-23 Zac MedicoMinor import cleanups.
2006-06-23 Zac MedicoEnsure that ^C interrupts are handled quietly.
2006-06-23 Zac MedicoShift all global scope code to the bottom.
2006-06-23 Zac MedicoFix extra imports and undefined variable found by pyflakes.
2006-06-23 Zac MedicoFix error handling for getlist().
2006-06-23 Zac MedicoSort filenames for predictable results.
2006-06-23 Zac MedicoDo not import * for cooperation with pyflakes.
2006-06-23 Zac MedicoUse secpass to determine whether emergelog exceptions...
2006-06-23 Zac MedicoRemove unnecessary "myaction" parameter from the depgra...
2006-06-23 Zac MedicoPass relevant global variables as parameters to action_...
2006-06-23 Zac MedicoDocument "deep" and remove unused "params" variable.
2006-06-23 Zac MedicoRemove unused "merged" variable.
2006-06-23 Zac MedicoPrevent an inappropriate warning when a repoman user...
2006-06-23 Zac MedicoTest the basename for starting with "." instead of...
2006-06-23 Zac MedicoFix a typo from r3611 (file != files).
2006-06-23 Alec Warnerignore .files in /etc/portage recursion
2006-06-22 Zac MedicoUse portage_exec.find_binary since "which" always retur...
2006-06-22 Zac MedicoSimplify permission logic for emerge.log.
next