misc
/
portage
debian
master
gentoo portage for debian
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bin
/
emerge
Commit message (
Expand
)
Author
Age
Files
Lines
*
add missing space in quiet col output
Mike Frysinger
2006-03-29
1
-1
/
+1
*
Recommend PORTAGE_RSYNC_EXTRA_OPTS instead of PORTAGE_RSYNC_OPTS
Marius Mauch
2006-03-28
1
-1
/
+1
*
Allow users in the portage group to fetch. Thanks to truedfx for reporting th...
Zac Medico
2006-03-26
1
-5
/
+12
*
Load virtuals on demand in order to avoid needless vdb scanning during a simp...
Zac Medico
2006-03-25
1
-2
/
+2
*
Add a portage_debug module and python-trace feature for --debug mode.
Zac Medico
2006-03-23
1
-0
/
+3
*
Do not split PORTAGE_RSYNC_EXTRA_OPTS and add it directly to rsynccommand in ...
Zac Medico
2006-03-20
1
-10
/
+11
*
Miscellaneous fixes and cleanup for the rsync options handling.
Zac Medico
2006-03-19
1
-43
/
+71
*
Fix deprecated RSYNC_TIMEOUT handling (move it where rsync_flags is defined) ...
Zac Medico
2006-03-19
1
-12
/
+8
*
Add support for generic PORTAGE_RSYNC_{EXTRA_,}OPTS, deprecate existing RSYNC...
Marius Mauch
2006-03-19
1
-19
/
+60
*
Add NOCOLOR support to ebuild.sh and make emerge automatically add NOCOLOR to...
Zac Medico
2006-03-19
1
-1
/
+7
*
Add package atom validation to the `emerge --config` action. Thanks to sekre...
Zac Medico
2006-03-16
1
-12
/
+19
*
add --quiet support to --cols
Mike Frysinger
2006-03-15
1
-15
/
+26
*
Generate depgraph.applied_useflags in the display method as necessary for use...
Zac Medico
2006-03-15
1
-4
/
+10
*
Catch keyboardinterrupt during imports, don't print nasty tracebacks there, l...
Alec Warner
2006-03-14
1
-1
/
+4
*
Simplify emerge's secpass logic.
Zac Medico
2006-03-13
1
-19
/
+11
*
Fix KeyError: 'mergelist' error (regression from r2847). See bug #125993.
Zac Medico
2006-03-13
1
-0
/
+1
*
Add --tree to the blacklist when --resume is used. See bug #54040.
Zac Medico
2006-03-12
1
-1
/
+1
*
dont reset spinner for non-ttys if --quiet is in use
Mike Frysinger
2006-03-11
1
-2
/
+3
*
Do automatic backup the resume list when it's length is greater than 1 for bu...
v2.1_pre6
Zac Medico
2006-03-11
1
-1
/
+12
*
Do the clean phase at the end of dblink.treewalk() to ensure that it is trigg...
Zac Medico
2006-03-11
1
-8
/
+1
*
Fix emerge's "Post-Build Cleaning" so that it works with --buildpkgonly in FE...
Zac Medico
2006-03-10
1
-10
/
+12
*
Make the parallel-fetch process sleep for 3 seconds at the beginning in order...
Zac Medico
2006-03-07
1
-0
/
+1
*
- make portage display the ROOT when unmerging a selected package
Ned Ludd
2006-03-07
1
-0
/
+3
*
Remove the leading / from WORLD_FILE for better cooperation with os.path.join...
Zac Medico
2006-03-06
1
-5
/
+5
*
Strip the leading slash from WORLD_FILE so that os.path.join works correctly ...
Zac Medico
2006-03-05
1
-2
/
+6
*
Use ROOT when checking installed packages for --pretend output
Jason Stubbs
2006-02-28
1
-3
/
+3
*
Make sure myopts does not contain duplicate options for bug 124204.
Zac Medico
2006-02-27
1
-1
/
+2
*
Make `emerge --metadata` work even when metadata-transfer is not in FEATURES.
Zac Medico
2006-02-26
1
-1
/
+3
*
Make the post-sync metadata-transfer a FEATURE so that it can be optionally d...
Zac Medico
2006-02-26
1
-0
/
+3
*
Kill inject for good.
Alec Warner
2006-02-23
1
-42
/
+1
*
Revert emergelog output change from revision 2641 to maintain compatibility w...
Zac Medico
2006-02-23
1
-1
/
+1
*
deprecate 'emerge action' syntax in favor of 'emerge --action'
Marius Mauch
2006-02-19
1
-2
/
+1
*
finally remove --rsync
Marius Mauch
2006-02-19
1
-17
/
+3
*
finally remove --upgradeonly
Marius Mauch
2006-02-19
1
-33
/
+2
*
add a new emerge --ignore-default-opts option for bug 121695
Zac Medico
2006-02-12
1
-2
/
+4
*
fix typo for bug 111098 (patch by andre@fluffyspider.com.au)
Zac Medico
2006-02-11
1
-1
/
+1
*
use new write_atomic() function for all world file updates
Zac Medico
2006-02-09
1
-2
/
+2
*
Remove references to --verbose and --quiet in depgraph.display() and make
Jason Stubbs
2006-02-07
1
-6
/
+6
*
wrap all relevant atexit usage due to incompatibility with os.execv (needed f...
Zac Medico
2006-02-06
1
-3
/
+3
*
use sys.argv[0] for the path to emerge rather then hard coding
Brian Harring
2006-02-06
1
-1
/
+1
*
when emerge restarts itself, make /usr/lib/portage/bin/emerge the first argum...
Zac Medico
2006-02-06
1
-3
/
+2
*
do commit_mtimedb() after each merge for bug 100300
Zac Medico
2006-02-05
1
-0
/
+4
*
remove outdated "You may avoid the remerging of packages" message
Zac Medico
2006-02-05
1
-2
/
+0
*
replace existing "restarting emerge via exec()" functionality with a new appr...
Zac Medico
2006-02-05
1
-28
/
+8
*
Adding a comment about normpath, and why we use our own copy.
Alec Warner
2006-02-04
1
-1
/
+9
*
remove stray quote introduced in revision 2645
Zac Medico
2006-02-04
1
-1
/
+1
*
Remove all bug references
Jason Stubbs
2006-02-04
1
-1
/
+1
*
Add back emerge list header hiding when --quiet is used.
Jason Stubbs
2006-02-04
1
-1
/
+1
*
Fix for bug #119049
Alec Warner
2006-02-03
1
-1
/
+3
*
Shout out to RiverRat for reporting, fixup the output to use the correct verb...
Alec Warner
2006-02-03
1
-4
/
+9
[next]