aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* AsynchronousTask: don't wait for exit statusZac Medico2012-02-131-2/+1
* Use timeout_add to avoid recursion, bug #402335.Zac Medico2012-02-071-8/+29
* AbstractEbuildProcess: interactive pkg_configZac Medico2011-12-131-0/+2
* AbstractEbuildProcess: null in if not interactiveZac Medico2011-12-131-1/+13
* Remove unneeded _unicode_decode for io.StringIO.Zac Medico2011-07-121-4/+1
* Remove python-2.6 StringIO.StringIO fallback.Zac Medico2011-07-121-3/+2
* SubProcess: fix status for _set_returncode callerZac Medico2011-06-091-1/+1
* AbstractEbuildProcess: handle kill by signalZac Medico2011-06-091-5/+19
* MergeProcess: Fix PORTAGE_BACKGROUND/LOG_FILE useZac Medico2011-03-241-2/+4
* AbstractPollTask: log exceptional eventsZac Medico2011-03-091-0/+5
* Add PollScheduler.terminate() for interruption.Zac Medico2011-01-151-3/+4
* Copy term size to pty only if foreground.Zac Medico2010-10-231-1/+3
* has/best_version: eqawarn if EAPI wrong for atomZac Medico2010-10-111-1/+1
* Bug #337465 - Enable EbuildIpcDaemon on Darwin and FreeBSD sinceZac Medico2010-09-251-8/+0
* Bug #337465 - Disable EbuildIpcDaemon on Darwin and FreeBSD sinceZac Medico2010-09-211-0/+8
* Bug #337465 - Enable EbuildIpcDaemon on Darwin and FreeBSD since itZac Medico2010-09-191-8/+0
* Disable EbuildIpcDaemon for Darwin (similar issues to FreeBSD).Zac Medico2010-09-181-1/+2
* Bug #337465 - Disable EbuildIpcDaemon on FreeBSD since it doesn'tv2.2_rc83Zac Medico2010-09-151-0/+8
* Make EbuildBuildDir use the PORTAGE_BUILDDIR variable instead of theZac Medico2010-09-141-1/+0
* Make AbstractEbuildProcess lock PORTAGE_BUILDIR if it's not alreadyZac Medico2010-09-131-1/+10
* Move the stale elog cleanup code from AbstractEbuildProcess toZac Medico2010-09-071-14/+0
* Move the stale elog cleanup code from _doebuild_spawn() toZac Medico2010-09-071-1/+17
* Add a more generic AbstractEbuildProcess._elog() method to replaceZac Medico2010-09-051-3/+13
* In AbstractEbuildProcess._start(), verify that PORTAGE_BUILDIRZac Medico2010-09-041-0/+13
* Add a TODO note to AbstractEbuildProcess._can_log() about adding supportZac Medico2010-08-301-0/+3
* Remove unused imports found by pylint.Arfrever Frehtes Taifersar Arahesis2010-08-291-3/+1
* Allow more time for natural exit of the ebuild process after it hasZac Medico2010-08-221-4/+9
* Bug #324191 - Add support for FEATURES=compress-build-logs. The causesZac Medico2010-08-211-12/+2
* Move the fakeroot_state attribute back to EbuildSpawnProcess fromZac Medico2010-08-161-3/+1
* Move fakeroot_state attribute from EbuildSpawnProcess toZac Medico2010-08-161-1/+3
* Enable EbuildIpcDaemon support by default.Zac Medico2010-08-151-4/+5
* Remove redundant os.path.join() call in _init_ipc_fifos().Zac Medico2010-08-151-3/+1
* Disable EbuildIpcDaemon for now, since it seems to be triggeringZac Medico2010-08-141-20/+81
* When in background mode, set NOCOLOR=true in order to prevent colorZac Medico2010-08-141-0/+5
* Move 'phase' attribute to AbstractEbuildProcess from subclasses, soZac Medico2010-08-141-9/+9
* Add a QueryCommand.settings attribute and use it so that $USEZac Medico2010-08-141-1/+1
* Fix EbuildSpawnProcess to use self.settings.environ() for the spawnZac Medico2010-08-141-7/+2
* Make sure PORTAGE_IPC_DAEMON is only in the environment forZac Medico2010-08-141-3/+6
* Bug #315615 - Use EbuildIpcDaemon to implement has_version and best_version.Zac Medico2010-08-131-1/+7
* Rename SubProcess._zombie() to _orphan_process_warn() and clarifyZac Medico2010-08-131-4/+4
* Write eerror messages to the log file, and only to stdout whenZac Medico2010-08-131-5/+30
* Bug #278895 - After EbuildIpcDaemon identifies an ebuild process thatZac Medico2010-08-131-0/+10
* Use EbuildIpcDaemon to replace the functionality ofZac Medico2010-08-131-11/+86
* Factor EBUILD_EXIT_STATUS_FILE code out of AbstractEbuildProcessZac Medico2010-08-121-0/+13
* Relocate attributes from AbstractEbuildProcess to subclasses that useZac Medico2010-08-091-1/+1
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Move _pty module to portage.util._pty.Zac Medico2010-03-021-1/+1
* Split doebuild and related code to the portage.package.ebuild module.Zac Medico2010-02-251-1/+2
* Add a AbstractEbuildProcess class for MiscFunctionsProcess to inherit theZac Medico2009-12-061-0/+24