summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/EbuildMerge.py
Commit message (Collapse)AuthorAgeFilesLines
* EbuildMerge: add exit_hook to unlock build dirZac Medico2012-02-101-1/+3
| | | | | | | | This is needed since commit 7a6c34cc6bd6eb20a97e05347f87a0157f4ae58a in order to ensure that the build dir is unlocked before exit listeners are called. It fixes failures in catalyst stage 1 builds where two instances of the same package, built sequentially for separate roots, interfere with eachother's build dir lock.
* MergeProcess: remove unnecessary dblink attributeZac Medico2011-05-231-2/+1
|
* EbuildMerge: inherit from CompositeTaskZac Medico2011-05-151-10/+10
|
* Update header timestamps for modified files.Zac Medico2011-03-251-1/+1
|
* Merge packages asynchronously in Portage.David James2011-03-241-19/+28
| | | | | | | | This allows for the scheduler to continue to run while packages are being merged and installed, allowing for additional parallelism and making better use of the CPUs. Review URL: http://codereview.chromium.org/6713043
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
|
* 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/+50
Sebastian Mingramm (few) <s.mingramm@gmx.de> for this patch. svn path=/main/trunk/; revision=13663