| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug #265768 - Handle CacheError when deleting currupt cache insidev2.2_rc30 | Zac Medico | 2009-04-12 | 1 | -0/+2 |
* | Add a note about egencache to the --regen docs. | Zac Medico | 2009-04-12 | 2 | -2/+4 |
* | Bug #265768 - If the user happens to be using the metadata_overlay module | Zac Medico | 2009-04-12 | 1 | -1/+3 |
* | Bug #265768 - When initializing the eclass cache, use the correct location. | Zac Medico | 2009-04-12 | 1 | -1/+1 |
* | Inside the portdbapi constructor, handle repositories with the same repo_name | Zac Medico | 2009-04-12 | 1 | -20/+40 |
* | Pass the correct PORTDIR_OVERLAY value into the profile-specific config | Zac Medico | 2009-04-12 | 1 | -2/+8 |
* | Bug #265747 - Add a new /etc/portage/repos.conf config file which can be used | Zac Medico | 2009-04-11 | 3 | -2/+91 |
* | Move the /etc/portage categories and mirrors docs into alphabetical order. | Zac Medico | 2009-04-11 | 1 | -44/+44 |
* | Set local_config=False in config constructor calls, since egencache is similar | Zac Medico | 2009-04-11 | 1 | -2/+2 |
* | Avoid leaking some variables from ebuild_main() into the environment (localv2.2_rc29 | Zac Medico | 2009-04-11 | 1 | -3/+3 |
* | Show an error message when deletion of stale cache fails. | Zac Medico | 2009-04-11 | 1 | -1/+4 |
* | Filter virtuals when expanding atoms if it helps to avoid an ambiguity. | Zac Medico | 2009-04-11 | 1 | -0/+9 |
* | Fix broken logic from previous commit. | Zac Medico | 2009-04-10 | 1 | -2/+4 |
* | Bug #265034 - In depgraph.loadResumeCommand(), tolerate missing packages | Zac Medico | 2009-04-10 | 1 | -2/+4 |
* | Use _doebuild_exit_status_check() for unsuccessful return codes (no just | Zac Medico | 2009-04-10 | 1 | -20/+20 |
* | In config.setcpv(), don't add empty values to self.configdict['pkg'] for | Zac Medico | 2009-04-10 | 1 | -1/+3 |
* | Fix typo in docstring. | Zac Medico | 2009-04-09 | 1 | -1/+1 |
* | Remove --nocolor since it's been replaced by --color=n and the support code | Zac Medico | 2009-04-09 | 1 | -1/+1 |
* | Initialize self._trg_cache.ec inside the GenCache constructor. | Zac Medico | 2009-04-09 | 1 | -0/+5 |
* | Bug #264435 - Handle EAGAIN errors when writing to stdout, due to poorly | Zac Medico | 2009-04-09 | 1 | -2/+35 |
* | Don't try to execut the pkg_info phase if DEFINED_PHASES is available and | Zac Medico | 2009-04-08 | 1 | -0/+5 |
* | Reorganize emerge --info <atom> display, and make sure that the "cpv was | Zac Medico | 2009-04-08 | 1 | -10/+13 |
* | Add UseFlagDisplay.sort_combined and sort_separated attributes that can be | Zac Medico | 2009-04-08 | 1 | -6/+10 |
* | Bug #265111 - Make current options override older options for --resume. | Zac Medico | 2009-04-08 | 1 | -0/+4 |
* | Call _ebuild_phase_funcs() from ebuild_main() since it needs to be called for | Zac Medico | 2009-04-08 | 1 | -5/+5 |
* | - Move DEFINED_PHASES code into _source_ebuild() and add it to the list of | Zac Medico | 2009-04-08 | 1 | -35/+34 |
* | Move the ebuild sourcing code into a new _source_ebuild() function. | Zac Medico | 2009-04-08 | 2 | -6/+10 |
* | Make RecursiveFileLoader skip hidden directories, and only use a single stat | Zac Medico | 2009-04-08 | 1 | -5/+10 |
* | Make emerge --info <atom> display USE similarly to how they are displayed | Zac Medico | 2009-04-08 | 1 | -26/+111 |
* | Fix some _doebuild_exit_status_check() calls so that they only happen when | Zac Medico | 2009-04-07 | 1 | -14/+17 |
* | Add support to repoman for using layout.conf to control which repositories | Zac Medico | 2009-04-07 | 3 | -28/+48 |
* | Replace references to portdbapi.eclassdb with appropriate references for the | Zac Medico | 2009-04-07 | 1 | -5/+6 |
* | Fix code in the portdbapi constructor to cache eclass_cache.cache instances | Zac Medico | 2009-04-07 | 1 | -0/+1 |
* | Add a --repo option, allowing cache to be generated for overlays. | Zac Medico | 2009-04-06 | 2 | -6/+22 |
* | Add portdbapi support for a metadata/layout.conf file which | Zac Medico | 2009-04-06 | 7 | -53/+131 |
* | Bug #262647 - Inside config.setcpv(), never add SRC_URI to the environment | Zac Medico | 2009-04-05 | 1 | -4/+10 |
* | Add an example for PORTAGE_IONICE_COMMAND. Thanks to Vlastimil Babka | Zac Medico | 2009-04-03 | 1 | -0/+5 |
* | Always generate an error if the target cache contains an apparently invalid | Zac Medico | 2009-04-03 | 1 | -5/+13 |
* | If there are not ebuilds matching a argument, only generate an error if there | Zac Medico | 2009-04-03 | 1 | -10/+19 |
* | Generate an error if there are no ebuilds found for a package that's | Zac Medico | 2009-04-03 | 1 | -0/+10 |
* | Inside tar_contents(), don't emulate tar --numeric-id option. The uid/gid | Zac Medico | 2009-04-02 | 1 | -3/+0 |
* | Bug #264245 - Revert i|=1 from r13242 since that breaks the array indexing co... | Zac Medico | 2009-04-02 | 1 | -1/+1 |
* | Note that only updates to PORTDIR are currently supported. | Zac Medico | 2009-04-01 | 1 | -1/+3 |
* | - Add more info to the DESCRIPTION section. | Zac Medico | 2009-04-01 | 1 | -2/+31 |
* | Bug #264494 - In case the ebuild has enabled set -e during an ebuild phase, | Zac Medico | 2009-04-01 | 2 | -0/+3 |
* | Remove the ATOMS section and move --update to a new ACTIONS section. | Zac Medico | 2009-04-01 | 1 | -9/+7 |
* | Allow --root-deps for ROOT=/, so people can do weird things like use it with | Zac Medico | 2009-04-01 | 1 | -8/+6 |
* | Add a man page for egencache(1). | Zac Medico | 2009-04-01 | 1 | -0/+69 |
* | Document new prepare and configure commands for EAPI 2. | Zac Medico | 2009-04-01 | 1 | -0/+12 |
* | Clarify docs for --root-deps. | Zac Medico | 2009-04-01 | 2 | -2/+4 |