summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Validate argument atoms earlier for build actions. (trunk r13126)v2.1.6.9Zac Medico2009-03-171-0/+12
* Bug #261670 - Automatically revert the CHOST metadata to the initial valueZac Medico2009-03-121-0/+1
* Update docstring for EbuildBuildDir.clean_log(). (trunk r13072)Zac Medico2009-03-121-2/+1
* Bug #261992 - Replace the EbuildBuildDir.clean() method with a clean_log()Zac Medico2009-03-121-15/+9
* Bug #261992 - Inside Binpkg._prefetch_exit(), avoid potention issues withZac Medico2009-03-121-6/+8
* Make dyn_clean ignore FEATURES=keepwork when [[ $EMERGE_FROM = binary ]]Zac Medico2009-03-121-7/+0
* Bug #262211 - Avoid triggering an InvalidAtom exception inside the PackageZac Medico2009-03-121-1/+6
* Bug #262012 - Only trigger the slot conflict message about --newuse whenZac Medico2009-03-121-1/+5
* Use protocol=2 for pickle.dump() calls, so that pickles written by py3k willZac Medico2009-03-111-1/+1
* Reorganize code for --digests and FEATURES=digest. (trunk r12801)Zac Medico2009-03-111-21/+49
* Bug #261675 - Generate manifests in advance when FEATURES=digest is enabled.Zac Medico2009-03-111-1/+8
* Make the --digest warning message show for FEATURES=digest. (trunk r12796)Zac Medico2009-03-111-2/+7
* Always use basestring instead of str with isinstance(). (trunk r12775)Zac Medico2009-03-111-1/+1
* Make --searchdesc imply --search inside parse_opts(). (trunk r12754)Zac Medico2009-03-111-8/+3
* Only generate PORTAGE_COUNTER_HASH for actions that can involve vdbZac Medico2009-03-111-1/+2
* Make --version and action. (trunk r12752)Zac Medico2009-03-111-3/+3
* Set Unpickler.find_global = None when possible and handle AttributeErrorZac Medico2009-03-111-0/+5
* Remove unnecessary creation of lists when iterating over digraphs forZac Medico2009-03-111-2/+2
* Bug #256289 - When displaying an unsatisfied USE dep and all packages withZac Medico2009-03-111-8/+24
* When ACCEPT_CHOSTS is set, enable CHOST masking for unbuilt ebuilds. ThisZac Medico2009-03-111-4/+11
* Skip the code from bug #259954 when $ROOT != / since it shouldn't matter ifZac Medico2009-03-111-0/+6
* Fix PipeReader and PipeReaderTestCase to work with binary strings in py3k.Zac Medico2009-03-111-0/+2
* Remove recursion code from Scheduler._system_merge_started() since indirectZac Medico2009-03-111-38/+13
* In traversing deps to add to Scheduler._unsatisfied_system_deps, only traverseZac Medico2009-03-111-1/+8
* Bug #259954 - Do not spawn parallel build when the system is in a fragileZac Medico2009-03-111-1/+65
* Remove stray parenthesis. (trunk r12711)Zac Medico2009-03-111-1/+1
* Inside depgraph._merge_order_bias(), promote deep system runtime deps towardZac Medico2009-03-111-32/+60
* Implement BlockerDepPriority.__str__(). (trunk r12709)Zac Medico2009-03-111-0/+3
* Fix typo in DepPriority.__str__(). (trunk r12708)Zac Medico2009-03-111-1/+1
* When displaying reverse dependencies in verbose --depclean/--prune output,Zac Medico2009-03-111-2/+11
* When decoding term codes inside the JobStatusDisplay constructor, use theZac Medico2009-03-111-1/+2
* In EbuildFetchonly.execute(), skip builddir creation when the ebuild doesZac Medico2009-03-111-4/+26
* For python-3.0 compatibility, open files in binary mode insideZac Medico2009-03-111-3/+3
* Fix StringIO imports so that 2to3 can handle them. Also, replace shlex +Zac Medico2009-03-111-16/+8
* When displaying the list of failed packages, tell the number that failed.Zac Medico2009-03-111-2/+7
* Optimize depgraph._dep_expand() to avoid calling pordbapi.cp_all(),Zac Medico2009-03-111-15/+6
* Decode terminal codes from binary when necessary, for python-3.0 compatibilityZac Medico2009-03-111-0/+3
* Handle ValueError when unpickling, since this can be triggered by anZac Medico2009-03-111-1/+1
* Tweak code to avoid python-3.0 errors like this one:Zac Medico2009-03-111-3/+9
* For compatibility with python-3.0, open files in text mode where appropriate.Zac Medico2009-03-111-1/+1
* For compatibility with python-3.0, always open streams for pickles in binaryZac Medico2009-03-111-11/+3
* Don't bother to calculate PORTAGE_COUNTER_HASH when in --pretend mode.Zac Medico2009-03-111-3/+4
* Inside post_emerge(), skip the vardbapi counter check when in --pretendZac Medico2009-03-111-2/+2
* For compatibility with python-3.0, use isinstance() instead of type().Zac Medico2009-03-111-3/+3
* In python-3.0, the UserDict.DictMixin class has been replaced byZac Medico2009-03-111-7/+1
* Bug #253904 - Add a lookahead mechanism insideZac Medico2009-03-111-1/+16
* Bug #259124 - Inside EbuildFetcher._start(), pass the NOCOLOR variable intoZac Medico2009-03-111-0/+4
* Fix broken references to DepPriority attributes. (trunk r12619)Zac Medico2009-03-111-4/+6
* Fix merge order calculation so that the circular runtime path isn't enteredZac Medico2009-03-111-1/+2
* Bug #250020 - When calculating merge order, try to ensure that packagesZac Medico2009-03-111-90/+197