summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Make SetConfig.getSetAtoms() raise a PackageSetNotFound exception whenZac Medico2008-10-282-5/+26
* Fix incorrect $ROOT handling inside dblink._preserve_libs().Zac Medico2008-10-281-8/+26
* Pass $ROOT into the LinkageMap._ObjectKey constructor since it's needed forZac Medico2008-10-281-11/+14
* Pass $ROOT into portage.util.getlibpaths().Zac Medico2008-10-282-5/+6
* Return early from fetch() if no uris are given.Zac Medico2008-10-271-0/+3
* In fetch(), avoid the "Adjusting permissions recursively" message in casesZac Medico2008-10-271-1/+10
* Enable bashrc even when $EBUILD_PHASE is unset, so it's possible to overrideZac Medico2008-10-261-2/+1
* When creating the temporary $DISTDIR, do not try to set the uid since itZac Medico2008-10-251-1/+1
* Fix preserve-libs code inside dblink.unmerge() so that it will join pathsZac Medico2008-10-241-3/+8
* When populating the fake $DISTDIR inside doebuild(), reuse existing symlinksZac Medico2008-10-241-16/+23
* Add "subversion" to InheritAutotools._exempt_eclasses. Thanks to Arfrever.Zac Medico2008-10-231-1/+3
* Add "bzr" to the lists of live eclasses.Zac Medico2008-10-231-1/+1
* Add "bzr" to the lists of live eclasses.Zac Medico2008-10-232-0/+2
* Bug #243224 - Add an exemption to the inherit.autotools check for ebuilds thatZac Medico2008-10-221-0/+7
* Fix grammar.Zac Medico2008-10-221-1/+1
* Add a PROPERTIES.syntax check.Zac Medico2008-10-222-1/+9
* Document PROPERTIES=interactive.Zac Medico2008-10-221-0/+10
* 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-214-4/+10
* Add PORTAGE_QUIET to the environment whitelist and filter it from the saved e...Zac Medico2008-10-212-1/+3
* 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-172-163/+0
* Remove support for FEATURES=gpg since it's already disabled and brokenZac Medico2008-10-173-73/+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 #229033 - When a Manifest is added automatically by repoman, it's in theZac Medico2008-10-141-2/+17
* 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
* Add an explicit note about bug #239560 in the relevant code.Zac Medico2008-10-121-1/+3
* 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