summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
...
* Bug #265909 - Make emerge display a warning message if any overlays areZac Medico2009-04-153-2/+40
* Bug #266211 - Handle ESTALE like ENOENT in fetch and locking code. Thanks toZac Medico2009-04-152-10/+11
* Add support in action_uninstall() for file -> package lookup.Zac Medico2009-04-151-19/+67
* Split out an action_uninstall() function to handle argument validation forZac Medico2009-04-151-53/+61
* Convert portage.bsd_chflags into a class with chflags() and lchflags() classZac Medico2009-04-131-40/+42
* Make portage.bsd_chflags correspond to FEATURES=chflags so that it can beZac Medico2009-04-131-0/+3
* Add a note about dlopen and libtool archives in the LinkageMap.findConsumers()Zac Medico2009-04-121-0/+5
* Add a LibraryFileConsumerSet class that can be used to rebuild all packagesZac Medico2009-04-121-1/+35
* Bug #265768 - Handle CacheError when deleting currupt cache insidev2.2_rc30Zac Medico2009-04-121-0/+2
* Add a note about egencache to the --regen docs.Zac Medico2009-04-121-1/+2
* Bug #265768 - If the user happens to be using the metadata_overlay moduleZac Medico2009-04-121-1/+3
* Bug #265768 - When initializing the eclass cache, use the correct location.Zac Medico2009-04-121-1/+1
* Inside the portdbapi constructor, handle repositories with the same repo_nameZac Medico2009-04-121-20/+40
* Bug #265747 - Add a new /etc/portage/repos.conf config file which can be usedZac Medico2009-04-112-2/+69
* Filter virtuals when expanding atoms if it helps to avoid an ambiguity.Zac Medico2009-04-111-0/+9
* Fix broken logic from previous commit.Zac Medico2009-04-101-2/+4
* Bug #265034 - In depgraph.loadResumeCommand(), tolerate missing packagesZac Medico2009-04-101-2/+4
* Use _doebuild_exit_status_check() for unsuccessful return codes (no justZac Medico2009-04-101-20/+20
* In config.setcpv(), don't add empty values to self.configdict['pkg'] forZac Medico2009-04-101-1/+3
* Fix typo in docstring.Zac Medico2009-04-091-1/+1
* Remove --nocolor since it's been replaced by --color=n and the support codeZac Medico2009-04-091-1/+1
* Bug #264435 - Handle EAGAIN errors when writing to stdout, due to poorlyZac Medico2009-04-091-2/+35
* Don't try to execut the pkg_info phase if DEFINED_PHASES is available andZac Medico2009-04-081-0/+5
* Reorganize emerge --info <atom> display, and make sure that the "cpv wasZac Medico2009-04-081-10/+13
* Add UseFlagDisplay.sort_combined and sort_separated attributes that can beZac Medico2009-04-081-6/+10
* Bug #265111 - Make current options override older options for --resume.Zac Medico2009-04-081-0/+4
* Make RecursiveFileLoader skip hidden directories, and only use a single statZac Medico2009-04-081-5/+10
* Make emerge --info <atom> display USE similarly to how they are displayedZac Medico2009-04-081-26/+111
* Fix some _doebuild_exit_status_check() calls so that they only happen whenZac Medico2009-04-071-14/+17
* Add support to repoman for using layout.conf to control which repositoriesZac Medico2009-04-072-2/+15
* Replace references to portdbapi.eclassdb with appropriate references for theZac Medico2009-04-071-5/+6
* Fix code in the portdbapi constructor to cache eclass_cache.cache instancesZac Medico2009-04-071-0/+1
* Add portdbapi support for a metadata/layout.conf file whichZac Medico2009-04-066-53/+109
* Bug #262647 - Inside config.setcpv(), never add SRC_URI to the environmentZac Medico2009-04-051-4/+10
* Inside tar_contents(), don't emulate tar --numeric-id option. The uid/gidZac Medico2009-04-021-3/+0
* Allow --root-deps for ROOT=/, so people can do weird things like use it withZac Medico2009-04-011-8/+6
* Clarify docs for --root-deps.Zac Medico2009-04-011-1/+2
* Combine the --rdeps-only and --root-deps options into a single --root-depsZac Medico2009-04-012-17/+32
* Add support for a EGENCACHE_DEFAULT_OPTS variable in make.conf.Zac Medico2009-04-011-1/+1
* Add a new egencache --rsync option which enables a stat collision workaroundZac Medico2009-03-312-8/+63
* Bug #263370 - In create_message(), use email.header.Header to wrap theZac Medico2009-03-311-1/+4
* When in --quiet mode, still show a message for failures inZac Medico2009-03-311-1/+1
* In MetadataRegen._metadata_exit(), notify the consumer of failures (in thisZac Medico2009-03-311-7/+10
* Add a "consumer" keyword parameter to the MetadataRegen constructor whichZac Medico2009-03-312-8/+27
* Add support in MetadataRegen for cleansing stale cache when only a subsetZac Medico2009-03-302-10/+28
* Add a cp_iter keyword argument to the MetadataRegen constructor, which can beZac Medico2009-03-301-15/+32
* Fix --newuse code to compare installed package USE to the USE that a binaryZac Medico2009-03-301-1/+1
* Bug #264291 - Fix inappropriate build dir creation for emerge --fetchonly.Zac Medico2009-03-302-3/+7
* Implement _use_dep.__repr__(). Thanks to Douglass Anderson for the suggestion.Zac Medico2009-03-301-0/+3
* Update dep_getusedeps() docstring. Thanks to Douglass AndersonZac Medico2009-03-301-2/+2