summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/EbuildBuildDir.py
Commit message (Expand)AuthorAgeFilesLines
* Fix PORTAGE_BUILDIR_LOCKED typo.Arfrever Frehtes Taifersar Arahesis2012-11-161-2/+2
* EbuildBuildDir: ignore rmdir failure, bug #400641Zac Medico2012-09-031-5/+2
* Move _emerge.SlotObject to portage.util.Zac Medico2012-02-171-2/+3
* Update timestamps in headers of modified files.Zac Medico2011-05-171-1/+1
* EbuildBuildDir: handle AsynchronousLock failureZac Medico2011-05-161-9/+18
* EbuildBuildDir: allow EPERM when removing catdirZac Medico2010-10-221-1/+1
* EbuildBuildDir: tolerate some permission issuesZac Medico2010-10-221-6/+15
* AsynchronousLock: use subprocess if no threadsZac Medico2010-10-211-2/+2
* Make EbuildBuildDir.unlock() use an asynchronous lock when locking theZac Medico2010-09-141-13/+9
* Make EbuildBuildDir use the PORTAGE_BUILDDIR variable instead of theZac Medico2010-09-141-2/+4
* Make AbstractEbuildProcess lock PORTAGE_BUILDIR if it's not alreadyZac Medico2010-09-131-0/+2
* Make EbuildBuild call doebuild_environment() so that EbuildBuildDirZac Medico2010-09-131-16/+1
* Bug #336142 - Add support for using a thread to wait for locks insideZac Medico2010-09-131-7/+12
* Make EbuildBuildDir.clean_log() do nothing when FEATURES=keepwork isZac Medico2010-07-161-1/+5
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Unlink log instead of truncate, to avoid leaving empty log inZac Medico2010-03-021-2/+1
* Bug #304981 - Truncate the build log after successful fetch, instead ofZac Medico2010-02-141-3/+4
* Bug #286522 - Check all portdbapi.findname return values in case itZac Medico2009-09-261-0/+3
* Update syntax of numbers for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-2/+2
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-1/+1
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-8/+3
* Add/update copyright headers.Zac Medico2009-06-251-0/+4
* Bug #275047 - Split _emerge/__init__.py into smaller pieces. Thanks toZac Medico2009-06-221-0/+96