summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/EbuildBuildDir.py
Commit message (Collapse)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
| | | | category directory for removal.
* Make EbuildBuildDir use the PORTAGE_BUILDDIR variable instead of theZac Medico2010-09-141-2/+4
| | | | dir_path attribute.
* Make AbstractEbuildProcess lock PORTAGE_BUILDIR if it's not alreadyZac Medico2010-09-131-0/+2
| | | | locked.
* Make EbuildBuild call doebuild_environment() so that EbuildBuildDirZac Medico2010-09-131-16/+1
| | | | doesn't need to.
* Bug #336142 - Add support for using a thread to wait for locks insideZac Medico2010-09-131-7/+12
| | | | | EbuildBuildDir.lock() so that the scheduler can concurrently service ipc calls in the main thread.
* Make EbuildBuildDir.clean_log() do nothing when FEATURES=keepwork isZac Medico2010-07-161-1/+5
| | | | enabled.
* 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
| | | | | | | $PORT_LOGDIR. This reverts bug 304981 (reporting doesn't use tee like this anymore so he'd prefer the old behavior). svn path=/main/trunk/; revision=15722
* Bug #304981 - Truncate the build log after successful fetch, instead ofZac Medico2010-02-141-3/+4
| | | | | | removing it, so as not to interfere with tail -f. svn path=/main/trunk/; revision=15352
* Bug #286522 - Check all portdbapi.findname return values in case itZac Medico2009-09-261-0/+3
| | | | | | returns None, and raise 'ebuild not found' exceptions when necessary. svn path=/main/trunk/; revision=14442
* Update syntax of numbers for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-2/+2
| | | | | | (2to3-3.1 -f numliterals -nw ${FILES}) svn path=/main/trunk/; revision=14292
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-1/+1
| | | | | | (2to3-3.1 -f except -nw ${FILES}) svn path=/main/trunk/; revision=14289
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-8/+3
| | | | | | _unicode_encode() and _unicode_decode() where appropriate. svn path=/main/trunk/; revision=13993
* Add/update copyright headers.Zac Medico2009-06-251-0/+4
| | | | svn path=/main/trunk/; revision=13690
* Bug #275047 - Split _emerge/__init__.py into smaller pieces. Thanks toZac Medico2009-06-221-0/+96
Sebastian Mingramm (few) <s.mingramm@gmx.de> for this patch. svn path=/main/trunk/; revision=13663