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
*
Unlink log instead of truncate, to avoid leaving empty log in
Zac Medico
2010-03-02
1
-2
/
+1
*
Remove fetch log after successful fetch.
Zac Medico
2010-03-02
1
-0
/
+8
*
Bug #304981 - Remove redundant fetch log removal code which is already
Zac Medico
2010-03-02
1
-7
/
+0
*
Clean up imports and unused variables.
Zac Medico
2010-03-02
1
-19
/
+5
*
Move imports to top.
Zac Medico
2010-03-02
1
-4
/
+4
*
Clean up imports.
Zac Medico
2010-03-02
1
-3
/
+2
*
Add section for portage-2.1.8.
Zac Medico
2010-03-02
1
-0
/
+3
*
Move _pty module to portage.util._pty.
Zac Medico
2010-03-02
5
-4
/
+4
*
Move imports to top.
Zac Medico
2010-03-02
1
-4
/
+2
*
Bug #306659 - For --rebuilt-binaries, only reinstall if binary package
Zac Medico
2010-03-02
1
-2
/
+7
*
Test for python openpty breakage after freebsd7 to freebsd8 upgrade, which
Zac Medico
2010-03-02
1
-1
/
+16
*
Fix legacy globals proxies to reset state when the portage module is reloaded.
Zac Medico
2010-03-01
2
-23
/
+23
*
Add a note in _find_system_deps about needing the system set added to the
Zac Medico
2010-03-01
1
-0
/
+3
*
Use writemsg instead of print. Also don't use _ as a variable name since it
Zac Medico
2010-03-01
1
-15
/
+19
*
Move imports to the top and use writemsg_stdout instead of print().
Zac Medico
2010-03-01
1
-9
/
+7
*
Call stack_lists on profile_only_variables for incremental processing.
Zac Medico
2010-03-01
1
-0
/
+1
*
Remove redundant eerror import.
Zac Medico
2010-03-01
1
-1
/
+0
*
Remove redundant local elog_process import that can trigger UnboundLocalError
Zac Medico
2010-03-01
1
-1
/
+0
*
Remove unused print_function.
Zac Medico
2010-03-01
1
-2
/
+0
*
Bug #307235 - Inside depgraph._add_dep, discard child choices for deps that
Zac Medico
2010-03-01
1
-0
/
+4
*
Remove unused print() import.
Zac Medico
2010-02-28
1
-2
/
+0
*
Remove unused imports.
Zac Medico
2010-02-28
1
-7
/
+0
*
Add ObjectProxy __gt__, __ge__, __lt__, and __le__ methods to fix TypeError
Zac Medico
2010-02-28
2
-1
/
+13
*
Fix broken reference to portage._spawn_misc_sh(). Thanks to Arfrever for
Zac Medico
2010-02-28
1
-1
/
+1
*
Remove print() usage.
Zac Medico
2010-02-28
1
-5
/
+0
*
Remove print() usage.
Zac Medico
2010-02-28
1
-6
/
+4
*
Fix broken fakedbapi.cpv_inject/cpv_remove calls.
Zac Medico
2010-02-28
1
-2
/
+2
*
Move legacy globals code into a _legacy_globals module that's imported on
Zac Medico
2010-02-28
2
-121
/
+93
*
Move deprecated_profile_check to portage.package.ebuild submodule.
Zac Medico
2010-02-28
2
-30
/
+45
*
Move the MtimeDB class to portage.util.mtimedb and deprecate the commit_mtimedb
Zac Medico
2010-02-28
3
-82
/
+92
*
Fix vardbapi.move_ent and aux_update to clear relevant caches.
Zac Medico
2010-02-28
1
-0
/
+3
*
Make bindbapi override cpv_inject and cpv_remove, for deleting stale values
Zac Medico
2010-02-28
1
-1
/
+9
*
Make _global_updates ensure that the binarytree is only populated with local
Zac Medico
2010-02-28
2
-4
/
+12
*
Add a --quiet-unmerge-warn option to disable the warning message that's shown
Zac Medico
2010-02-28
4
-1
/
+18
*
Fix reference to portage.util.listdir.dircache.
Zac Medico
2010-02-27
1
-1
/
+2
*
Remove deprecated flushmtimedb function.
Zac Medico
2010-02-27
1
-5
/
+2
*
Move portage._global_updates to a submodule.
Zac Medico
2010-02-27
5
-143
/
+158
*
Remove unused 'dircache' variable that's moved to portage.util.listdir.
Zac Medico
2010-02-27
1
-7
/
+0
*
Move missing encodings module workarounds (<python-2.6.4 + USE=build) to a
Zac Medico
2010-02-27
2
-124
/
+136
*
Another turquoise -> red.
Zac Medico
2010-02-27
1
-1
/
+1
*
Bug #307021 - Show "Please fix" message in red instead of turquoise when
Zac Medico
2010-02-27
1
-1
/
+1
*
Eliminate the PhaseCheck constructor and make PhaseCheck.phases_re a class
Zac Medico
2010-02-26
1
-9
/
+5
*
Move getvirtuals to _deprecated module.
Zac Medico
2010-02-25
2
-12
/
+10
*
Move merge and unmerge functions to the vartree module.
Zac Medico
2010-02-25
2
-33
/
+33
*
Fix broken dep_expand import from previous commit.
Zac Medico
2010-02-25
1
-1
/
+1
*
Splid deprecated functions into a _deprecated module.
Zac Medico
2010-02-25
2
-171
/
+183
*
Avoid name collision with dep_expand submodule so epydoc won't crash.
Zac Medico
2010-02-25
1
-2
/
+2
*
Move portage.movefile to portage.util.movefile.
Zac Medico
2010-02-25
3
-218
/
+237
*
Split getmaskingstatus and getmaskingreason info portage.package.ebuild
Zac Medico
2010-02-25
3
-211
/
+234
*
Move portage.dep_check and related functions to portage.dep.dep_check.
Zac Medico
2010-02-25
2
-618
/
+635
[next]