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
*
Bug #315615 - Use EbuildIpcDaemon to implement has_version and best_version.
Zac Medico
2010-08-13
5
-2
/
+74
*
Rename SubProcess._zombie() to _orphan_process_warn() and clarify
Zac Medico
2010-08-13
2
-6
/
+6
*
Move EBUILD_MASTER_PID and associated SIGTERM trap into ebuild_main()
Zac Medico
2010-08-13
1
-4
/
+5
*
Disable the die() stack trace when called by the die helper.
Zac Medico
2010-08-13
1
-0
/
+3
*
Remove message about race conditions in die, solved by EbuildIpcDaemon.
Zac Medico
2010-08-13
1
-5
/
+1
*
Write eerror messages to the log file, and only to stdout when
Zac Medico
2010-08-13
1
-5
/
+30
*
Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/portage
Zac Medico
2010-08-13
5
-5
/
+25
|
\
|
*
Add QA check for libtool libraries in Python site-packages directories.
Arfrever Frehtes Taifersar Arahesis
2010-08-13
1
-0
/
+9
|
*
Add QA check for static libraries in Python site-packages directories.
Arfrever Frehtes Taifersar Arahesis
2010-08-13
1
-2
/
+12
|
*
Remove files generated by testCompileModules.
Arfrever Frehtes Taifersar Arahesis
2010-08-13
1
-0
/
+1
|
*
Fix some comments.
Arfrever Frehtes Taifersar Arahesis
2010-08-13
3
-3
/
+3
*
|
Bug #278895 - After EbuildIpcDaemon identifies an ebuild process that
Zac Medico
2010-08-13
2
-1
/
+28
|
/
*
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
[next]