aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename pym→lib, for better distutils-r1 interoperabilityMichał Górny2018-07-181-439/+0
* CompositeTask: handle SIGINT/TERM cancelled futures (bug 657436)Zac Medico2018-06-051-0/+4
* preinst_selinux_labels: disable LD_PRELOAD sandbox (bug 655996)Zac Medico2018-05-211-1/+29
* EbuildPhase._ebuild_exit: use async_unlock (bug 614108)Zac Medico2018-04-191-5/+17
* EbuildPhase: add PackagePhase class for PKG_INSTALL_MASKZac Medico2018-03-271-0/+7
* _emerge.Ebuild*: delay creating DISTDIR shadow until src_unpackMichał Górny2018-01-261-2/+4
* portage.package.ebuild: Use a fake FILESDIR to catch invalid accessesMichał Górny2017-03-241-1/+5
* Display network-sandbox* FEATURES before setup phaseDaniel M. Weeks2017-03-231-4/+4
* refresh many URIs in the code baseMike Frysinger2016-06-281-1/+1
* EbuildPhase: fd_pipes NameError, bug #476312Zac Medico2013-07-091-1/+1
* Use sys.__std* streams for fileno().Zac Medico2013-07-071-2/+2
* doebuild: fix fd_pipes support, bug #475812Zac Medico2013-07-061-19/+23
* test-fail-continue: mark complete, bug #452030Zac Medico2013-01-151-1/+8
* EbuildPhase: fix WORKDIR owner after unpackZac Medico2012-09-111-1/+4
* EbuildPhase: simplify utime argsZac Medico2012-09-081-3/+1
* EbuildPhase: bump WORKDIR timestamp after unpackZac Medico2012-09-081-2/+9
* Move post_src_install metadata code to one func.Zac Medico2012-06-111-2/+2
* Handle more import exceptions involving xml.Zac Medico2012-06-041-2/+11
* add support for compressing debug sections to save spaceMike Frysinger2012-01-141-2/+4
* python3.2 fixes: ResourceWarning: unclosed fileZac Medico2011-08-251-2/+5
* Remove unneeded _unicode_decode for io.StringIO.Zac Medico2011-07-121-9/+4
* Remove python-2.6 StringIO.StringIO fallback.Zac Medico2011-07-121-5/+5
* Log maintainer info for pretend and nofetch.Zac Medico2011-07-111-4/+11
* Detect/create missing soname symlinks for libs.Zac Medico2011-06-291-0/+10
* Add FEATURES=distcc-pump support.MATSUU Takuto2011-05-201-1/+1
* EbuildPhase: fix locking for setup phaseZac Medico2011-05-151-1/+1
* EbuildPhase: AsynchronousLock for ebuild-locksZac Medico2011-05-151-9/+21
* EbuildPhase: extract binpkg env for pkg_pretendZac Medico2011-05-111-1/+1
* Use EROOT with VDB_PATH in recent changes.Zac Medico2011-05-071-2/+2
* Rename FEATURES=no-ebuild-locks to ebuild-locks.Zac Medico2011-05-071-5/+8
* Use finer grained locks for install.David James2011-05-071-1/+14
* Move preinst/postinst_bsdflags from bash to pyDavid James2011-04-281-1/+6
* Update header timestamps for modified files.Zac Medico2011-03-251-1/+1
* MergeProcess: Fix PORTAGE_BACKGROUND/LOG_FILE useZac Medico2011-03-241-11/+18
* EbuildPhase: Display upstream info before setup.Michał Górny2010-12-291-0/+5
* Display relevant FEATURES before setup phaseZac Medico2010-12-211-1/+15
* Fix readonly variable assignment for PORTAGE_BINPKG_TMPFILE whenZac Medico2010-09-301-0/+6
* In EbuildPhase, don't display Repository if the value is not available.Zac Medico2010-09-251-1/+2
* Make EbuildPhase display "Package" and "Repository" instead of "CPV"Zac Medico2010-09-161-2/+2
* Since pkg_nofetch is no longer called from fetch(), add a newZac Medico2010-09-101-1/+8
* Move the stale elog cleanup code from AbstractEbuildProcess toZac Medico2010-09-071-0/+16
* Replace the settings and herdstree parameters for the MetaDataXMLZac Medico2010-09-061-1/+3
* Use metadata.xml to print maintainer information in build.logSebastian Luther2010-09-061-0/+12
* Make EbuildPhase._elog() use the NOCOLOR variable from self.settings,Zac Medico2010-09-051-2/+8
* Take the code which displays ebuild information before pkg_setup,Zac Medico2010-09-051-0/+26
* Remove reference to nonexistent _unlock_builddir() method inv2.2_rc73Zac Medico2010-09-011-1/+0
* Bug #334253 - Fix breakage in FEATURES=test-fail-continue logic.Zac Medico2010-08-241-1/+5
* During the post src_install QA checks, log to a temporary fileZac Medico2010-08-221-3/+48
* Bug #324191 - Add support for FEATURES=compress-build-logs. The causesZac Medico2010-08-211-27/+7
* Move code from EbuildProcess to EbuildPhase.Zac Medico2010-08-191-3/+23