summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ignore .files in /etc/portage recursionAlec Warner2006-06-231-0/+1
* Don't register signal handlers during module import because it may override s...Zac Medico2006-06-221-13/+0
* Simplify PORT_LOGDIR intitialization.Zac Medico2006-06-221-21/+8
* Prevent and exception when PORT_LOGDIR is an empty string.Zac Medico2006-06-221-2/+5
* Remove redundant PORT_LOGDIR validation from the config constructor.Zac Medico2006-06-221-4/+0
* Don't bother to warn when PORT_LOGDIR="".Zac Medico2006-06-221-4/+0
* Make sure that PORT_LOGDIR is properly unset when it is unusable. Thanks to ...Zac Medico2006-06-221-2/+4
* Make it easy to pass alternative cache implementations into the constructor a...Zac Medico2006-06-201-1/+2
* Use get() to simplify setitem logic as suggested by Brian Harring.Zac Medico2006-06-201-12/+10
* Implement get() as part of the standard mapping interface.Zac Medico2006-06-201-0/+6
* Fix it so that values are properly saved in the writable layer. Previously t...Zac Medico2006-06-201-1/+3
* Use wantnewlockfile=1 on /var/lib/portage/config for bug #137269. r3540 is al...Zac Medico2006-06-201-1/+2
* To prevent infinite recursion when a lock file has more than 1 hardlink, test...Zac Medico2006-06-191-1/+1
* make sure that elog entries are also processed in *rm phases and that they ar...Marius Mauch2006-06-191-0/+11
* goodbye tokenizeAlec Warner2006-06-181-46/+0
* Put bright colors before dark colors for bug #137206. Thanks to Benno Schule...Zac Medico2006-06-181-1/+1