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
*
Set WARN=red to so that warnings appear red, as they always have.
Zac Medico
2006-06-28
1
-1
/
+1
*
readd Rev to portage.py for proper svn revisions in portage.version
Alec Warner
2006-06-28
1
-1
/
+1
*
Remove unnecessary --quiet check since writemsg handles that already.
Zac Medico
2006-06-27
1
-6
/
+5
*
Make unmerge() colors more consistent.
Zac Medico
2006-06-27
1
-2
/
+5
*
Fix output colors for bug #138259.
Zac Medico
2006-06-27
1
-13
/
+14
*
Make sure that variables containing colors pollute the environment for bug #1...
Zac Medico
2006-06-27
1
-0
/
+1
*
Fix chk_updated_cfg_files() parameters for bug #138131.
Zac Medico
2006-06-27
1
-1
/
+1
*
Fix action_search() parameters for bug #138131.
Zac Medico
2006-06-27
1
-2
/
+3
*
Pass an xterm_titles parameter into emergelog() so that it doesn't need any g...
Zac Medico
2006-06-27
1
-38
/
+87
*
When --buildpkg is enabled, merge directly from the uncompressed install imag...
Zac Medico
2006-06-27
1
-6
/
+11
*
Docstrings galore in the dep resolver. Hoping to get it better documented so...
Alec Warner
2006-06-27
1
-22
/
+58
*
For compatibility with revdep-rebuild, do not allow NOCOLOR=false to override...
Zac Medico
2006-06-26
1
-1
/
+5
*
Ignore SIGPIPE signals in order to prevent '[Errno 32] Broken pipe' exception...
Zac Medico
2006-06-26
1
-0
/
+1
*
Turn off color automatically when stdout is a pipe, but allow the behavior to...
Zac Medico
2006-06-26
1
-0
/
+3
*
Use the cannonical path of $PORTDIR when transferring metadata so that the _e...
Zac Medico
2006-06-26
1
-1
/
+1
*
Allow /etc/portage/color.map to control colors associated with einfo, ewarn, ...
Zac Medico
2006-06-26
2
-5
/
+9
*
Ensure that the PORTAGE_DEBUG environment variable has a valid integer value.
Zac Medico
2006-06-26
1
-6
/
+23
*
Fix a few global variable references and move all the global scope code into ...
Zac Medico
2006-06-26
1
-9
/
+11
*
Don't run post_emerge() when --pretend is enabled.
Zac Medico
2006-06-26
1
-3
/
+5
*
Remove direct references to the global mtimedb from chk_updated_info_files().
Zac Medico
2006-06-26
1
-18
/
+4
*
Remove all direct references to global variables form post_emerge().
Zac Medico
2006-06-26
2
-19
/
+20
*
Use the PORTAGE_DEBUG environment variable to replace the global scope edebug...
Zac Medico
2006-06-25
1
-11
/
+13
*
Replace a references to global scope CLEAN_DELAY and EMERGE_WARNING_DELAY wit...
Zac Medico
2006-06-25
1
-10
/
+9
*
Ensure that CLEAN_DELAY and EMERGE_WARNING_DELAY environment variables contai...
Zac Medico
2006-06-25
1
-7
/
+21
*
Remove the help() function.
Zac Medico
2006-06-25
1
-7
/
+2
*
Remove an unused import.
Zac Medico
2006-06-25
1
-1
/
+0
*
Print a message to stderr if an error occurs when updating a config file.
Zac Medico
2006-06-25
1
-1
/
+4
*
Pass in just the CONFIG_PROTECT info instead of the whole config object.
Zac Medico
2006-06-25
1
-6
/
+12
*
Split the config protect functionality from the dblink class to a new class a...
Zac Medico
2006-06-25
1
-33
/
+48
*
Fix portage.update_config_files() so that it can work with an arbitrary $ROOT...
Zac Medico
2006-06-25
1
-10
/
+13
*
Split the command line argument parsing into a function.
Zac Medico
2006-06-25
1
-49
/
+53
*
Remove unnecessary PORTAGE_CALLER exports.
Zac Medico
2006-06-25
3
-4
/
+0
*
Pass a config object into the binarytree constructor so that is doesn't have ...
Zac Medico
2006-06-25
1
-8
/
+11
*
Pass a config object into the vartree constructor so that is doesn't have to ...
Zac Medico
2006-06-25
1
-6
/
+12
*
Skip the install phase when ${PORTAGE_BUILDDIR}/.installed exists. See bug #...
Zac Medico
2006-06-24
1
-0
/
+5
*
Move the counter_tick methods from the dbapi class to the vardbapi class.
Zac Medico
2006-06-24
1
-74
/
+73
*
Make the COUNTER regeneration logic account for $ROOT as per bug #129054.
Zac Medico
2006-06-24
1
-2
/
+5
*
The mtimedb should not be relative to the target $ROOT because the paths that...
Zac Medico
2006-06-24
1
-1
/
+1
*
s/Preform/Perform/ Thanks to exg for reporting.
Zac Medico
2006-06-24
1
-1
/
+1
*
Remove references to portage.settings from unmerge().
Zac Medico
2006-06-24
1
-2
/
+2
*
Remove references to portage.root from unmerge().
Zac Medico
2006-06-24
1
-4
/
+5
*
Pass a config instance into key_expand calls so that it doesn't rely on globa...
Zac Medico
2006-06-24
1
-7
/
+14
*
Remove all direct references to global variables from unmerge().
Zac Medico
2006-06-24
2
-23
/
+26
*
Remove all direct references to global variables from getlist().
Zac Medico
2006-06-24
1
-14
/
+18
*
Remove all references to global variables from getportageversion().
Zac Medico
2006-06-24
1
-8
/
+12
*
Fix getgccversion logic for bug #137786.
Zac Medico
2006-06-24
1
-5
/
+5
*
Remove the deprectated digestCheckFiles function.
Zac Medico
2006-06-24
1
-42
/
+0
*
Remove a few unused imports.
Zac Medico
2006-06-24
1
-3
/
+1
*
Remove a few unused imports.
Zac Medico
2006-06-24
1
-4
/
+1
*
Split the --metadata action into a separate function from --sync.
Zac Medico
2006-06-23
1
-89
/
+96
[next]