summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Add "bzr" to the lists of live eclasses.Zac Medico2008-10-231-0/+1
* Bug #243224 - Add an exemption to the inherit.autotools check for ebuilds thatZac Medico2008-10-221-0/+7
* Bug #233296 - Add minimal PROPERTIES=interactive support by simply forcingZac Medico2008-10-211-0/+36
* Split dep validation out of doebuild() and skip it when called by emerge sinceZac Medico2008-10-211-40/+51
* Validate PROPERTIES inside doebuild().Zac Medico2008-10-211-1/+1
* Remove unused imports found by pyflakes.Zac Medico2008-10-211-7/+6
* Remove needlessly complex error handling code from vardbapi.cpv_counter().Zac Medico2008-10-211-47/+4
* Use normal return statements instead of calling sys.exit() insideZac Medico2008-10-211-11/+19
* Bug #186842 - Suppress file merge display, as previously done in --quiet mode...Zac Medico2008-10-213-3/+9
* Add PORTAGE_QUIET to the environment whitelist and filter it from the saved e...Zac Medico2008-10-211-1/+2
* Remove redundant duplicate uri elimination code. It's already handled inZac Medico2008-10-201-3/+1
* Prefer thirdpartymirrors over normal mirrors in cases when the file does notZac Medico2008-10-201-3/+10
* Handle the case that was intended to be fixed by r11702 (which got reverted).Zac Medico2008-10-201-0/+16
* Revert previous 2 commits since they broke "selective" behavior.Zac Medico2008-10-201-5/+10
* Simplify logic from the previous commit.Zac Medico2008-10-201-5/+4
* Remove the "found_available_arg" variable from depgraph._select_pkg() and useZac Medico2008-10-191-6/+2
* Remove the unused portage.gpg module and portage_gpg_update.sh script.Zac Medico2008-10-171-157/+0
* Remove support for FEATURES=gpg since it's already disabled and brokenZac Medico2008-10-172-70/+1
* In fetch(), make sure all references to digests for zero-byte distfile areZac Medico2008-10-171-0/+1
* In fetch(), don't spawn pkg_nofetch unless PORTAGE_BUILDDIR exists since itZac Medico2008-10-161-1/+3
* Bug #242304 - When a zero-byte distfile is detected inside fetch(), discardZac Medico2008-10-161-3/+9
* Bug #241366 - Only suggest to run `emaint --check world` when the atom isZac Medico2008-10-141-1/+4
* When emerge --keep-going bails due to missing dependencies, show the errorZac Medico2008-10-142-56/+82
* Make sure the pkg_nofetch phase is only called once when in fetchonly mode.Zac Medico2008-10-131-1/+1
* Make fetch() fetch as many files as possible, even if some fail, when inZac Medico2008-10-131-0/+6
* Don't return from fetch() due to fetch restriction when in "listonly" mode.Zac Medico2008-10-131-0/+2
* Bug #234301 - When fetch fails, include the path of the log file in theZac Medico2008-10-121-3/+8
* Bug #241118 - Re-enable pkg_nofetch for emerge --pretend --fetch, but directZac Medico2008-10-122-24/+49
* Inside fetch(), don't call pkg_nofetch when in parallel-fetch mode sinceZac Medico2008-10-121-10/+15
* Now that only prefetch (parallel-fetch) output goes to the global fetchZac Medico2008-10-121-10/+4
* Remove the prefetch logic in EbuildFetcher._pipe() since prefetchers areZac Medico2008-10-121-1/+1
* Buge #241100 - Make EbuildFetcher use a pty when appropriate, so that fetcherZac Medico2008-10-121-0/+12
* Make the Scheduler class treat failed fetches the same as other failedZac Medico2008-10-121-46/+11
* In EbuildFetcher._start(), in order to ensure that a new log is created whenZac Medico2008-10-111-9/+16
* When warning about package categories that haven't been configured viaZac Medico2008-10-112-3/+6
* Bug #241204 - Fix dbapi.invalidentry() calls inside vardbapi.cpv_all() toZac Medico2008-10-111-2/+2
* Migrate code from plain ValueError to AmbiguousPackageName where appropriateZac Medico2008-10-101-10/+7
* Bug #241132 - Handle AmbiguousPackageName exceptions for atoms passed to theZac Medico2008-10-101-5/+4
* Create a new AmbiguousPackageName exception to raise fromZac Medico2008-10-102-1/+11
* Grab make.globals from GLOBAL_CONFIG_PATH if available and fall back to theZac Medico2008-10-091-2/+5
* Remove redundant os.close(master_fd) call inside SpawnProcess._start() sinceZac Medico2008-10-091-1/+0
* In EbuildFetcher._set_returncode(), don't clean up PORTAGE_BUILDDIR ifZac Medico2008-10-091-1/+3
* Don't show the repo display when the merge list is empty.Zac Medico2008-10-081-1/+1
* Fix apparent breakage from r11593 (slot dep support):Zac Medico2008-10-081-6/+22
* In EbuildBuild._fetch_exit(), clean up the fetch log if fetch was successful.Zac Medico2008-10-081-0/+7
* Since EbuildBuild no longer directs it's EbuildFetcher instance's outputZac Medico2008-10-081-9/+2
* Before returning config instances from Scheduler._allocate_config(), call theZac Medico2008-10-081-0/+4
* Generate elog messages for failed fetches. This restores some functionalityZac Medico2008-10-071-22/+26
* Instead of using inheritance, reference the ConfigParser part of SetConfig asZac Medico2008-10-071-24/+30
* When EbuildBuild encounters a failed fetch, propagee the log path so thatZac Medico2008-10-071-0/+2