| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove redundant duplicate uri elimination code. It's already handled in | Zac Medico | 2008-10-20 | 1 | -3/+1 |
* | Prefer thirdpartymirrors over normal mirrors in cases when the file does not | Zac Medico | 2008-10-20 | 1 | -3/+10 |
* | Handle the case that was intended to be fixed by r11702 (which got reverted). | Zac Medico | 2008-10-20 | 1 | -0/+16 |
* | Revert previous 2 commits since they broke "selective" behavior. | Zac Medico | 2008-10-20 | 1 | -5/+10 |
* | Simplify logic from the previous commit. | Zac Medico | 2008-10-20 | 1 | -5/+4 |
* | Remove the "found_available_arg" variable from depgraph._select_pkg() and use | Zac Medico | 2008-10-19 | 1 | -6/+2 |
* | Remove the unused portage.gpg module and portage_gpg_update.sh script. | Zac Medico | 2008-10-17 | 2 | -163/+0 |
* | Remove support for FEATURES=gpg since it's already disabled and broken | Zac Medico | 2008-10-17 | 3 | -73/+1 |
* | In fetch(), make sure all references to digests for zero-byte distfile are | Zac Medico | 2008-10-17 | 1 | -0/+1 |
* | In fetch(), don't spawn pkg_nofetch unless PORTAGE_BUILDDIR exists since it | Zac Medico | 2008-10-16 | 1 | -1/+3 |
* | Bug #242304 - When a zero-byte distfile is detected inside fetch(), discard | Zac Medico | 2008-10-16 | 1 | -3/+9 |
* | Bug #229033 - When a Manifest is added automatically by repoman, it's in the | Zac Medico | 2008-10-14 | 1 | -2/+17 |
* | Bug #241366 - Only suggest to run `emaint --check world` when the atom is | Zac Medico | 2008-10-14 | 1 | -1/+4 |
* | When emerge --keep-going bails due to missing dependencies, show the error | Zac Medico | 2008-10-14 | 2 | -56/+82 |
* | Make sure the pkg_nofetch phase is only called once when in fetchonly mode. | Zac Medico | 2008-10-13 | 1 | -1/+1 |
* | Make fetch() fetch as many files as possible, even if some fail, when in | Zac Medico | 2008-10-13 | 1 | -0/+6 |
* | Don't return from fetch() due to fetch restriction when in "listonly" mode. | Zac Medico | 2008-10-13 | 1 | -0/+2 |
* | Bug #234301 - When fetch fails, include the path of the log file in the | Zac Medico | 2008-10-12 | 1 | -3/+8 |
* | Bug #241118 - Re-enable pkg_nofetch for emerge --pretend --fetch, but direct | Zac Medico | 2008-10-12 | 2 | -24/+49 |
* | Add an explicit note about bug #239560 in the relevant code. | Zac Medico | 2008-10-12 | 1 | -1/+3 |
* | Inside fetch(), don't call pkg_nofetch when in parallel-fetch mode since | Zac Medico | 2008-10-12 | 1 | -10/+15 |
* | Now that only prefetch (parallel-fetch) output goes to the global fetch | Zac Medico | 2008-10-12 | 1 | -10/+4 |
* | Remove the prefetch logic in EbuildFetcher._pipe() since prefetchers are | Zac Medico | 2008-10-12 | 1 | -1/+1 |
* | Buge #241100 - Make EbuildFetcher use a pty when appropriate, so that fetcher | Zac Medico | 2008-10-12 | 1 | -0/+12 |
* | Make the Scheduler class treat failed fetches the same as other failed | Zac Medico | 2008-10-12 | 1 | -46/+11 |
* | In EbuildFetcher._start(), in order to ensure that a new log is created when | Zac Medico | 2008-10-11 | 1 | -9/+16 |
* | When warning about package categories that haven't been configured via | Zac Medico | 2008-10-11 | 2 | -3/+6 |
* | Bug #241204 - Fix dbapi.invalidentry() calls inside vardbapi.cpv_all() to | Zac Medico | 2008-10-11 | 1 | -2/+2 |
* | only use dummy echos in do_file() when running in interactive mode | Mike Frysinger | 2008-10-10 | 1 | -2/+3 |
* | Migrate code from plain ValueError to AmbiguousPackageName where appropriate | Zac Medico | 2008-10-10 | 1 | -10/+7 |
* | Bug #241132 - Handle AmbiguousPackageName exceptions for atoms passed to the | Zac Medico | 2008-10-10 | 1 | -5/+4 |
* | Create a new AmbiguousPackageName exception to raise from | Zac Medico | 2008-10-10 | 2 | -1/+11 |
* | Grab make.globals from GLOBAL_CONFIG_PATH if available and fall back to the | Zac Medico | 2008-10-09 | 1 | -2/+5 |
* | At the end of dyn_clean(), also remove the $CATEGORY directory if possible.v2.2_rc12 | Zac Medico | 2008-10-09 | 1 | -2/+2 |
* | Remove redundant os.close(master_fd) call inside SpawnProcess._start() since | Zac Medico | 2008-10-09 | 1 | -1/+0 |
* | Fix code from previous commit so it properly checks $eapi to verify that | Zac Medico | 2008-10-09 | 1 | -1/+2 |
* | Bug #240684 - Fix _ebuild_arg_to_phase() to handle the src_prepare phase | Zac Medico | 2008-10-09 | 1 | -0/+3 |
* | In EbuildFetcher._set_returncode(), don't clean up PORTAGE_BUILDDIR if | Zac Medico | 2008-10-09 | 1 | -1/+3 |
* | Don't show the repo display when the merge list is empty. | Zac Medico | 2008-10-08 | 1 | -1/+1 |
* | Fix apparent breakage from r11593 (slot dep support): | Zac Medico | 2008-10-08 | 1 | -6/+22 |
* | In EbuildBuild._fetch_exit(), clean up the fetch log if fetch was successful. | Zac Medico | 2008-10-08 | 1 | -0/+7 |
* | Use separate temp directories in order to avoid potential name collisions. | Zac Medico | 2008-10-08 | 1 | -7/+8 |
* | Since EbuildBuild no longer directs it's EbuildFetcher instance's output | Zac Medico | 2008-10-08 | 1 | -9/+2 |
* | Before returning config instances from Scheduler._allocate_config(), call the | Zac Medico | 2008-10-08 | 1 | -0/+4 |
* | Generate elog messages for failed fetches. This restores some functionality | Zac Medico | 2008-10-07 | 1 | -22/+26 |
* | Instead of using inheritance, reference the ConfigParser part of SetConfig as | Zac Medico | 2008-10-07 | 1 | -24/+30 |
* | Make "qawarnings" a normal set since the missingvars code might modify it. | Zac Medico | 2008-10-07 | 1 | -1/+1 |
* | Change the "qawarnings" variable from a list to a set. | Zac Medico | 2008-10-07 | 1 | -3/+3 |
* | Make HOMEPAGE.missing fatal again since, in cases when homepages are no longer | Zac Medico | 2008-10-07 | 1 | -1/+0 |
* | When EbuildBuild encounters a failed fetch, propagee the log path so that | Zac Medico | 2008-10-07 | 1 | -0/+2 |