summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Allow /etc/portage/color.map to control colors associated with einfo, ewarn, ...Zac Medico2006-06-262-5/+9
* Ensure that the PORTAGE_DEBUG environment variable has a valid integer value.Zac Medico2006-06-261-6/+23
* Fix a few global variable references and move all the global scope code into ...Zac Medico2006-06-261-9/+11
* Don't run post_emerge() when --pretend is enabled.Zac Medico2006-06-261-3/+5
* Remove direct references to the global mtimedb from chk_updated_info_files().Zac Medico2006-06-261-18/+4
* Remove all direct references to global variables form post_emerge().Zac Medico2006-06-262-19/+20
* Use the PORTAGE_DEBUG environment variable to replace the global scope edebug...Zac Medico2006-06-251-11/+13
* Replace a references to global scope CLEAN_DELAY and EMERGE_WARNING_DELAY wit...Zac Medico2006-06-251-10/+9
* Ensure that CLEAN_DELAY and EMERGE_WARNING_DELAY environment variables contai...Zac Medico2006-06-251-7/+21
* Remove the help() function.Zac Medico2006-06-251-7/+2
* Remove an unused import.Zac Medico2006-06-251-1/+0
* 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
* Split the command line argument parsing into a function.Zac Medico2006-06-251-49/+53
* Remove unnecessary PORTAGE_CALLER exports.Zac Medico2006-06-253-4/+0
* 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
* Skip the install phase when ${PORTAGE_BUILDDIR}/.installed exists. See bug #...Zac Medico2006-06-241-0/+5
* 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
* s/Preform/Perform/ Thanks to exg for reporting.Zac Medico2006-06-241-1/+1
* Remove references to portage.settings from unmerge().Zac Medico2006-06-241-2/+2
* Remove references to portage.root from unmerge().Zac Medico2006-06-241-4/+5
* 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-242-23/+26
* Remove all direct references to global variables from getlist().Zac Medico2006-06-241-14/+18
* Remove all references to global variables from getportageversion().Zac Medico2006-06-241-8/+12
* Fix getgccversion logic for bug #137786.Zac Medico2006-06-241-5/+5
* 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
* Split the --metadata action into a separate function from --sync.Zac Medico2006-06-231-89/+96
* Register emerge exit and signal handlers after parsing options, just before t...Zac Medico2006-06-231-15/+16
* Minor import cleanups.Zac Medico2006-06-231-3/+3
* Ensure that ^C interrupts are handled quietly.Zac Medico2006-06-231-4/+16
* Shift all global scope code to the bottom.Zac Medico2006-06-231-298/+302
* Fix extra imports and undefined variable found by pyflakes.Zac Medico2006-06-231-2/+2
* Fix error handling for getlist().Zac Medico2006-06-231-12/+8
* Sort filenames for predictable results.Zac Medico2006-06-231-1/+3
* Do not import * for cooperation with pyflakes.Zac Medico2006-06-231-2/+4
* Use secpass to determine whether emergelog exceptions should be ignored.Zac Medico2006-06-231-3/+3
* Remove unnecessary "myaction" parameter from the depgraph constructor.Zac Medico2006-06-231-5/+4
* Pass relevant global variables as parameters to action_* functions.Zac Medico2006-06-231-12/+12
* Document "deep" and remove unused "params" variable.Zac Medico2006-06-231-1/+1
* Remove unused "merged" variable.Zac Medico2006-06-231-2/+0
* 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