summaryrefslogtreecommitdiffstats
path: root/pym/portage.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* Prevent an inappropriate warning when a repoman user's profile does not suppo...Zac Medico2006-06-231-2/+9
* 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
* Use wantnewlockfile=1 on /var/lib/portage/config for bug #137269. r3540 is al...Zac Medico2006-06-201-1/+2
* 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
* Prevent repoman frm using /etc/portage/package.mask. This is a regression in...Zac Medico2006-06-181-3/+7
* Make sure that doebuild gets the correct CATEGORY. See bug #137105.Zac Medico2006-06-171-0/+2
* Fix checksum error messages for bug #136947. Thanks to truedfx for this patch.Zac Medico2006-06-161-2/+2
* Only attempt to unmerge the already-installed instance if it actually exists....Zac Medico2006-06-151-5/+6