summaryrefslogtreecommitdiffstats
path: root/bin/emerge
Commit message (Expand)AuthorAgeFilesLines
...
* Validate the resume merge list in --ask and --pretend mode for bug #128455.Zac Medico2006-04-251-8/+14
* Remove all dependence on the portage.features global variable.Zac Medico2006-04-251-10/+10
* Catch ValueError from cpv_expand for bug #131160.Zac Medico2006-04-251-1/+5
* Move deprecated profile check out of global scope.Zac Medico2006-04-231-0/+2
* Minor emerge -V/--info fixes thanks to iggy, use portage_const PROFILE_PATHAlec Warner2006-04-231-6/+4
* Move portage.global_updates() invocation out of portage.py and into emerge/fi...Zac Medico2006-04-231-0/+1
* tighten up output in pretend modeMike Frysinger2006-04-231-4/+6
* fixup clean outputMike Frysinger2006-04-231-3/+4
* space argumentsMike Frysinger2006-04-231-2/+2
* s/Do you want me/Would you like/g for bug #112439.Zac Medico2006-04-221-5/+5
* Exit with error status when the user has attempted to unmerge a package that ...Zac Medico2006-04-221-4/+7
* Fix `emerge -s` download size calculation for bug #130750.Zac Medico2006-04-211-20/+14
* add instructions how to update portage when --sync tells you to do so; bug 11...Simon Stelling2006-04-161-0/+1
* fixes by solar for ROOT output when unmerging #129649 and make --quiet output...Mike Frysinger2006-04-131-6/+8
* Remove redundant "please tell me what to do" code, which is now handled earlier.Zac Medico2006-04-081-5/+0
* Fix myaction logic so that --resume works (with --pretend) for non-root users.Zac Medico2006-04-081-3/+4
* Fix myaction logic (myaction==None is actually valid, regression from r3090).Zac Medico2006-04-071-2/+2
* Fix this random y that was in the last commit...I blame nano :PAlec Warner2006-04-071-1/+1
* Fix a regression in security handling, emerge with no options should print ou...Alec Warner2006-04-071-1/+4
* Thanks to jforman for finding this one, emerge was not helpful when permissio...Alec Warner2006-04-071-3/+9
* Change == None to is NoneAlec Warner2006-04-071-10/+10
* only display syncing progress for each file when --verbose is set; thanks Ola...Simon Stelling2006-04-061-2/+2
* Fix minor typo: reported by Brian HarringAlec Warner2006-04-031-1/+1
* Make repoman check for USE expand descriptions in other files so USE_EXPAND v...Alec Warner2006-04-031-3/+1
* Fixing stupid exception handlingAlec Warner2006-04-021-3/+1
* add missing space in quiet col outputMike Frysinger2006-03-291-1/+1
* Recommend PORTAGE_RSYNC_EXTRA_OPTS instead of PORTAGE_RSYNC_OPTSMarius Mauch2006-03-281-1/+1
* Allow users in the portage group to fetch. Thanks to truedfx for reporting th...Zac Medico2006-03-261-5/+12
* Load virtuals on demand in order to avoid needless vdb scanning during a simp...Zac Medico2006-03-251-2/+2
* Add a portage_debug module and python-trace feature for --debug mode.Zac Medico2006-03-231-0/+3
* Do not split PORTAGE_RSYNC_EXTRA_OPTS and add it directly to rsynccommand in ...Zac Medico2006-03-201-10/+11
* Miscellaneous fixes and cleanup for the rsync options handling.Zac Medico2006-03-191-43/+71
* Fix deprecated RSYNC_TIMEOUT handling (move it where rsync_flags is defined) ...Zac Medico2006-03-191-12/+8
* Add support for generic PORTAGE_RSYNC_{EXTRA_,}OPTS, deprecate existing RSYNC...Marius Mauch2006-03-191-19/+60
* Add NOCOLOR support to ebuild.sh and make emerge automatically add NOCOLOR to...Zac Medico2006-03-191-1/+7
* Add package atom validation to the `emerge --config` action. Thanks to sekre...Zac Medico2006-03-161-12/+19
* add --quiet support to --colsMike Frysinger2006-03-151-15/+26
* Generate depgraph.applied_useflags in the display method as necessary for use...Zac Medico2006-03-151-4/+10
* Catch keyboardinterrupt during imports, don't print nasty tracebacks there, l...Alec Warner2006-03-141-1/+4
* Simplify emerge's secpass logic.Zac Medico2006-03-131-19/+11
* Fix KeyError: 'mergelist' error (regression from r2847). See bug #125993.Zac Medico2006-03-131-0/+1
* Add --tree to the blacklist when --resume is used. See bug #54040.Zac Medico2006-03-121-1/+1
* dont reset spinner for non-ttys if --quiet is in useMike Frysinger2006-03-111-2/+3
* Do automatic backup the resume list when it's length is greater than 1 for bu...v2.1_pre6Zac Medico2006-03-111-1/+12
* Do the clean phase at the end of dblink.treewalk() to ensure that it is trigg...Zac Medico2006-03-111-8/+1
* Fix emerge's "Post-Build Cleaning" so that it works with --buildpkgonly in FE...Zac Medico2006-03-101-10/+12
* Make the parallel-fetch process sleep for 3 seconds at the beginning in order...Zac Medico2006-03-071-0/+1
* - make portage display the ROOT when unmerging a selected packageNed Ludd2006-03-071-0/+3
* Remove the leading / from WORLD_FILE for better cooperation with os.path.join...Zac Medico2006-03-061-5/+5
* Strip the leading slash from WORLD_FILE so that os.path.join works correctly ...Zac Medico2006-03-051-2/+6