summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/EbuildPhase.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove duplicate attributes from __slots__.Zac Medico2010-08-191-2/+1
* Move the code from _prepare_env_file() to a new BinpkgEnvExtractorZac Medico2010-08-181-1/+23
* Make spawnebuild() use EbuildPhase to eliminate duplicate code.Zac Medico2010-08-161-5/+8
* Remove unused attributes from classes.Zac Medico2010-08-161-10/+8
* Fix output handling for FEATURES="lafilefixing".Zac Medico2010-07-121-11/+14
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Split doebuild and related code to the portage.package.ebuild module.Zac Medico2010-02-251-6/+7
* Bug #295715 - Implement a register_success_hook function to complementZac Medico2009-12-061-11/+22
* Always append QA Notices resulting from the build log search to the end ofZac Medico2009-12-051-4/+11
* Bug #287950 - Add support for FEATURES=fail-clean which is useful for cleaningZac Medico2009-10-071-0/+25
* Use _encodings where appropriate.Zac Medico2009-08-191-4/+8
* Rename and log installed files that don't conform to portage._merge_encodingZac Medico2009-08-141-1/+10