projects
/
portage.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
portage.git
2006-06-25
Zac Medico
Replace a references to global scope CLEAN_DELAY and...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-25
Zac Medico
Ensure that CLEAN_DELAY and EMERGE_WARNING_DELAY enviro...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-25
Zac Medico
Remove the help() function.
commit
|
commitdiff
|
tree
|
snapshot
2006-06-25
Zac Medico
Remove an unused import.
commit
|
commitdiff
|
tree
|
snapshot
2006-06-25
Zac Medico
Print a message to stderr if an error occurs when updat...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-25
Zac Medico
Pass in just the CONFIG_PROTECT info instead of the...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-25
Zac Medico
Split the config protect functionality from the dblink...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-25
Zac Medico
Fix portage.update_config_files() so that it can work...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-25
Zac Medico
Split the command line argument parsing into a function.
commit
|
commitdiff
|
tree
|
snapshot
2006-06-25
Zac Medico
Remove unnecessary PORTAGE_CALLER exports.
commit
|
commitdiff
|
tree
|
snapshot
2006-06-25
Zac Medico
Pass a config object into the binarytree constructor...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-25
Zac Medico
Pass a config object into the vartree constructor so...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-24
Zac Medico
Skip the install phase when ${PORTAGE_BUILDDIR}/.instal...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-24
Zac Medico
Move the counter_tick methods from the dbapi class...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-24
Zac Medico
Make the COUNTER regeneration logic account for $ROOT...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-24
Zac Medico
The mtimedb should not be relative to the target $ROOT...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-24
Zac Medico
s/Preform/Perform/ Thanks to exg for reporting.
commit
|
commitdiff
|
tree
|
snapshot
2006-06-24
Zac Medico
Remove references to portage.settings from unmerge().
commit
|
commitdiff
|
tree
|
snapshot
2006-06-24
Zac Medico
Remove references to portage.root from unmerge().
commit
|
commitdiff
|
tree
|
snapshot
2006-06-24
Zac Medico
Pass a config instance into key_expand calls so that...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-24
Zac Medico
Remove all direct references to global variables from...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-24
Zac Medico
Remove all direct references to global variables from...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-24
Zac Medico
Remove all references to global variables from getporta...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-24
Zac Medico
Fix getgccversion logic for bug #137786.
commit
|
commitdiff
|
tree
|
snapshot
2006-06-24
Zac Medico
Remove the deprectated digestCheckFiles function.
commit
|
commitdiff
|
tree
|
snapshot
2006-06-24
Zac Medico
Remove a few unused imports.
commit
|
commitdiff
|
tree
|
snapshot
2006-06-24
Zac Medico
Remove a few unused imports.
commit
|
commitdiff
|
tree
|
snapshot
2006-06-23
Zac Medico
Split the --metadata action into a separate function...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-23
Zac Medico
Register emerge exit and signal handlers after parsing...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-23
Zac Medico
Minor import cleanups.
commit
|
commitdiff
|
tree
|
snapshot
2006-06-23
Zac Medico
Ensure that ^C interrupts are handled quietly.
commit
|
commitdiff
|
tree
|
snapshot
2006-06-23
Zac Medico
Shift all global scope code to the bottom.
commit
|
commitdiff
|
tree
|
snapshot
2006-06-23
Zac Medico
Fix extra imports and undefined variable found by pyflakes.
commit
|
commitdiff
|
tree
|
snapshot
2006-06-23
Zac Medico
Fix error handling for getlist().
commit
|
commitdiff
|
tree
|
snapshot
2006-06-23
Zac Medico
Sort filenames for predictable results.
commit
|
commitdiff
|
tree
|
snapshot
2006-06-23
Zac Medico
Do not import * for cooperation with pyflakes.
commit
|
commitdiff
|
tree
|
snapshot
2006-06-23
Zac Medico
Use secpass to determine whether emergelog exceptions...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-23
Zac Medico
Remove unnecessary "myaction" parameter from the depgra...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-23
Zac Medico
Pass relevant global variables as parameters to action_...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-23
Zac Medico
Document "deep" and remove unused "params" variable.
commit
|
commitdiff
|
tree
|
snapshot
2006-06-23
Zac Medico
Remove unused "merged" variable.
commit
|
commitdiff
|
tree
|
snapshot
2006-06-23
Zac Medico
Prevent an inappropriate warning when a repoman user...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-23
Zac Medico
Test the basename for starting with "." instead of...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-23
Zac Medico
Fix a typo from r3611 (file != files).
commit
|
commitdiff
|
tree
|
snapshot
2006-06-23
Alec Warner
ignore .files in /etc/portage recursion
commit
|
commitdiff
|
tree
|
snapshot
2006-06-22
Zac Medico
Use portage_exec.find_binary since "which" always retur...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-22
Zac Medico
Simplify permission logic for emerge.log.
commit
|
commitdiff
|
tree
|
snapshot
2006-06-22
Zac Medico
Move the creation of depgraph params from global scope...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-22
Zac Medico
As suggested by exg, include the einfon code inside...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-22
Zac Medico
Don't register signal handlers during module import...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-22
Simon Stelling
mention the use of @ in -s; bug 137565
commit
|
commitdiff
|
tree
|
snapshot
2006-06-22
Zac Medico
Fix a broken reference to syslist and remove two extras.
commit
|
commitdiff
|
tree
|
snapshot
2006-06-22
Zac Medico
Move emerge's default action code from global scope...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-22
Zac Medico
Fix missing global "syslist" from r3594.
commit
|
commitdiff
|
tree
|
snapshot
2006-06-22
Zac Medico
Move the --depclean code from global scope to a function.
commit
|
commitdiff
|
tree
|
snapshot
2006-06-22
Zac Medico
Move the --search code from global scope to a function.
commit
|
commitdiff
|
tree
|
snapshot
2006-06-22
Zac Medico
Move the --info code from global scope to a function.
commit
|
commitdiff
|
tree
|
snapshot
2006-06-22
Zac Medico
Fix a collision with a previous variable named "p".
commit
|
commitdiff
|
tree
|
snapshot
2006-06-22
Zac Medico
Move the --config code from global scope to a function.
commit
|
commitdiff
|
tree
|
snapshot
2006-06-22
Zac Medico
Move the --regen code from global scope to a function.
commit
|
commitdiff
|
tree
|
snapshot
2006-06-22
Zac Medico
Move the --sync and --metadata code from global scope...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-22
Zac Medico
Remove most direct references to global variables from...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-22
Zac Medico
Remove unused "olddbapi" variable.
commit
|
commitdiff
|
tree
|
snapshot
2006-06-22
Zac Medico
Remove all global variables from emerge's search class.
commit
|
commitdiff
|
tree
|
snapshot
2006-06-22
Zac Medico
Encapsulate emerge's spinner into an object.
commit
|
commitdiff
|
tree
|
snapshot
2006-06-22
Zac Medico
Simplify PORT_LOGDIR intitialization.
commit
|
commitdiff
|
tree
|
snapshot
2006-06-22
Zac Medico
Prevent and exception when PORT_LOGDIR is an empty...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-22
Zac Medico
Remove redundant PORT_LOGDIR validation from the config...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-22
Zac Medico
Don't bother to warn when PORT_LOGDIR="".
commit
|
commitdiff
|
tree
|
snapshot
2006-06-22
Zac Medico
Make sure that PORT_LOGDIR is properly unset when it...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-21
Zac Medico
By popular demand (including releng), revert the unmerg...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-20
Zac Medico
Make it easy to pass alternative cache implementations...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-20
Zac Medico
Use get() to simplify setitem logic as suggested by...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-20
Zac Medico
Implement get() as part of the standard mapping interface.
commit
|
commitdiff
|
tree
|
snapshot
2006-06-20
Zac Medico
Fix it so that values are properly saved in the writabl...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-20
Zac Medico
Use wantnewlockfile=1 on /var/lib/portage/config for...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-19
Zac Medico
To prevent infinite recursion when a lock file has...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-19
Marius Mauch
make sure that elog entries are also processed in ...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-19
Zac Medico
Save timestamp.chk even when metadata-transfer is disab...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-19
Ned Ludd
- do not complain about redundant use of pretend and...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-18
Alec Warner
goodbye tokenize
commit
|
commitdiff
|
tree
|
snapshot
2006-06-18
Zac Medico
Put bright colors before dark colors for bug #137206...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-18
Zac Medico
Add missing sys import found by pyflakes.
commit
|
commitdiff
|
tree
|
snapshot
2006-06-18
Marius Mauch
fix typo
commit
|
commitdiff
|
tree
|
snapshot
2006-06-18
Mike Frysinger
get rid of quotes in output
commit
|
commitdiff
|
tree
|
snapshot
2006-06-18
Zac Medico
Prevent repoman frm using /etc/portage/package.mask...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-18
Zac Medico
Overwrite the existing fetch log so that it only contai...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-17
Zac Medico
Log parallel-fetch output to /var/log/emerge-fetch...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-17
Zac Medico
Make sure that doebuild gets the correct CATEGORY....
commit
|
commitdiff
|
tree
|
snapshot
2006-06-17
Mike Frysinger
Benno Schulenberg writes in #136818: tweak --nocolor...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-17
Mike Frysinger
Benno Schulenberg writes in #136818: tweak the descript...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-17
Mike Frysinger
Benno Schulenberg writes in #136818: make the style...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-17
Mike Frysinger
Benno Schulenberg writes in #136818: put the --config...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-17
Mike Frysinger
line wrap to 80 cols
commit
|
commitdiff
|
tree
|
snapshot
2006-06-17
Mike Frysinger
Benno Schulenberg writes in #136818: changes the wordin...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-17
Zac Medico
Force digest generation when assume-digests is enabled...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-16
Zac Medico
Import missing PermissionDenied class. Thanks to marie...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-16
Zac Medico
Fix checksum error messages for bug #136947. Thanks...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-15
Zac Medico
Only attempt to unmerge the already-installed instance...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-15
Zac Medico
When --debug is enabled, do not raise a ValueError...
commit
|
commitdiff
|
tree
|
snapshot
next