aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Move code from EbuildProcess to EbuildPhase.Zac Medico2010-08-191-21/+1
|
* Pass actionmap keyword argument as keyword, rather than positional.Zac Medico2010-08-171-1/+1
|
* Unify ebuild spawing some more. All proper ebuild phases which executeZac Medico2010-08-171-24/+5
| | | | ebuild.sh are spawned via _doebuild_spawn() now. No exceptions.
* Fix _spawn_phase() to spawn phases without sandbox when necessary.Zac Medico2010-08-171-8/+2
|
* Make doebuild() use EbuildPhase to execute all phase (unless returnpidZac Medico2010-08-171-0/+10
| | | | is True, which is only for the "depend" phase now).
* Make spawnebuild() use EbuildPhase to eliminate duplicate code.Zac Medico2010-08-161-5/+9
|
* Fix ebuild.sh argument for cleanrm phase.Zac Medico2010-08-161-1/+6
|
* Remove unused attributes from classes.Zac Medico2010-08-161-1/+1
|
* Split out parts of doebuild() so that EbuildProcess can bypass itZac Medico2010-08-161-18/+19
| | | | and call the spawn() function directly.
* Move 'phase' attribute to AbstractEbuildProcess from subclasses, soZac Medico2010-08-141-1/+1
| | | | the _get_phase() method isn't needed.
* Factor EBUILD_EXIT_STATUS_FILE code out of AbstractEbuildProcessZac Medico2010-08-121-5/+1
| | | | subclasses and into AbstractEbuildProcess itself.
* Relocate attributes from AbstractEbuildProcess to subclasses that useZac Medico2010-08-091-1/+1
| | | | them, since EbuildSpawnProcess doesn't use the attributes.
* Implement REPLACING_VERSIONS and REPLACED_BY_VERSIONSebastian Luther2010-04-101-1/+2
|
* 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-4/+6
| | | | svn path=/main/trunk/; revision=15448
* Add a AbstractEbuildProcess class for MiscFunctionsProcess to inherit theZac Medico2009-12-061-18/+5
| | | | | | _pipe and _can_log methods that used to be in the EbuildProcess class. svn path=/main/trunk/; revision=14933
* Bug #162404 - Automatically disable logging if sesandbox is enabled and aZac Medico2009-12-051-0/+7
| | | | | | | pty is not available for some reason (currently they are never available with python3). svn path=/main/trunk/; revision=14928
* 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/+55
Sebastian Mingramm (few) <s.mingramm@gmx.de> for this patch. svn path=/main/trunk/; revision=13663