misc
/
portage
debian
master
gentoo portage for debian
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use EbuildIpcDaemon to replace the functionality of
Zac Medico
2010-08-13
11
-117
/
+156
*
Use SpawnProcess instead of doebuild.spawn().
Zac Medico
2010-08-13
1
-17
/
+14
*
* Fix IndexError in PollScheduler._next_poll_event() by raising
Zac Medico
2010-08-13
1
-2
/
+11
*
Call pickle.load() directly on the input pipe, and handle exceptions.
Zac Medico
2010-08-12
1
-7
/
+4
*
Refactor interaction between EbuildIpcDaemon and ExitCommand.
Zac Medico
2010-08-12
2
-9
/
+27
*
Clean up a bit.
Zac Medico
2010-08-12
1
-6
/
+3
*
Make IpcDaemonTestCase demonstrate an EbuildIpcDaemon based
Zac Medico
2010-08-12
3
-30
/
+60
*
Split out an EbuildIpcDaemon class from FifoIpcDaemon.
Zac Medico
2010-08-12
3
-44
/
+55
*
Fix inverted logic in eapi_supports_prefix() call, which causes a
Zac Medico
2010-08-12
1
-1
/
+1
*
Make locks quiet since unintended locking messages displayed on
Zac Medico
2010-08-12
1
-0
/
+3
*
Don't use unicode wrapper for mkfifo since it only allows string
Zac Medico
2010-08-12
1
-0
/
+1
*
Add some pieces of an IPC framework that will eventually allow ebuild
Zac Medico
2010-08-12
4
-0
/
+229
*
Tests: ResolverPlayground: more debug stuff
Sebastian Luther
2010-08-12
1
-1
/
+6
*
Avoid unnecessary sys.hexversion conditional.
Zac Medico
2010-08-12
1
-5
/
+2
*
Factor EBUILD_EXIT_STATUS_FILE code out of AbstractEbuildProcess
Zac Medico
2010-08-12
5
-30
/
+17
*
Tests: ResolverPlayground: add debug option to not supress depgraph output
Sebastian Luther
2010-08-12
1
-2
/
+4
*
Tests: ResolverPlayground: create world file
Sebastian Luther
2010-08-12
1
-1
/
+14
*
Consolidate EBUILD_EXIT_STATUS_FILE handling in doebuild.spawn()
Zac Medico
2010-08-12
3
-44
/
+20
*
Fix lazyimport() to handle partially imported modules by creating
Zac Medico
2010-08-12
1
-1
/
+5
*
autounmask: Print use flag that trigger a given dep in comments
Sebastian Luther
2010-08-12
1
-2
/
+33
*
Tests: more resolver/test_autounmask tests
Sebastian Luther
2010-08-12
1
-0
/
+19
*
portage.dep.extract_affecting_use: Don't raise if atom is not in dep string
Sebastian Luther
2010-08-12
2
-10
/
+4
*
Tests: Fix typo bug ResolverPlayground
Sebastian Luther
2010-08-12
1
-2
/
+2
*
Add portage.dep.extract_affecting_use()
Sebastian Luther
2010-08-12
2
-0
/
+173
*
Fix faulty $? handling in *into functions (from previous commit).
Zac Medico
2010-08-12
1
-12
/
+16
*
Make utilities die on failure in EAPI 4, bug 273651
Dror Levin
2010-08-12
34
-60
/
+172
*
Add copyright header.
Zac Medico
2010-08-12
1
-0
/
+2
*
Add missing __init__.py
Zac Medico
2010-08-12
1
-0
/
+0
*
Tests: More slot_collision_handler tests
Sebastian Luther
2010-08-12
1
-2
/
+11
*
Fix slot_collision_handler tests
Sebastian Luther
2010-08-12
1
-1
/
+1
*
Tests: add resolver/test_slot_collisions
Sebastian Luther
2010-08-12
1
-0
/
+70
*
Tests: resolver/ResolverPlayground: Create a proper profile
Sebastian Luther
2010-08-12
1
-1
/
+24
*
_emerge.depgraph: use writemsg() instead of print() (to silence tests)
Sebastian Luther
2010-08-12
1
-48
/
+40
*
Tests: Fix bug in resolver/ResolverPlayground
Sebastian Luther
2010-08-12
1
-1
/
+1
*
Tests: resolver/test_slot_collisions: Check for slot_collision_solutions
Sebastian Luther
2010-08-12
2
-3
/
+25
*
slot_collision_handler: Add more documentation
Sebastian Luther
2010-08-12
1
-0
/
+59
*
slot_collision_handler: Fix function names broken by import changes
Sebastian Luther
2010-08-12
1
-3
/
+3
*
slot_collision_handler: Minor formatting changes
Sebastian Luther
2010-08-12
1
-2
/
+2
*
slot_collision_handler: Pass noiselevel=-1 to writemsg for debug output
Sebastian Luther
2010-08-12
1
-16
/
+20
*
Remove unused import
Sebastian Luther
2010-08-12
1
-2
/
+0
*
slot_collision_handler: Return a string instead of priting the messages to sc...
Sebastian Luther
2010-08-12
2
-24
/
+33
*
slot_collision_handler: Don't print an explanation for version based conflicts.
Sebastian Luther
2010-08-12
1
-1
/
+11
*
Rework the way the slot_collision_handler selects packages for display and hi...
Sebastian Luther
2010-08-12
1
-53
/
+150
*
Add new slot collision handler in _emerge/resolver/slot_collision.py
Sebastian Luther
2010-08-12
2
-186
/
+661
*
autounmask: Print comments for USE changes too
Sebastian Luther
2010-08-12
1
-0
/
+1
*
Fix tests
Sebastian Luther
2010-08-11
2
-33
/
+35
*
Make REQUIRED_USE work again. Without paren_reduce this time.
Sebastian Luther
2010-08-11
5
-126
/
+189
*
Tests: add resolver/test_required_use
Sebastian Luther
2010-08-11
1
-0
/
+44
*
Make sure we don't allow REQUIRED_USE in EAPIs that don't support it
Sebastian Luther
2010-08-11
4
-6
/
+24
*
Tests: ResolverPlayground: don't ignore "local config" to not run in "repoman...
Sebastian Luther
2010-08-11
1
-1
/
+1
[next]