summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Fix NameError when collision-protect is enabled for bug #138793.Zac Medico2006-07-021-1/+3
* Fix references to global settings in the binarytree class that were reported ...Zac Medico2006-07-011-7/+9
* Add a new MERGE_LIST_PROGRESS color class and remove hard coded yellow/green.Zac Medico2006-07-011-0/+1
* Fix autouse so that it works with init_legacy_globals() disabled.Zac Medico2006-07-011-2/+3
* Pass the trees into two more dep_zapdeps calls to avoid dependence on global ...Zac Medico2006-07-011-2/+4
* Allow portage.getmaskingreason() to operate without global variables.Zac Medico2006-07-011-2/+5
* Allow portage.getmaskingstatus() to operate without global variables.Zac Medico2006-07-011-2/+5
* Recycle the portdbapi instance at the and of global_updates().Zac Medico2006-07-011-1/+2
* Use PORTAGE_DEBUG=1 since that's all that portage currently recognizes.Zac Medico2006-07-011-1/+1
* Integrate the load_mtimedb() function into the MtimeDB class. This function ...Zac Medico2006-06-301-25/+23
* Pass trees into dep_check and dep_zapdeps calls in order to avoid dependance ...Zac Medico2006-06-301-4/+8
* Fix pkgmerge() to work without dependance on global variables.Zac Medico2006-06-301-6/+9
* Pass a config instance into the bindbapi and fakedbapi constructors in order ...Zac Medico2006-06-301-4/+10
* Pass the ldpath_mtimes for unmerging the already-installed instance.Zac Medico2006-06-301-1/+1
* Fix missing target_root keyword parameter.Zac Medico2006-06-301-1/+1
* Only use the global vartree when really necessary.Zac Medico2006-06-301-3/+1
* Pass config and portdbapi instances into the portagetree constructor.Zac Medico2006-06-301-3/+4
* Allow the portagetree constructor to work without globals.Zac Medico2006-06-301-4/+9
* Add an MtimeDB class to encapsulate the mtimedb.Zac Medico2006-06-301-8/+23
* Pass ldpath mtimes into the unmerge operations.Zac Medico2006-06-301-2/+3
* Trigger env_update() after each unmerge operation.Zac Medico2006-06-301-2/+4
* Pass a config instance into each dep_expand call.Zac Medico2006-06-291-4/+7
* Pass a config instance into the vardbapi constructor so that it doesn't have ...Zac Medico2006-06-291-1/+2
* Pass a config instance into the vardbapi constructor so that it doesn't have ...Zac Medico2006-06-291-3/+6
* Update symlinks in during package moves for bug #138394.Zac Medico2006-06-281-0/+26
* Allow a config instance to be passed into dep_expand so that it doesn't have ...Zac Medico2006-06-281-2/+3
* Allow a config instance to be passed into cpv_expand so that it doesn't have ...Zac Medico2006-06-281-2/+3
* retain current color schema by adding a new color class for unmergingMike Frysinger2006-06-281-1/+4
* Set WARN=red to so that warnings appear red, as they always have.Zac Medico2006-06-281-1/+1
* readd Rev to portage.py for proper svn revisions in portage.versionAlec Warner2006-06-281-1/+1
* Allow /etc/portage/color.map to control colors associated with einfo, ewarn, ...Zac Medico2006-06-261-0/+4
* Remove all direct references to global variables form post_emerge().Zac Medico2006-06-261-1/+1
* Print a message to stderr if an error occurs when updating a config file.Zac Medico2006-06-251-1/+4
* Pass in just the CONFIG_PROTECT info instead of the whole config object.Zac Medico2006-06-251-6/+12
* Split the config protect functionality from the dblink class to a new class a...Zac Medico2006-06-251-33/+48
* Fix portage.update_config_files() so that it can work with an arbitrary $ROOT...Zac Medico2006-06-251-10/+13
* Pass a config object into the binarytree constructor so that is doesn't have ...Zac Medico2006-06-251-8/+11
* Pass a config object into the vartree constructor so that is doesn't have to ...Zac Medico2006-06-251-6/+12
* Move the counter_tick methods from the dbapi class to the vardbapi class.Zac Medico2006-06-241-74/+73
* Make the COUNTER regeneration logic account for $ROOT as per bug #129054.Zac Medico2006-06-241-2/+5
* The mtimedb should not be relative to the target $ROOT because the paths that...Zac Medico2006-06-241-1/+1
* Pass a config instance into key_expand calls so that it doesn't rely on globa...Zac Medico2006-06-241-7/+14
* Remove all direct references to global variables from unmerge().Zac Medico2006-06-241-2/+3
* Remove the deprectated digestCheckFiles function.Zac Medico2006-06-241-42/+0
* Remove a few unused imports.Zac Medico2006-06-241-3/+1
* Remove a few unused imports.Zac Medico2006-06-241-4/+1
* Sort filenames for predictable results.Zac Medico2006-06-231-1/+3
* Prevent an inappropriate warning when a repoman user's profile does not suppo...Zac Medico2006-06-231-2/+9
* Test the basename for starting with "." instead of the full path.Zac Medico2006-06-231-5/+4
* Fix a typo from r3611 (file != files).Zac Medico2006-06-231-1/+1