2010-08-14 |
Sebastian Luther | portage.dep: Integrate the functionality of flatten... |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Zac Medico | Add support for NOCOLOR variable. |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Zac Medico | Merge branch 'master' of git+ssh://git.overlays.gentoo... |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Zac Medico | Pass $USE via IPC in order to ensure that we have the... |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Arfrever Frehtes... | Use more correct paths to byte-compiled Python modules... |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Zac Medico | Fix the ACCEPT_LICENSE setting that's generated for... |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Zac Medico | When in background mode, set NOCOLOR=true in order... |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Zac Medico | Add PORTAGE_PYTHON to _environ_whitelist. |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Zac Medico | Move PORTAGE_PYTHON setting to doebuild_environment... |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Zac Medico | Move 'phase' attribute to AbstractEbuildProcess from... |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Zac Medico | Add a QueryCommand.settings attribute and use it so... |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Zac Medico | Fix EbuildSpawnProcess to use self.settings.environ... |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Sebastian Luther | portage.dep: Integrate the functionality of dep_opconve... |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Zac Medico | Make sure PORTAGE_IPC_DAEMON is only in the environment for |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Zac Medico | Fix _schedule spelling in _schedule_waitpid(). |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Zac Medico | Add a PollScheduler._schedule_waitpid() method for... |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Sebastian Luther | Atom.violated_conditionals: Use iuse.is_valid_flag... |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Zac Medico | Add a SIGUSR1 handling to trigger pdb.set_trace(). |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Zac Medico | Add back the POLLHUP handling for now since PipeReaderT... |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Zac Medico | Stop handling POLLHUP events, since we're only polling... |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Zac Medico | Define basestring for python3. |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Sebastian Luther | Implement use dependency defaults |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Zac Medico | Don't call exit after pkg_nofetch since that prevents... |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Zac Medico | Filter PORTAGE_PYTHON in save_ebuild_env(). |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Zac Medico | Merge branch 'master' of git+ssh://git.overlays.gentoo... |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Zac Medico | Add a SIGUSR1 handler to trigger pdb.set_trace(). |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Arfrever Frehtes... | Use /usr/bin/python when PORTAGE_PYTHON variable is... |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Arfrever Frehtes... | Set PORTAGE_PYTHON in processes executed by portage... |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Arfrever Frehtes... | portage.os is apparently imported, so os doesn't need... |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Arfrever Frehtes... | Add a script, which simplifies testing with multiple... |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Arfrever Frehtes... | Ensure that all Python processes use the same version... |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Zac Medico | Setup EBUILD_MASTER_PID at the bottom, for scripts... |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Zac Medico | Handle KeyError due to stale events. |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Zac Medico | Set o-r on ipc fifos since the are sensitive to reading. |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Zac Medico | Bug #315615 - Use EbuildIpcDaemon to implement has_vers... |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Zac Medico | Rename SubProcess._zombie() to _orphan_process_warn... |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Zac Medico | Move EBUILD_MASTER_PID and associated SIGTERM trap... |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Zac Medico | Disable the die() stack trace when called by the die... |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Zac Medico | Remove message about race conditions in die, solved... |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Zac Medico | Write eerror messages to the log file, and only to... |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Zac Medico | Merge branch 'master' of git+ssh://git.overlays.gentoo... |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Arfrever Frehtes... | Add QA check for libtool libraries in Python site-packa... |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Zac Medico | Bug #278895 - After EbuildIpcDaemon identifies an ebuil... |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Arfrever Frehtes... | Add QA check for static libraries in Python site-packag... |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Arfrever Frehtes... | Remove files generated by testCompileModules. |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Arfrever Frehtes... | Fix some comments. |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Zac Medico | Use EbuildIpcDaemon to replace the functionality of |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Zac Medico | Use SpawnProcess instead of doebuild.spawn(). |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Zac Medico | * Fix IndexError in PollScheduler._next_poll_event... |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Zac Medico | Call pickle.load() directly on the input pipe, and... |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Zac Medico | Refactor interaction between EbuildIpcDaemon and ExitCo... |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Zac Medico | Clean up a bit. |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Zac Medico | Make IpcDaemonTestCase demonstrate an EbuildIpcDaemon... |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Zac Medico | Split out an EbuildIpcDaemon class from FifoIpcDaemon. |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Zac Medico | Fix inverted logic in eapi_supports_prefix() call,... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Zac Medico | Make locks quiet since unintended locking messages... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Zac Medico | Don't use unicode wrapper for mkfifo since it only... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Zac Medico | Add some pieces of an IPC framework that will eventuall... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Sebastian Luther | Tests: ResolverPlayground: more debug stuff |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Zac Medico | Avoid unnecessary sys.hexversion conditional. |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Zac Medico | Factor EBUILD_EXIT_STATUS_FILE code out of AbstractEbui... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Sebastian Luther | Tests: ResolverPlayground: add debug option to not... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Sebastian Luther | Tests: ResolverPlayground: create world file |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Zac Medico | Consolidate EBUILD_EXIT_STATUS_FILE handling in doebuil... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Zac Medico | Fix lazyimport() to handle partially imported modules... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Sebastian Luther | autounmask: Print use flag that trigger a given dep... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Sebastian Luther | Tests: more resolver/test_autounmask tests |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Sebastian Luther | portage.dep.extract_affecting_use: Don't raise if atom... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Sebastian Luther | Tests: Fix typo bug ResolverPlayground |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Sebastian Luther | Add portage.dep.extract_affecting_use() |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Zac Medico | Fix faulty $? handling in *into functions (from previou... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Dror Levin | Make utilities die on failure in EAPI 4, bug 273651 |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Zac Medico | Add copyright header. |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Zac Medico | Add missing __init__.py |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Sebastian Luther | Tests: More slot_collision_handler tests |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Sebastian Luther | Fix slot_collision_handler tests |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Sebastian Luther | Tests: add resolver/test_slot_collisions |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Sebastian Luther | Tests: resolver/ResolverPlayground: Create a proper... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Sebastian Luther | _emerge.depgraph: use writemsg() instead of print(... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Sebastian Luther | Tests: Fix bug in resolver/ResolverPlayground |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Sebastian Luther | Tests: resolver/test_slot_collisions: Check for slot_co... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Sebastian Luther | slot_collision_handler: Add more documentation |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Sebastian Luther | slot_collision_handler: Fix function names broken by... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Sebastian Luther | slot_collision_handler: Minor formatting changes |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Sebastian Luther | slot_collision_handler: Pass noiselevel=-1 to writemsg... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Sebastian Luther | Remove unused import |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Sebastian Luther | slot_collision_handler: Return a string instead of... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Sebastian Luther | slot_collision_handler: Don't print an explanation... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Sebastian Luther | Rework the way the slot_collision_handler selects packa... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Sebastian Luther | Add new slot collision handler in _emerge/resolver... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Sebastian Luther | autounmask: Print comments for USE changes too |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Sebastian Luther | Fix tests |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Sebastian Luther | Make REQUIRED_USE work again. Without paren_reduce... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Sebastian Luther | Tests: add resolver/test_required_use |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Sebastian Luther | Make sure we don't allow REQUIRED_USE in EAPIs that... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Sebastian Luther | Tests: ResolverPlayground: don't ignore "local config... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Sebastian Luther | Tests: add resolver/test_backtracking |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Sebastian Luther | Tests: add ResolverPlaygroundTestCase and port all... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Sebastian Luther | Make sure we don't allow IUSE defaults in EAPIs that... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Sebastian Luther | portage.dep.dep_check: Make sure we don't allow slot... |
commit | commitdiff | tree | snapshot |
next |