summaryrefslogtreecommitdiffstats
path: root/pym/portage/package/ebuild/doebuild.py
Commit message (Expand)AuthorAgeFilesLines
* Suppress 'invalid .la file' message if necessary.Zac Medico2010-10-211-2/+12
* Deprecate spawnebuild() with returnpid.Zac Medico2010-09-301-0/+7
* Deprecate doebuild() with returnpid.Zac Medico2010-09-301-0/+6
* Remove unused PORTAGE_MASTER_PID variable.Zac Medico2010-09-171-2/+0
* In doebuild(), skip PORTAGE_BUILDDIR locking if it's already lockedZac Medico2010-09-141-3/+6
* Make EbuildBuildDir use the PORTAGE_BUILDDIR variable instead of theZac Medico2010-09-141-1/+0
* Use EbuildBuildDir for PORTAGE_BUILDDIR locking inside doebuild().Zac Medico2010-09-131-2/+7
* Since pkg_nofetch is no longer called from fetch(), add a newZac Medico2010-09-101-0/+2
* In doebuild(), don't trigger prepare_build_dirs() for the fetch phaseZac Medico2010-09-101-2/+1
* Move the stale elog cleanup code from _doebuild_spawn() toZac Medico2010-09-071-12/+0
* Fix broken $PORTAGE_BUILDDIR/.$EBUILD_PHASEed path generation insideZac Medico2010-09-071-2/+2
* Move stale elog cleanup code from ebuild.sh to _doebuild_spawn(), soZac Medico2010-09-071-0/+12
* Show a DeprecationWarning inside doebuild() if the old 'depend' phaseZac Medico2010-09-061-2/+8
* Make doebuild.py use PollScheduler instances directly sinceZac Medico2010-09-051-13/+10
* Make more doebuild() commands exempt from _check_temp_dir().Zac Medico2010-09-011-2/+8
* In doebuild(), don't call _check_temp_dir() for pseudo-phases such asZac Medico2010-09-011-3/+5
* Remove unused imports found by pylint.Arfrever Frehtes Taifersar Arahesis2010-08-291-2/+1
* Simplify the empty USE conditional /var/db/pkg metadata code inZac Medico2010-08-281-8/+6
* When evaluating USE conditional metadata for /var/db/pkg insideZac Medico2010-08-281-0/+11
* Fix some typos.Arfrever Frehtes Taifersar Arahesis2010-08-281-1/+1
* Fix breakage in use_reduce() calls where token_class=Atom is incorrect.Zac Medico2010-08-261-1/+7
* Make use_reduce() call Atom.evaluate_conditionals() when matchall is False,Zac Medico2010-08-261-11/+1
* Let use_reduce and Atom do EAPI checksSebastian Luther2010-08-261-3/+1
* Use a PORTAGE_SIGPIPE_STATUS variable to export 128 + SIGPIPE to theZac Medico2010-08-251-0/+6
* Fix spelling in zlib.error message.Zac Medico2010-08-221-1/+1
* Handle zlib.error when reading compressed build logs via GzipFile.Zac Medico2010-08-221-0/+8
* Bug #324191 - Add support for FEATURES=compress-build-logs. The causesZac Medico2010-08-211-3/+7
* Remove duplicate realpath call for PORTAGE_TMPDIR.Zac Medico2010-08-201-4/+2
* * Fix EROOT handling in various places in vartree.py. It should beZac Medico2010-08-201-3/+17
* Move the code from _prepare_env_file() to a new BinpkgEnvExtractorZac Medico2010-08-181-41/+25
* Move environment sanity check to the Scheduler and do it if thereZac Medico2010-08-181-16/+0
* Bug #308933 - Export os.path.realpath(PORTAGE_TMPDIR), to make sandboxZac Medico2010-08-181-1/+1
* Use binarytree._ensure_dir() to create the binpkg parent dir.Zac Medico2010-08-171-6/+11
* Add pretend to actionmap_deps.Zac Medico2010-08-171-1/+2
* Fix the REPLACING_VERSIONS code to work in cases when the pretend/setupZac Medico2010-08-171-16/+21
* Discard REPLACING_VERSIONS and REPLACED_BY_VERSION when they are noZac Medico2010-08-171-0/+2
* Fix _spawn_phase() to pass actionmap to EbuildPhase.Zac Medico2010-08-171-1/+1
* Unify ebuild spawing some more. All proper ebuild phases which executeZac Medico2010-08-171-42/+48
* Fix _spawn_phase() to spawn phases without sandbox when necessary.Zac Medico2010-08-171-0/+9
* Make doebuild() use EbuildPhase to execute all phase (unless returnpidZac Medico2010-08-171-33/+31
* Make sure doebuild() doesn't erroneously unlink a logfile when returnpidZac Medico2010-08-171-1/+1
* Use EbuildPhase to eliminate duplicate phase conditionals from doebuild().Zac Medico2010-08-161-28/+2
* Use EbuildPhase to execute preinst/postinst and eliminate duplicate code.Zac Medico2010-08-161-65/+9
* Use MiscFunctionsProcess to eliminate the _spawn_misc_sh() function.Zac Medico2010-08-161-27/+0
* Make spawnebuild() use EbuildPhase to eliminate duplicate code.Zac Medico2010-08-161-65/+18
* Expand sys.executable earlier, so that change of sys.executable symlinkArfrever Frehtes Taifersar Arahesis2010-08-161-1/+1
* Ensure that PORTAGE_PYTHON isn't a symlink.Arfrever Frehtes Taifersar Arahesis2010-08-161-1/+1
* Split out parts of doebuild() so that EbuildProcess can bypass itZac Medico2010-08-161-123/+135
* Split the actionmap code out of doebuild() into a _spawn_actionmap()Zac Medico2010-08-161-46/+50
* Move PORTAGE_PYTHON setting to doebuild_environment() so that itZac Medico2010-08-141-0/+3