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 #196427 - Don't display news notifications when in --pretend mode.
Zac Medico
2007-10-19
1
-1
/
+1
*
Pass the whole cpv to elog instead of just ${PF}.
Zac Medico
2007-10-19
1
-1
/
+1
*
The ERROR color code is currently undefined, so make eerror
Zac Medico
2007-10-19
1
-1
/
+1
*
Use the python version of eerror
Marius Mauch
2007-10-19
1
-6
/
+3
*
Handle EnvironmentError instead of OSError since open()
Zac Medico
2007-10-18
1
-4
/
+8
*
Bug #195375 - Make dblink.treewalk() read inforoot/SLOT since
Zac Medico
2007-10-18
1
-1
/
+17
*
Adjust quote usage in collision-protect eerror
Zac Medico
2007-10-18
1
-3
/
+3
*
Fix collision-protect so that it properly cancels the
Zac Medico
2007-10-18
1
-23
/
+27
*
Fix the normalize_needed regex to properly match //
Zac Medico
2007-10-17
1
-1
/
+1
*
Bug #196043 - Unify the ouput handling for file collisions
Zac Medico
2007-10-17
1
-53
/
+55
*
Add missing "to" to fix grammer.
Zac Medico
2007-10-17
1
-1
/
+2
*
Bug #196043 - Update the file collision ewarn notice
Zac Medico
2007-10-17
1
-9
/
+15
*
Bug #196043 - Implement a `portageq owners <root> [<filename>]+`
Zac Medico
2007-10-17
1
-1
/
+66
*
Optimize dblink.isowner() to use fewer stat calls by
Zac Medico
2007-10-17
1
-15
/
+38
*
Only re.compile() the normalize_needed pattern once
Zac Medico
2007-10-16
1
-2
/
+4
*
In dblink.getcontents(), use a regular expression to detect
Zac Medico
2007-10-16
1
-2
/
+12
*
Use EmergeConfig instead of portage.config in RootConfig
Marius Mauch
2007-10-16
1
-17
/
+12
*
Move clean_world() into WorldSet
Marius Mauch
2007-10-16
2
-35
/
+33
*
use skipfile rather than timestamp to ignore processed files
Marius Mauch
2007-10-16
1
-36
/
+25
*
Also use EmergeConfig() in MergeTask
Marius Mauch
2007-10-16
1
-15
/
+16
*
fix typo
Marius Mauch
2007-10-16
1
-1
/
+1
*
Replace getlist() with PackageSet.getAtoms()
Marius Mauch
2007-10-16
1
-33
/
+2
*
subclass portage.config to include a setconfig instance to avoid adding one m...
Marius Mauch
2007-10-16
2
-26
/
+40
*
Add debug mode to display the libraries that cause the package to be included
Marius Mauch
2007-10-16
1
-2
/
+11
*
Move the emerge module to _emerge to make it private
Zac Medico
2007-10-16
3
-6
/
+6
*
Fix --help summary so that "commit" mode shows.
Zac Medico
2007-10-15
1
-1
/
+1
*
Update emacs and vim docs to reference NOTE_2.
Zac Medico
2007-10-15
1
-3
/
+3
*
Update NOTE_2 to document proper use of the using_editor
Zac Medico
2007-10-15
1
-1
/
+2
*
Bug #195949 - Add one more using_editor conditional for
Zac Medico
2007-10-15
1
-2
/
+10
*
Bug #195949 - Use a different diff_command sanity check
Zac Medico
2007-10-15
1
-7
/
+14
*
remove unused tmpfs variable
Marius Mauch
2007-10-15
2
-18
/
+0
*
Document the "manifest" mode.
Zac Medico
2007-10-15
1
-0
/
+3
*
Sort the modes in the repoman --help output.
Zac Medico
2007-10-15
1
-0
/
+3
*
Add a note to clarify os.walk() behavior with respect
Zac Medico
2007-10-14
1
-0
/
+3
*
Remove the checks for files in symlinked directories
Zac Medico
2007-10-14
1
-13
/
+2
*
In some cases, openpty can be slow when it fails. Therefore,
Zac Medico
2007-10-13
1
-7
/
+16
*
Avoid an error message from find when "${D}"/usr/share
Zac Medico
2007-10-13
1
-1
/
+1
*
Remove unused import.
Zac Medico
2007-10-13
1
-1
/
+0
*
In the file collision eerror output, don't colorize the
Zac Medico
2007-10-13
1
-2
/
+2
*
Handle the PortageException that can be raised from
Zac Medico
2007-10-13
1
-1
/
+6
*
Make the file collision eerror message less verbose
Zac Medico
2007-10-13
1
-9
/
+11
*
Remove a chdir() call that's no longer needed for the
Zac Medico
2007-10-13
1
-10
/
+0
*
Use os.listdir() instead of portage.listdir() in dblink.mergeme().
Zac Medico
2007-10-13
1
-1
/
+1
*
In dblink.treewalk(), use os.walk() instead of portage.listdir()
Zac Medico
2007-10-13
1
-13
/
+15
*
Bug #195370 - Filter some more bogus matches due to
Zac Medico
2007-10-12
1
-1
/
+5
*
Remove a redundant call to elog_process().
Zac Medico
2007-10-12
1
-2
/
+0
*
s:this package wants:this package will:
Zac Medico
2007-10-12
1
-1
/
+1
*
Bug #195527 - Add some more information to the file collision
Zac Medico
2007-10-12
1
-4
/
+10
*
Bug #195527 - Unconditionally detect file collisions and log
Zac Medico
2007-10-12
1
-10
/
+43
*
Use writemsg() to send exception string to stderr.
Zac Medico
2007-10-12
1
-1
/
+2
[next]