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
*
Sort filenames for predictable results.
Zac Medico
2006-06-23
1
-1
/
+3
*
Do not import * for cooperation with pyflakes.
Zac Medico
2006-06-23
1
-2
/
+4
*
Use secpass to determine whether emergelog exceptions should be ignored.
Zac Medico
2006-06-23
1
-3
/
+3
*
Remove unnecessary "myaction" parameter from the depgraph constructor.
Zac Medico
2006-06-23
1
-5
/
+4
*
Pass relevant global variables as parameters to action_* functions.
Zac Medico
2006-06-23
1
-12
/
+12
*
Document "deep" and remove unused "params" variable.
Zac Medico
2006-06-23
1
-1
/
+1
*
Remove unused "merged" variable.
Zac Medico
2006-06-23
1
-2
/
+0
*
Prevent an inappropriate warning when a repoman user's profile does not suppo...
Zac Medico
2006-06-23
1
-2
/
+9
*
Test the basename for starting with "." instead of the full path.
Zac Medico
2006-06-23
1
-5
/
+4
*
Fix a typo from r3611 (file != files).
Zac Medico
2006-06-23
1
-1
/
+1
*
ignore .files in /etc/portage recursion
Alec Warner
2006-06-23
1
-0
/
+1
*
Use portage_exec.find_binary since "which" always returns 0 status on darwin....
Zac Medico
2006-06-22
1
-6
/
+8
*
Simplify permission logic for emerge.log.
Zac Medico
2006-06-22
1
-7
/
+5
*
Move the creation of depgraph params from global scope to a function.
Zac Medico
2006-06-22
1
-34
/
+39
*
As suggested by exg, include the einfon code inside einfo instead of using th...
Zac Medico
2006-06-22
1
-6
/
+4
*
Don't register signal handlers during module import because it may override s...
Zac Medico
2006-06-22
1
-13
/
+0
*
mention the use of @ in -s; bug 137565
Simon Stelling
2006-06-22
1
-3
/
+5
*
Fix a broken reference to syslist and remove two extras.
Zac Medico
2006-06-22
1
-3
/
+1
*
Move emerge's default action code from global scope to a function.
Zac Medico
2006-06-22
1
-26
/
+30
*
Fix missing global "syslist" from r3594.
Zac Medico
2006-06-22
1
-1
/
+1
*
Move the --depclean code from global scope to a function.
Zac Medico
2006-06-22
1
-23
/
+25
*
Move the --search code from global scope to a function.
Zac Medico
2006-06-22
1
-13
/
+16
*
Move the --info code from global scope to a function.
Zac Medico
2006-06-22
1
-13
/
+16
*
Fix a collision with a previous variable named "p".
Zac Medico
2006-06-22
1
-2
/
+3
*
Move the --config code from global scope to a function.
Zac Medico
2006-06-22
1
-9
/
+12
*
Move the --regen code from global scope to a function.
Zac Medico
2006-06-22
1
-6
/
+9
*
Move the --sync and --metadata code from global scope to a function.
Zac Medico
2006-06-22
1
-5
/
+7
*
Remove most direct references to global variables from emerge's depgraph class.
Zac Medico
2006-06-22
1
-171
/
+264
*
Remove unused "olddbapi" variable.
Zac Medico
2006-06-22
1
-2
/
+0
*
Remove all global variables from emerge's search class.
Zac Medico
2006-06-22
1
-20
/
+32
*
Encapsulate emerge's spinner into an object.
Zac Medico
2006-06-22
1
-53
/
+57
*
Simplify PORT_LOGDIR intitialization.
Zac Medico
2006-06-22
1
-21
/
+8
*
Prevent and exception when PORT_LOGDIR is an empty string.
Zac Medico
2006-06-22
1
-2
/
+5
*
Remove redundant PORT_LOGDIR validation from the config constructor.
Zac Medico
2006-06-22
1
-4
/
+0
*
Don't bother to warn when PORT_LOGDIR="".
Zac Medico
2006-06-22
1
-4
/
+0
*
Make sure that PORT_LOGDIR is properly unset when it is unusable. Thanks to ...
Zac Medico
2006-06-22
1
-2
/
+4
*
By popular demand (including releng), revert the unmerge behavior change from...
Zac Medico
2006-06-21
1
-9
/
+9
*
Make it easy to pass alternative cache implementations into the constructor a...
Zac Medico
2006-06-20
1
-1
/
+2
*
Use get() to simplify setitem logic as suggested by Brian Harring.
Zac Medico
2006-06-20
1
-12
/
+10
*
Implement get() as part of the standard mapping interface.
Zac Medico
2006-06-20
1
-0
/
+6
*
Fix it so that values are properly saved in the writable layer. Previously t...
Zac Medico
2006-06-20
1
-1
/
+3
*
Use wantnewlockfile=1 on /var/lib/portage/config for bug #137269. r3540 is al...
Zac Medico
2006-06-20
1
-1
/
+2
*
To prevent infinite recursion when a lock file has more than 1 hardlink, test...
Zac Medico
2006-06-19
1
-1
/
+1
*
make sure that elog entries are also processed in *rm phases and that they ar...
Marius Mauch
2006-06-19
1
-0
/
+11
*
Save timestamp.chk even when metadata-transfer is disabled for bug #137177.
Zac Medico
2006-06-19
1
-10
/
+12
*
- do not complain about redundant use of pretend and verbose flags
Ned Ludd
2006-06-19
1
-2
/
+3
*
goodbye tokenize
Alec Warner
2006-06-18
1
-46
/
+0
*
Put bright colors before dark colors for bug #137206. Thanks to Benno Schule...
Zac Medico
2006-06-18
1
-1
/
+1
*
Add missing sys import found by pyflakes.
Zac Medico
2006-06-18
1
-1
/
+1
*
fix typo
Marius Mauch
2006-06-18
1
-1
/
+1
[next]