Use EROOT instead of ROOT for keys everywhere.
[portage.git] / pym / portage / package / ebuild / doebuild.py
2011-10-25 Zac MedicoUse EROOT instead of ROOT for keys everywhere.
2011-10-24 Zac Medicodoebuid: deprecate redundant "root" parameter
2011-10-18 Zac Medicopython3.2 fixes: "ResourceWarning: unclosed file"
2011-10-14 Zac MedicoFix inverted QA_SONAME_NO_SYMLINK logic.
2011-10-14 Zac MedicoDon't generate soname symlinks for bug #387053.
2011-10-14 Zac MedicoAdd QA_SONAME_NO_SYMLINK for bug #387053.
2011-10-11 Zac MedicoEnsure correct IUSE in vdb for bug #386829.
2011-09-28 Zac Medicodoebuild: allow_missing_manifests AttributeError
2011-09-28 Brian Harringmanifest: controllable per repo
2011-09-27 David JamesCleanup unused variables / imports reported by pyflakes.
2011-09-22 Brian Harringadd install hooks
2011-09-15 Zac Medicodoebuild: avoid redundant distfiles checks
2011-09-13 Zac Medico_validate_deps: pass myrepo to aux_get
2011-09-13 Zac Medicodoebuild: support allow-missing and thin manifest
2011-09-12 Brian HarringBind all manifest access through repoconfigs
2011-09-03 Zac MedicoHandle symlink content with bad encoding.
2011-09-01 Zac Medicodoebuild_environment: include EPREFIX in ED
2011-09-01 Zac MedicoRevert "xml/metadata: implement XMLParser.doctype()"
2011-09-01 Zac Medicoxml/metadata: implement XMLParser.doctype()
2011-08-31 Zac Medicodoebuild: only check .unpacked for porttree
2011-08-30 Zac Medicodoebuild: check distfiles digests less often
2011-08-29 Arfrever Frehtes... Mark some messages for translation.
2011-08-29 Zac Medicospawnebuild: skip previously executed phases
2011-08-28 Zac Medicodoebuild: avoid redundant distfiles checks
2011-08-28 Zac MedicoFix possible NameError in finally block.
2011-08-28 Arfrever Frehtes... Fix "ResourceWarning: unclosed file" with Python 3.2.
2011-08-25 Zac Medicopython3.2 fixes: ResourceWarning: unclosed file
2011-08-09 Zac Medico_check_temp_dir: check for 'portage' symlink
2011-07-14 Zac MedicoSet PORTAGE_REPO_NAME for depend phase.
2011-07-14 Zac Medicodebuild: pass manifest to digestcheck() v2.2.0_alpha45
2011-07-14 Zac Medicodoebuild: discard cached manifest when necessary
2011-07-14 Zac Medicodebuild: pass dist digests to fetch()
2011-07-14 Zac MedicoRevert "ebuild(1): allow-missing-manifests for fetch"
2011-07-12 Zac MedicoBUILD_TIME: use string format op for time.time() v2.2.0_alpha44
2011-07-12 Zac MedicoUse explicit 'mode' keyword arg with io.open().
2011-07-10 Zac MedicoMigrate from codecs.open() to io.open().
2011-07-07 Zac Medicoebuild(1): allow-missing-manifests for fetch
2011-06-30 Zac Medicoebuild(1): use bintree.inject for "package" phase
2011-06-30 Zac MedicoOnly create soname symlinks in global libdirs.
2011-06-29 Zac MedicoDetect/create missing soname symlinks for libs.
2011-06-17 Zac Medicodoebuild: don't set REPLACING_VERSIONS for remove
2011-06-17 Zac Medicodoebuild: export REPLACING_VERSIONS more
2011-06-05 Zac MedicoUniformly check EAPI when avoiding setcpv calls.
2011-05-24 Zac Medicodoebuild_environment: move EAPI code later
2011-05-07 Zac Medicodoebuild: use EbuildBuildDir for locking
2011-04-28 Zac Medico_postinst_bsdflags: apply to $ROOT, not $D
2011-04-28 David JamesMove preinst/postinst_bsdflags from bash to py
2011-04-12 Zac Medicodoins: tweak $DISTDIR symlink handling
2011-03-11 Zac MedicoMake all temp dirs under $PORTAGE_TMPDIR/portage.
2011-02-04 Zac Medicoebuild(1): skip REQUIRED_USE for some phases
2011-02-04 Zac Medicoebuild(1): ensure REQUIRED_USE is satisfied
2011-02-01 Zac Medicodoebuild: always return success for listonly mode
2011-01-22 Zac Medicofdopen: read from processes in unbuffered mode v2.2.0_alpha19
2011-01-19 Zac Medicodoebuid: clean up AA handling
2011-01-18 Zac MedicoFix breakage from previous commit.
2011-01-18 Zac Medicodoebuild_environent: handle A/AA initialization
2011-01-12 Zac MedicoDon't filter QA warning for --disable-dep...
2011-01-01 Ulrich MuellerFilter QA warning for --disable-dependency-tracking...
2011-01-01 Ulrich MuellerUpdate copyright date.
2010-12-28 Zac Medicodoebuild: validate more Package metadata keys
2010-12-27 Zac Medicoebuild(1): use Package to validate metadata
2010-12-21 Zac Medicodoebuild: remove unused emerge/returnpid logic v2.2.0_alpha10
2010-12-21 Zac Medicodoebuild: fix more bug #349273
2010-12-21 Zac Medicodoebuild: fix bug #349273
2010-12-20 Zac MedicoUse write_atomic to rewrite lafiles.
2010-12-05 Zac MedicoSync EMERGE_FROM code with MERGE_TYPE code.
2010-12-04 Zac Medicodoebuild: enable pretend phase as setup dep
2010-12-04 Zac Medicodoebuild: set MERGE_TYPE for ebuild(1)
2010-11-06 Arfrever Frehtes... Remove remnants of parse-eapi-glep-55.
2010-10-27 Zac Medicoam maintainer-mode: ignore autotest and help2man
2010-10-21 Zac MedicoSuppress 'invalid .la file' message if necessary.
2010-10-01 Zac MedicoDeprecate spawnebuild() with returnpid.
2010-10-01 Zac MedicoDeprecate doebuild() with returnpid.
2010-09-18 Zac MedicoRemove unused PORTAGE_MASTER_PID variable.
2010-09-15 Zac MedicoIn doebuild(), skip PORTAGE_BUILDDIR locking if it...
2010-09-14 Zac MedicoMake EbuildBuildDir use the PORTAGE_BUILDDIR variable...
2010-09-14 Zac MedicoUse EbuildBuildDir for PORTAGE_BUILDDIR locking inside...
2010-09-11 Zac MedicoSince pkg_nofetch is no longer called from fetch()...
2010-09-11 Zac MedicoIn doebuild(), don't trigger prepare_build_dirs() for...
2010-09-07 Zac MedicoMove the stale elog cleanup code from _doebuild_spawn...
2010-09-07 Zac MedicoFix broken $PORTAGE_BUILDDIR/.$EBUILD_PHASEed path...
2010-09-07 Zac MedicoMove stale elog cleanup code from ebuild.sh to _doebuil...
2010-09-06 Zac MedicoShow a DeprecationWarning inside doebuild() if the...
2010-09-05 Zac MedicoMake doebuild.py use PollScheduler instances directly...
2010-09-01 Zac MedicoMake more doebuild() commands exempt from _check_temp_d...
2010-09-01 Zac MedicoIn doebuild(), don't call _check_temp_dir() for pseudo...
2010-08-29 Arfrever Frehtes... Remove unused imports found by pylint.
2010-08-28 Zac MedicoSimplify the empty USE conditional /var/db/pkg metadata...
2010-08-28 Zac MedicoWhen evaluating USE conditional metadata for /var/db...
2010-08-27 Zac MedicoMerge branch 'master' of git+ssh://git.overlays.gentoo...
2010-08-27 Arfrever Frehtes... Fix some typos.
2010-08-26 Zac MedicoFix breakage in use_reduce() calls where token_class...
2010-08-26 Zac MedicoMake use_reduce() call Atom.evaluate_conditionals(...
2010-08-26 Sebastian LutherLet use_reduce and Atom do EAPI checks
2010-08-26 Zac MedicoUse a PORTAGE_SIGPIPE_STATUS variable to export 128...
2010-08-23 Zac MedicoFix spelling in zlib.error message.
2010-08-23 Zac MedicoHandle zlib.error when reading compressed build logs...
2010-08-21 Zac MedicoBug #324191 - Add support for FEATURES=compress-build...
2010-08-21 Zac MedicoRemove duplicate realpath call for PORTAGE_TMPDIR.
2010-08-20 Zac Medico* Fix EROOT handling in various places in vartree.py...
next