portage.git
2006-07-07 Zac MedicoFix the NameError that occurs when collision-protect...
2006-07-06 Zac MedicoUse copy.deepcopy() to ensure that state comparison...
2006-07-06 Zac MedicoOnly commit the mtimedb if the internal state has changed.
2006-07-06 Zac MedicoExport the path of the build log into the ebuild env...
2006-07-06 Mike Frysingerremove pointless line that just ruins the display
2006-07-06 Zac MedicoClean up getportageversion() profile logic and fix...
2006-07-06 Zac MedicoRemove global autouse cache since most people don't...
2006-07-06 Zac MedicoMove the ARCH sanity check from the depgraph constructo...
2006-07-06 Zac MedicoFix missing newline.
2006-07-05 Zac MedicoCache a cloned config instance inside portdbapi so...
2006-07-05 Zac MedicoMake a backup of ACCEPT_KEYWORDS when repoman changes...
2006-07-05 Zac MedicoUse a cloned config instance for the depend phase in...
2006-07-05 Zac MedicoFix repoman breakage due to the fact that portage.porta...
2006-07-05 Zac MedicoFreeze all pordbapi instances.
2006-07-05 Zac MedicoRun global updates asap and then reload the whole confi...
2006-07-05 Zac MedicoMatch blockers against the correct $ROOT for bug #108449.
2006-07-05 Zac MedicoPass existing trees into load_emerge_config() so that...
2006-07-05 Zac MedicoAllow the loading of a completely separate config for...
2006-07-04 Zac MedicoFix more $ROOT references for bug #137446.
2006-07-04 Zac MedicoFix $ROOT references in the depgraph class for bug...
2006-07-03 Zac MedicoUse the correct bintree and porttree for bug #137446.
2006-07-03 Zac MedicoRemove color from "none" reported by vapier.
2006-07-03 Zac MedicoRemove commented code cruft.
2006-07-03 Zac MedicoDo some basic validation of the mtimedb resume data...
2006-07-03 Zac MedicoWhen displaying the resume merge list, don't show the...
2006-07-03 Zac MedicoCommit the mtimedb for --skipfirst so that if the user...
2006-07-03 Zac MedicoRevert accidental hunk from the last commit.
2006-07-03 Zac MedicoForce fetch if the number of parsed digests does not...
2006-07-03 Zac MedicoWhen assume-digests is enabled, for digest generation...
2006-07-02 Zac MedicoIgnore hidden directories (such as .svn) when building...
2006-07-02 Zac MedicoCommit the mtimedb prior to restart via excve for bug...
2006-07-02 Zac MedicoAdd support for arch.list in overlays (bug #137975).
2006-07-02 Zac MedicoAdd support for licenses in overlays (bug #137975).
2006-07-02 Zac MedicoAdd overlay support for use.local.desc in repoman.
2006-07-02 Zac MedicoFix import issues reported by pyflakes.
2006-07-02 Zac MedicoAdd a new parse_use_local_desc() function.
2006-07-02 Zac MedicoFix NameError when collision-protect is enabled for...
2006-07-01 Zac MedicoFix references to global settings in the binarytree...
2006-07-01 Zac MedicoUse GOOD, BAD, and WARN color classes where appropriate...
2006-07-01 Zac MedicoUse the BAD and GOOD color classes to remove hard coded...
2006-07-01 Zac MedicoAdd a new MERGE_LIST_PROGRESS color class and remove...
2006-07-01 Ned Ludd- multi-package emerge now prints the sequence highligh...
2006-07-01 Zac MedicoFix autouse so that it works with init_legacy_globals...
2006-07-01 Zac MedicoTrigger post_emerge() after the relevent actions and...
2006-07-01 Zac MedicoPass a config instance into movefile() to avoid depende...
2006-07-01 Zac MedicoIn order to ensure that emerge doesn't use any of porta...
2006-07-01 Zac MedicoPass the trees into two more dep_zapdeps calls to avoid...
2006-07-01 Zac MedicoPass a more dbapi instances into doebuild to avoid...
2006-07-01 Zac MedicoPass a portdbapi instance into doebuild to avoid depend...
2006-07-01 Zac MedicoAllow portage.getmaskingreason() to operate without...
2006-07-01 Zac MedicoAllow portage.getmaskingstatus() to operate without...
2006-07-01 Zac MedicoRecycle the portdbapi instance at the and of global_upd...
2006-07-01 Zac MedicoGo ahead and dump a full traceback without having to...
2006-07-01 Zac MedicoUse PORTAGE_DEBUG=1 since that's all that portage curre...
2006-06-30 Zac MedicoFix unmerge version spacing for bug #138611.
2006-06-30 Zac MedicoIntegrate the load_mtimedb() function into the MtimeDB...
2006-06-30 Zac MedicoRemove redundant "portdb" parameters since pordbapi...
2006-06-30 Zac MedicoPass trees into dep_check and dep_zapdeps calls in...
2006-06-30 Zac MedicoFix pkgmerge() to work without dependance on global...
2006-06-30 Zac MedicoPass a config instance into the bindbapi and fakedbapi...
2006-06-30 Zac MedicoPass missing parameters to doebuild in order to avoid...
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.
next