summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
Commit message (Expand)AuthorAgeFilesLines
...
* Bug #334253 - Fix breakage in FEATURES=test-fail-continue logic.Zac Medico2010-08-241-1/+5
* Handle SIGPIPE when unpack() extracts tar files through a pipe (bug #309001).Zac Medico2010-08-231-1/+3
* * Use iterators instead of keys() when possible.Zac Medico2010-08-231-8/+8
* In depgraph._select_pkg_highest_available_imp(), make sureZac Medico2010-08-231-1/+2
* Pass a keyword hint from getmaskingstatus() to the autounmask code.Zac Medico2010-08-231-2/+11
* Handle zlib.error when reading compressed build logs via GzipFile.Zac Medico2010-08-221-0/+4
* Allow more time for natural exit of the ebuild process after it hasZac Medico2010-08-221-4/+9
* Remove deprecated destroot argument from dblink.isowner() call.Zac Medico2010-08-221-1/+1
* During the post src_install QA checks, log to a temporary fileZac Medico2010-08-222-4/+50
* Make Binpkg call prepare_build_dirs() before trying to clean the oldZac Medico2010-08-221-2/+2
* Add missing scheduler attribute to BinpkgVerifier (broken since theZac Medico2010-08-223-3/+4
* Fix AttributeError for MetadataRegen._sched_iface.Zac Medico2010-08-221-1/+1
* Fix broken writemsg call in depgraph._resolve() that triggers this error:Zac Medico2010-08-211-1/+1
* Bug #324191 - Add support for FEATURES=compress-build-logs. The causesZac Medico2010-08-2112-155/+92
* When accessing pkgsettings.features inside Scheduler._generate_digests(),Zac Medico2010-08-211-0/+8
* Add a wrapper around config.features that provides the followingZac Medico2010-08-211-4/+0
* --autounmask: If we can't do a change because of REQUIRED_USE, give at least ...Sebastian Luther2010-08-201-11/+41
* --autounmask: Don't do use changes if they violate REQUIRED_USESebastian Luther2010-08-201-19/+32
* slot collision handler: Drop solutions that violate REQUIRED_USESebastian Luther2010-08-201-0/+18
* slot collision handler: Work correctly with --autounmaskSebastian Luther2010-08-202-29/+35
* circular dependency handler: Add support for REQUIRED_USESebastian Luther2010-08-201-13/+31
* circular dependency handler: Small code clean upsSebastian Luther2010-08-201-5/+6
* Add experimental EPREFIX/EROOT support to the config and vartreeZac Medico2010-08-191-4/+1
* Update docs, comments, and messages to refer to make.globals inZac Medico2010-08-191-3/+5
* Rename the bdeps_root variable to depend_root, since it's used to controlZac Medico2010-08-191-4/+4
* Eliminate the bdeps_optional variables inside depgraph._add_pkg_deps(),Zac Medico2010-08-191-4/+3
* Move the clever parts of depgraph._show_circular_deps into its own module.Sebastian Luther2010-08-192-155/+240
* cycle-finder: Don't try to change flags that are in use.{make,focrce}Sebastian Luther2010-08-191-16/+5
* Move code from EbuildProcess to EbuildPhase.Zac Medico2010-08-192-24/+24
* Remove duplicate attributes from __slots__.Zac Medico2010-08-191-2/+1
* Move the code from _prepare_env_file() to a new BinpkgEnvExtractorZac Medico2010-08-183-9/+99
* Remove unnecessary call to _prepare_env_file(), since it only makesZac Medico2010-08-181-8/+1
* Move environment sanity check to the Scheduler and do it if thereZac Medico2010-08-181-0/+36
* When suggesting solutions inside _show_circular_deps(), ignore solutionsZac Medico2010-08-181-0/+16
* Fix deprecation warnings from paren_reduce.Zac Medico2010-08-181-2/+2
* Fix small bug in _show_circular_deps and add some testsSebastian Luther2010-08-181-2/+1
* _show_circular_deps: Ignore solution that violate use dpendencies specified b...Sebastian Luther2010-08-181-6/+39
* _show_circular_deps: Stop prunning the graph to show (other) parents of the i...Sebastian Luther2010-08-181-14/+0
* _show_circular_deps: Fix handling of 'None' returned by extract_affecting_use...Sebastian Luther2010-08-181-1/+2
* _emerge.depgraph._show_circular_deps(): Find suggestions if an atom occures m...Sebastian Luther2010-08-181-11/+66
* Print suggestions for circular dependenciesSebastian Luther2010-08-181-8/+44
* _emerge.depgraph._show_circular_deps(): Display only the smallest cycleSebastian Luther2010-08-181-1/+31
* Use _prepare_env_file() to extract the binary package environment.bz2Zac Medico2010-08-181-1/+10
* * Replace config._iuse_implicit_re with a callable _iuse_implicit_matchZac Medico2010-08-182-13/+8
* Remove unused iuse_implicit attribute.Zac Medico2010-08-181-1/+0
* Temporarily disable portage.dep deprecation warnings for external apiZac Medico2010-08-171-0/+1
* Use binarytree._ensure_dir() to create the binpkg parent dir.Zac Medico2010-08-171-7/+1
* Fix breakage in REPLACING_VERSIONS support for emerge.Zac Medico2010-08-172-1/+15
* Use EbuildPhase instead of EbuildProcess, for things like die_hooksZac Medico2010-08-171-2/+2
* Make EbuildBinpkg inherit from CompositeTask since the EbuildPhaseZac Medico2010-08-171-12/+23