summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
Commit message (Expand)AuthorAgeFilesLines
* Fix ebuild.sh argument for cleanrm phase.Zac Medico2010-08-161-1/+6
* Move the fakeroot_state attribute back to EbuildSpawnProcess fromZac Medico2010-08-162-4/+4
* Move fakeroot_state attribute from EbuildSpawnProcess toZac Medico2010-08-162-4/+4
* Remove unused attributes from classes.Zac Medico2010-08-168-39/+32
* Split out parts of doebuild() so that EbuildProcess can bypass itZac Medico2010-08-163-26/+50
* Revert back to using portdbapi.getFetchMap() since the Package classZac Medico2010-08-161-5/+6
* Pass is_valid_flag to use_reduce if possibleSebastian Luther2010-08-162-4/+5
* portage.dep.use_reduce: Better validation of use flags in use conditionalsSebastian Luther2010-08-161-1/+1
* Convert EbuildBinpkg to inherit from MiscFunctionsProcess insteadZac Medico2010-08-162-29/+33
* Use _parse_uri_map() so that we can use cached metadata instead ofZac Medico2010-08-161-6/+5
* Enable EbuildIpcDaemon support by default.Zac Medico2010-08-151-4/+5
* Remove PollScheduler._schedule_waitpid() since this case isn't triggeredZac Medico2010-08-154-33/+3
* Don't handle KeyError when looking up event handlers, sinceZac Medico2010-08-151-31/+12
* Fix PollScheduler._unregister() to discard any unhandled eventsZac Medico2010-08-151-0/+13
* Fix SubProcess instances to call _set_returncode() when appropriate,Zac Medico2010-08-154-8/+8
* Evaluate SRC_URI and return early if there's nothing to fetch.Zac Medico2010-08-151-26/+52
* Make DoebuildSpawnTestCase instantiate a minimal Package instance, andZac Medico2010-08-151-1/+1
* Remove unuser return values from PollScheduler event handlers.Zac Medico2010-08-154-6/+0
* Remove redundant os.path.join() call in _init_ipc_fifos().Zac Medico2010-08-151-3/+1
* Add the "unexpected bash exit" case to the docstring.Zac Medico2010-08-151-1/+3
* Disable EbuildIpcDaemon for now, since it seems to be triggeringZac Medico2010-08-141-20/+81
* portage.dep: Integrate the functionality of flatten into use_reduceSebastian Luther2010-08-141-2/+2
* 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-143-11/+11
* 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-142-8/+3
* Make sure PORTAGE_IPC_DAEMON is only in the environment forZac Medico2010-08-141-3/+6
* Fix _schedule spelling in _schedule_waitpid().Zac Medico2010-08-141-1/+1
* Add a PollScheduler._schedule_waitpid() method for SubProcess._wait()Zac Medico2010-08-144-4/+49
* Atom.violated_conditionals: Use iuse.is_valid_flag instead of iuse.allSebastian Luther2010-08-132-6/+8
* Add back the POLLHUP handling for now since PipeReaderTestCase breaksZac Medico2010-08-131-1/+5
* Stop handling POLLHUP events, since we're only polling for input andZac Medico2010-08-131-5/+1
* Implement use dependency defaultsSebastian Luther2010-08-133-13/+31
* Handle KeyError due to stale events.Zac Medico2010-08-131-6/+14
* Bug #315615 - Use EbuildIpcDaemon to implement has_version and best_version.Zac Medico2010-08-133-2/+9
* Rename SubProcess._zombie() to _orphan_process_warn() and clarifyZac Medico2010-08-132-6/+6
* 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-132-1/+28
* Use EbuildIpcDaemon to replace the functionality ofZac Medico2010-08-131-11/+86
* * Fix IndexError in PollScheduler._next_poll_event() by raisingZac Medico2010-08-131-2/+11
* Call pickle.load() directly on the input pipe, and handle exceptions.Zac Medico2010-08-121-7/+4
* Refactor interaction between EbuildIpcDaemon and ExitCommand.Zac Medico2010-08-121-1/+21
* Make IpcDaemonTestCase demonstrate an EbuildIpcDaemon basedZac Medico2010-08-121-10/+10
* Split out an EbuildIpcDaemon class from FifoIpcDaemon.Zac Medico2010-08-122-42/+53
* Add some pieces of an IPC framework that will eventually allow ebuildZac Medico2010-08-121-0/+108
* Avoid unnecessary sys.hexversion conditional.Zac Medico2010-08-121-5/+2
* Factor EBUILD_EXIT_STATUS_FILE code out of AbstractEbuildProcessZac Medico2010-08-124-29/+16
* Consolidate EBUILD_EXIT_STATUS_FILE handling in doebuild.spawn()Zac Medico2010-08-122-4/+12
* autounmask: Print use flag that trigger a given dep in commentsSebastian Luther2010-08-121-2/+33
* Add copyright header.Zac Medico2010-08-121-0/+2