| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug #261670 - Automatically revert the CHOST metadata to the initial valuev2.2_rc25 |  Zac Medico | 2009-03-12 | 1 | -0/+1 |
* | Update docstring for EbuildBuildDir.clean_log(). |  Zac Medico | 2009-03-12 | 1 | -2/+1 |
* | Bug #261992 - Replace the EbuildBuildDir.clean() method with a clean_log() |  Zac Medico | 2009-03-12 | 1 | -15/+9 |
* | Bug #261992 - Inside Binpkg._prefetch_exit(), avoid potention issues with |  Zac Medico | 2009-03-12 | 1 | -6/+8 |
* | Make dyn_clean ignore FEATURES=keepwork when [[ $EMERGE_FROM = binary ]] |  Zac Medico | 2009-03-12 | 1 | -7/+0 |
* | Bug #262211 - Avoid triggering an InvalidAtom exception inside the Package |  Zac Medico | 2009-03-11 | 1 | -1/+6 |
* | Bug #262012 - Only trigger the slot conflict message about --newuse when |  Zac Medico | 2009-03-11 | 1 | -1/+5 |
* | Use protocol=2 for pickle.dump() calls, so that pickles written by py3k will |  Zac Medico | 2009-03-10 | 1 | -1/+1 |
* | Reorganize code for --digests and FEATURES=digest. |  Zac Medico | 2009-03-09 | 1 | -21/+49 |
* | Bug #261675 - Generate manifests in advance when FEATURES=digest is enabled. |  Zac Medico | 2009-03-09 | 1 | -1/+8 |
* | Make the --digest warning message show for FEATURES=digest. |  Zac Medico | 2009-03-09 | 1 | -2/+7 |
* | Always use basestring instead of str with isinstance(). |  Zac Medico | 2009-03-07 | 1 | -1/+1 |
* | Make --searchdesc imply --search inside parse_opts(). |  Zac Medico | 2009-03-05 | 1 | -8/+3 |
* | Only generate PORTAGE_COUNTER_HASH for actions that can involve vdb |  Zac Medico | 2009-03-05 | 1 | -1/+2 |
* | Make --version and action. |  Zac Medico | 2009-03-05 | 1 | -3/+3 |
* | Set Unpickler.find_global = None when possible and handle AttributeError |  Zac Medico | 2009-03-05 | 1 | -0/+5 |
* | Remove unnecessary creation of lists when iterating over digraphs for |  Zac Medico | 2009-03-05 | 1 | -2/+2 |
* | Bug #256289 - When displaying an unsatisfied USE dep and all packages with |  Zac Medico | 2009-03-04 | 1 | -8/+24 |
* | When ACCEPT_CHOSTS is set, enable CHOST masking for unbuilt ebuilds. This |  Zac Medico | 2009-03-02 | 1 | -4/+11 |
* | Skip the code from bug #259954 when $ROOT != / since it shouldn't matter if |  Zac Medico | 2009-03-01 | 1 | -0/+6 |
* | Fix PipeReader and PipeReaderTestCase to work with binary strings in py3k. |  Zac Medico | 2009-02-27 | 1 | -0/+2 |
* | Remove recursion code from Scheduler._system_merge_started() since indirect |  Zac Medico | 2009-02-26 | 1 | -38/+13 |
* | In traversing deps to add to Scheduler._unsatisfied_system_deps, only traverse |  Zac Medico | 2009-02-26 | 1 | -1/+8 |
* | Bug #259954 - Do not spawn parallel build when the system is in a fragile |  Zac Medico | 2009-02-26 | 1 | -1/+65 |
* | Remove stray parenthesis. |  Zac Medico | 2009-02-26 | 1 | -1/+1 |
* | Inside depgraph._merge_order_bias(), promote deep system runtime deps toward |  Zac Medico | 2009-02-26 | 1 | -32/+60 |
* | Implement BlockerDepPriority.__str__(). |  Zac Medico | 2009-02-26 | 1 | -0/+3 |
* | Fix typo in DepPriority.__str__(). |  Zac Medico | 2009-02-25 | 1 | -1/+1 |
* | When displaying reverse dependencies in verbose --depclean/--prune output, |  Zac Medico | 2009-02-23 | 1 | -2/+11 |
* | When decoding term codes inside the JobStatusDisplay constructor, use the |  Zac Medico | 2009-02-22 | 1 | -1/+2 |
* | In EbuildFetchonly.execute(), skip builddir creation when the ebuild does |  Zac Medico | 2009-02-22 | 1 | -4/+26 |
* | For python-3.0 compatibility, open files in binary mode inside |  Zac Medico | 2009-02-21 | 1 | -3/+3 |
* | Fix StringIO imports so that 2to3 can handle them. Also, replace shlex + |  Zac Medico | 2009-02-20 | 1 | -16/+8 |
* | When displaying the list of failed packages, tell the number that failed. |  Zac Medico | 2009-02-19 | 1 | -2/+7 |
* | Optimize depgraph._dep_expand() to avoid calling pordbapi.cp_all(), |  Zac Medico | 2009-02-19 | 1 | -15/+6 |
* | Decode terminal codes from binary when necessary, for python-3.0 compatibility |  Zac Medico | 2009-02-19 | 1 | -0/+3 |
* | Handle ValueError when unpickling, since this can be triggered by an |  Zac Medico | 2009-02-19 | 1 | -1/+1 |
* | Tweak code to avoid python-3.0 errors like this one: |  Zac Medico | 2009-02-19 | 1 | -3/+9 |
* | For compatibility with python-3.0, open files in text mode where appropriate. |  Zac Medico | 2009-02-19 | 1 | -1/+1 |
* | For compatibility with python-3.0, always open streams for pickles in binary |  Zac Medico | 2009-02-19 | 1 | -11/+3 |
* | Don't bother to calculate PORTAGE_COUNTER_HASH when in --pretend mode. |  Zac Medico | 2009-02-19 | 1 | -3/+4 |
* | Inside post_emerge(), skip the vardbapi counter check when in --pretend |  Zac Medico | 2009-02-19 | 1 | -2/+2 |
* | For compatibility with python-3.0, use isinstance() instead of type(). |  Zac Medico | 2009-02-19 | 1 | -3/+3 |
* | In python-3.0, the UserDict.DictMixin class has been replaced by |  Zac Medico | 2009-02-19 | 1 | -7/+1 |
* | Set svn:keywords Id on all files. |  Zac Medico | 2009-02-18 | 1 | -1/+1 |
* | Call depgraph._dep_check_composite_db._clear_cache() inside |  Zac Medico | 2009-02-18 | 1 | -1/+2 |
* | Bug #253904 - Add a lookahead mechanism inside |  Zac Medico | 2009-02-17 | 1 | -0/+14 |
* | Bug #259124 - Inside EbuildFetcher._start(), pass the NOCOLOR variable into |  Zac Medico | 2009-02-16 | 1 | -0/+4 |
* | Fix broken references to DepPriority attributes. |  Zac Medico | 2009-02-15 | 1 | -4/+6 |
* | Fix merge order calculation so that the circular runtime path isn't entered |  Zac Medico | 2009-02-15 | 1 | -1/+2 |