summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add a missing space in the unmerge output that was reported by vapier.Zac Medico2006-06-281-2/+2
| | | | svn path=/main/trunk/; revision=3682
* retain current color schema by adding a new color class for unmergingMike Frysinger2006-06-282-7/+10
| | | | svn path=/main/trunk/; revision=3681
* Set WARN=red to so that warnings appear red, as they always have.Zac Medico2006-06-281-1/+1
| | | | svn path=/main/trunk/; revision=3680
* readd Rev to portage.py for proper svn revisions in portage.versionAlec Warner2006-06-281-1/+1
| | | | svn path=/main/trunk/; revision=3679
* Remove unnecessary --quiet check since writemsg handles that already.Zac Medico2006-06-271-6/+5
| | | | svn path=/main/trunk/; revision=3678
* Make unmerge() colors more consistent.Zac Medico2006-06-271-2/+5
| | | | svn path=/main/trunk/; revision=3677
* Fix output colors for bug #138259.Zac Medico2006-06-271-13/+14
| | | | svn path=/main/trunk/; revision=3676
* Make sure that variables containing colors pollute the environment for bug ↵Zac Medico2006-06-271-0/+1
| | | | | | #138246. svn path=/main/trunk/; revision=3675
* Fix chk_updated_cfg_files() parameters for bug #138131.Zac Medico2006-06-271-1/+1
| | | | svn path=/main/trunk/; revision=3674
* Fix action_search() parameters for bug #138131.Zac Medico2006-06-271-2/+3
| | | | svn path=/main/trunk/; revision=3673
* Pass an xterm_titles parameter into emergelog() so that it doesn't need any ↵Zac Medico2006-06-271-38/+87
| | | | | | global variables. svn path=/main/trunk/; revision=3672
* When --buildpkg is enabled, merge directly from the uncompressed install ↵Zac Medico2006-06-271-6/+11
| | | | | | image instead of needlessly unpacking the binary package. See bug #138105. svn path=/main/trunk/; revision=3671
* Docstrings galore in the dep resolver. Hoping to get it better documented ↵Alec Warner2006-06-271-22/+58
| | | | | | so it can be tweaked for some of the open bugs against it. 99% of this should be docstrings, make sure I didn't accidentally touch anything in there. svn path=/main/trunk/; revision=3670
* For compatibility with revdep-rebuild, do not allow NOCOLOR=false to ↵Zac Medico2006-06-261-1/+5
| | | | | | override the isatty() check. svn path=/main/trunk/; revision=3669
* Ignore SIGPIPE signals in order to prevent '[Errno 32] Broken pipe' ↵Zac Medico2006-06-261-0/+1
| | | | | | exceptions from being raised when emerge output is being piped. This reverts a behavior change from r3606. svn path=/main/trunk/; revision=3668
* Turn off color automatically when stdout is a pipe, but allow the behavior ↵Zac Medico2006-06-261-0/+3
| | | | | | to be overridden via the NOCOLOR environment variable. svn path=/main/trunk/; revision=3667
* Use the cannonical path of $PORTDIR when transferring metadata so that the ↵Zac Medico2006-06-261-1/+1
| | | | | | _eclasses_ paths are consistent. See bug #137965. svn path=/main/trunk/; revision=3666
* Allow /etc/portage/color.map to control colors associated with einfo, ewarn, ↵Zac Medico2006-06-262-5/+9
| | | | | | etc... svn path=/main/trunk/; revision=3665
* Ensure that the PORTAGE_DEBUG environment variable has a valid integer value.Zac Medico2006-06-261-6/+23
| | | | svn path=/main/trunk/; revision=3664
* Fix a few global variable references and move all the global scope code into ↵Zac Medico2006-06-261-9/+11
| | | | | | an emerge_main() function. svn path=/main/trunk/; revision=3663
* Don't run post_emerge() when --pretend is enabled.Zac Medico2006-06-261-3/+5
| | | | svn path=/main/trunk/; revision=3662
* Remove direct references to the global mtimedb from chk_updated_info_files().Zac Medico2006-06-261-18/+4
| | | | svn path=/main/trunk/; revision=3661
* Remove all direct references to global variables form post_emerge().Zac Medico2006-06-262-19/+20
| | | | svn path=/main/trunk/; revision=3660
* Use the PORTAGE_DEBUG environment variable to replace the global scope ↵Zac Medico2006-06-251-11/+13
| | | | | | edebug variable. svn path=/main/trunk/; revision=3659
* Replace a references to global scope CLEAN_DELAY and EMERGE_WARNING_DELAY ↵Zac Medico2006-06-251-10/+9
| | | | | | with the previously validated environment variables. svn path=/main/trunk/; revision=3658
* Ensure that CLEAN_DELAY and EMERGE_WARNING_DELAY environment variables ↵Zac Medico2006-06-251-7/+21
| | | | | | contain valid integer values. svn path=/main/trunk/; revision=3657
* Remove the help() function.Zac Medico2006-06-251-7/+2
| | | | svn path=/main/trunk/; revision=3656
* Remove an unused import.Zac Medico2006-06-251-1/+0
| | | | svn path=/main/trunk/; revision=3655
* Print a message to stderr if an error occurs when updating a config file.Zac Medico2006-06-251-1/+4
| | | | svn path=/main/trunk/; revision=3654
* Pass in just the CONFIG_PROTECT info instead of the whole config object.Zac Medico2006-06-251-6/+12
| | | | svn path=/main/trunk/; revision=3653
* Split the config protect functionality from the dblink class to a new class ↵Zac Medico2006-06-251-33/+48
| | | | | | and use it in portage.update_config_files() (dblink requires a vartree and that's not needed here). svn path=/main/trunk/; revision=3652
* Fix portage.update_config_files() so that it can work with an arbitrary ↵Zac Medico2006-06-251-10/+13
| | | | | | $ROOT and without any global variables. svn path=/main/trunk/; revision=3651
* Split the command line argument parsing into a function.Zac Medico2006-06-251-49/+53
| | | | svn path=/main/trunk/; revision=3650
* Remove unnecessary PORTAGE_CALLER exports.Zac Medico2006-06-253-4/+0
| | | | svn path=/main/trunk/; revision=3649
* Pass a config object into the binarytree constructor so that is doesn't have ↵Zac Medico2006-06-251-8/+11
| | | | | | to use global settings for key_expand calls. svn path=/main/trunk/; revision=3648
* Pass a config object into the vartree constructor so that is doesn't have to ↵Zac Medico2006-06-251-6/+12
| | | | | | use global settings for key_expand calls. svn path=/main/trunk/; revision=3647
* Skip the install phase when ${PORTAGE_BUILDDIR}/.installed exists. See bug ↵Zac Medico2006-06-241-0/+5
| | | | | | #137864. svn path=/main/trunk/; revision=3646
* Move the counter_tick methods from the dbapi class to the vardbapi class.Zac Medico2006-06-241-74/+73
| | | | svn path=/main/trunk/; revision=3645
* Make the COUNTER regeneration logic account for $ROOT as per bug #129054.Zac Medico2006-06-241-2/+5
| | | | svn path=/main/trunk/; revision=3644
* The mtimedb should not be relative to the target $ROOT because the paths ↵Zac Medico2006-06-241-1/+1
| | | | | | that it contains are currently relative to "/". svn path=/main/trunk/; revision=3643
* s/Preform/Perform/ Thanks to exg for reporting.Zac Medico2006-06-241-1/+1
| | | | svn path=/main/trunk/; revision=3642
* Remove references to portage.settings from unmerge().Zac Medico2006-06-241-2/+2
| | | | svn path=/main/trunk/; revision=3638
* Remove references to portage.root from unmerge().Zac Medico2006-06-241-4/+5
| | | | svn path=/main/trunk/; revision=3637
* Pass a config instance into key_expand calls so that it doesn't rely on ↵Zac Medico2006-06-241-7/+14
| | | | | | global settings. svn path=/main/trunk/; revision=3636
* Remove all direct references to global variables from unmerge().Zac Medico2006-06-242-23/+26
| | | | svn path=/main/trunk/; revision=3635
* Remove all direct references to global variables from getlist().Zac Medico2006-06-241-14/+18
| | | | svn path=/main/trunk/; revision=3634
* Remove all references to global variables from getportageversion().Zac Medico2006-06-241-8/+12
| | | | svn path=/main/trunk/; revision=3633
* Fix getgccversion logic for bug #137786.Zac Medico2006-06-241-5/+5
| | | | svn path=/main/trunk/; revision=3632
* Remove the deprectated digestCheckFiles function.Zac Medico2006-06-241-42/+0
| | | | svn path=/main/trunk/; revision=3631
* Remove a few unused imports.Zac Medico2006-06-241-3/+1
| | | | svn path=/main/trunk/; revision=3630