summaryrefslogtreecommitdiffstats
path: root/bin/emerge
Commit message (Collapse)AuthorAgeFilesLines
...
* Validate the resume merge list in --ask and --pretend mode for bug #128455.Zac Medico2006-04-251-8/+14
| | | | svn path=/main/trunk/; revision=3235
* Remove all dependence on the portage.features global variable.Zac Medico2006-04-251-10/+10
| | | | svn path=/main/trunk/; revision=3233
* Catch ValueError from cpv_expand for bug #131160.Zac Medico2006-04-251-1/+5
| | | | svn path=/main/trunk/; revision=3219
* Move deprecated profile check out of global scope.Zac Medico2006-04-231-0/+2
| | | | svn path=/main/trunk/; revision=3204
* Minor emerge -V/--info fixes thanks to iggy, use portage_const PROFILE_PATHAlec Warner2006-04-231-6/+4
| | | | svn path=/main/trunk/; revision=3203
* Move portage.global_updates() invocation out of portage.py and into ↵Zac Medico2006-04-231-0/+1
| | | | | | emerge/fixpackages where it belongs. svn path=/main/trunk/; revision=3201
* tighten up output in pretend modeMike Frysinger2006-04-231-4/+6
| | | | svn path=/main/trunk/; revision=3197
* fixup clean outputMike Frysinger2006-04-231-3/+4
| | | | svn path=/main/trunk/; revision=3196
* space argumentsMike Frysinger2006-04-231-2/+2
| | | | svn path=/main/trunk/; revision=3195
* s/Do you want me/Would you like/g for bug #112439.Zac Medico2006-04-221-5/+5
| | | | svn path=/main/trunk/; revision=3187
* Exit with error status when the user has attempted to unmerge a package that ↵Zac Medico2006-04-221-4/+7
| | | | | | is not installed (bug #118515). svn path=/main/trunk/; revision=3186
* Fix `emerge -s` download size calculation for bug #130750.Zac Medico2006-04-211-20/+14
| | | | svn path=/main/trunk/; revision=3184
* add instructions how to update portage when --sync tells you to do so; bug ↵Simon Stelling2006-04-161-0/+1
| | | | | | 118715 svn path=/main/trunk/; revision=3165
* fixes by solar for ROOT output when unmerging #129649 and make --quiet ↵Mike Frysinger2006-04-131-6/+8
| | | | | | output a bit more useful svn path=/main/trunk/; revision=3137
* Remove redundant "please tell me what to do" code, which is now handled earlier.Zac Medico2006-04-081-5/+0
| | | | svn path=/main/trunk/; revision=3096
* Fix myaction logic so that --resume works (with --pretend) for non-root users.Zac Medico2006-04-081-3/+4
| | | | svn path=/main/trunk/; revision=3095
* Fix myaction logic (myaction==None is actually valid, regression from r3090).Zac Medico2006-04-071-2/+2
| | | | svn path=/main/trunk/; revision=3093
* Fix this random y that was in the last commit...I blame nano :PAlec Warner2006-04-071-1/+1
| | | | svn path=/main/trunk/; revision=3091
* Fix a regression in security handling, emerge with no options should print ↵Alec Warner2006-04-071-1/+4
| | | | | | out helpful information, not tell you you need to be root ;) svn path=/main/trunk/; revision=3090
* Thanks to jforman for finding this one, emerge was not helpful when ↵Alec Warner2006-04-071-3/+9
| | | | | | permissions on the world file are not so good, so in the case of permission denied, we reraise, essentially telling the user we can't read the world file. In the case of it not existing, we assume the user knows what they are doing and we print a squelchable warning message. svn path=/main/trunk/; revision=3089
* Change == None to is NoneAlec Warner2006-04-071-10/+10
| | | | svn path=/main/trunk/; revision=3085
* only display syncing progress for each file when --verbose is set; thanks ↵Simon Stelling2006-04-061-2/+2
| | | | | | Olaf Hering, bug 128362 svn path=/main/trunk/; revision=3084
* Fix minor typo: reported by Brian HarringAlec Warner2006-04-031-1/+1
| | | | svn path=/main/trunk/; revision=3061
* Make repoman check for USE expand descriptions in other files so USE_EXPAND ↵Alec Warner2006-04-031-3/+1
| | | | | | variables can have longer/better/faster/stronger descriptions. svn path=/main/trunk/; revision=3056
* Fixing stupid exception handlingAlec Warner2006-04-021-3/+1
| | | | svn path=/main/trunk/; revision=3051
* add missing space in quiet col outputMike Frysinger2006-03-291-1/+1
| | | | svn path=/main/trunk/; revision=3033
* Recommend PORTAGE_RSYNC_EXTRA_OPTS instead of PORTAGE_RSYNC_OPTSMarius Mauch2006-03-281-1/+1
| | | | svn path=/main/trunk/; revision=3029
* Allow users in the portage group to fetch. Thanks to truedfx for reporting ↵Zac Medico2006-03-261-5/+12
| | | | | | this regression. svn path=/main/trunk/; revision=3015
* Load virtuals on demand in order to avoid needless vdb scanning during a ↵Zac Medico2006-03-251-2/+2
| | | | | | simple 'import portage'. Virtuals are loaded during import, for initialization of portage.settings, only when autouse is enabled (though autouse is disabled by default). svn path=/main/trunk/; revision=2999
* Add a portage_debug module and python-trace feature for --debug mode.Zac Medico2006-03-231-0/+3
| | | | svn path=/main/trunk/; revision=2979
* Do not split PORTAGE_RSYNC_EXTRA_OPTS and add it directly to rsynccommand in ↵Zac Medico2006-03-201-10/+11
| | | | | | order to preserve (hypothetical) quoted whitespace. svn path=/main/trunk/; revision=2961
* Miscellaneous fixes and cleanup for the rsync options handling.Zac Medico2006-03-191-43/+71
| | | | svn path=/main/trunk/; revision=2959
* Fix deprecated RSYNC_TIMEOUT handling (move it where rsync_flags is defined) ↵Zac Medico2006-03-191-12/+8
| | | | | | and direct error messages to stderr via writemsg. svn path=/main/trunk/; revision=2958
* Add support for generic PORTAGE_RSYNC_{EXTRA_,}OPTS, deprecate existing ↵Marius Mauch2006-03-191-19/+60
| | | | | | RSYNC_ variables, rename RSYNC_RETRIES to PORTAGE_RSYNC_RETRIES svn path=/main/trunk/; revision=2955
* Add NOCOLOR support to ebuild.sh and make emerge automatically add NOCOLOR ↵Zac Medico2006-03-191-1/+7
| | | | | | to portage.settings when --nocolor is specified. See bug #126756. svn path=/main/trunk/; revision=2952
* Add package atom validation to the `emerge --config` action. Thanks to ↵Zac Medico2006-03-161-12/+19
| | | | | | sekretarz for reporting and providing an initial patch. svn path=/main/trunk/; revision=2908
* add --quiet support to --colsMike Frysinger2006-03-151-15/+26
| | | | svn path=/main/trunk/; revision=2891
* Generate depgraph.applied_useflags in the display method as necessary for ↵Zac Medico2006-03-151-4/+10
| | | | | | use with --resume. See bug #126120. svn path=/main/trunk/; revision=2890
* Catch keyboardinterrupt during imports, don't print nasty tracebacks there, ↵Alec Warner2006-03-141-1/+4
| | | | | | later on we have signal handlers for control C svn path=/main/trunk/; revision=2885
* Simplify emerge's secpass logic.Zac Medico2006-03-131-19/+11
| | | | svn path=/main/trunk/; revision=2867
* Fix KeyError: 'mergelist' error (regression from r2847). See bug #125993.Zac Medico2006-03-131-0/+1
| | | | svn path=/main/trunk/; revision=2864
* Add --tree to the blacklist when --resume is used. See bug #54040.Zac Medico2006-03-121-1/+1
| | | | svn path=/main/trunk/; revision=2857
* dont reset spinner for non-ttys if --quiet is in useMike Frysinger2006-03-111-2/+3
| | | | svn path=/main/trunk/; revision=2849
* Do automatic backup the resume list when it's length is greater than 1 for ↵v2.1_pre6Zac Medico2006-03-111-1/+12
| | | | | | bug #122527. svn path=/main/trunk/; revision=2847
* Do the clean phase at the end of dblink.treewalk() to ensure that it is ↵Zac Medico2006-03-111-8/+1
| | | | | | triggered when both source and binary packages are merged. See bug #105706. svn path=/main/trunk/; revision=2843
* Fix emerge's "Post-Build Cleaning" so that it works with --buildpkgonly in ↵Zac Medico2006-03-101-10/+12
| | | | | | FEATURES. See bug #105706. svn path=/main/trunk/; revision=2839
* Make the parallel-fetch process sleep for 3 seconds at the beginning in ↵Zac Medico2006-03-071-0/+1
| | | | | | order to allow the parent process to have the first fetch (rather than display a 'waiting for a lock' message). Suggestion by Brian Harring. svn path=/main/trunk/; revision=2824
* - make portage display the ROOT when unmerging a selected packageNed Ludd2006-03-071-0/+3
| | | | svn path=/main/trunk/; revision=2820
* Remove the leading / from WORLD_FILE for better cooperation with ↵Zac Medico2006-03-061-5/+5
| | | | | | os.path.join (see bug #124471). svn path=/main/trunk/; revision=2818
* Strip the leading slash from WORLD_FILE so that os.path.join works correctly ↵Zac Medico2006-03-051-2/+6
| | | | | | for bug #124471. Thanks to Thomas de Grenier de Latour for finding the cause of the problem and Jonathan Adamczewski for the initial report. svn path=/main/trunk/; revision=2812