summaryrefslogtreecommitdiffstats
path: root/bin/emerge
Commit message (Collapse)AuthorAgeFilesLines
* Add some helpful troubleshooting tips to the depclean warning message.Zac Medico2006-05-301-0/+6
| | | | svn path=/main/trunk/; revision=3441
* Revert patch for r3426 for bug 134466 and add warnings to docs.Zac Medico2006-05-281-2/+4
| | | | svn path=/main/trunk/; revision=3437
* Add noiselevel=-1 to writemsg calls for fatal emerge errors so that ↵Zac Medico2006-05-271-13/+23
| | | | | | important errors are printed even when --quiet is used. svn path=/main/trunk/; revision=3427
* Fix emerge's userquery() so that it rejects empty responses when the enter ↵Zac Medico2006-05-271-1/+1
| | | | | | key is pressed for bug #134466. svn path=/main/trunk/; revision=3426
* Prevent a KeyError from occurring when USE_EXPAND_HIDDEN is used for bug ↵Zac Medico2006-05-231-0/+2
| | | | | | #134086. svn path=/main/trunk/; revision=3399
* In order to help protect users, make AUTOCLEAN case insensitive.Zac Medico2006-05-191-0/+10
| | | | svn path=/main/trunk/; revision=3378
* Revert r3371 because it doesn't fix the real problem and get ROOT directly ↵Zac Medico2006-05-181-5/+5
| | | | | | from portage.settings["ROOT"] since self.pkgsettings["ROOT"] does not have the desired value. svn path=/main/trunk/; revision=3372
* Catch PackageNotFound exceptions from unmerge() for bug #133606.Zac Medico2006-05-181-1/+4
| | | | svn path=/main/trunk/; revision=3371
* Correctly autoclean build time dependencies that have been upgraded in / ↵Zac Medico2006-05-181-1/+68
| | | | | | when ROOT!=/ for bug #133606. This patch duplicates code from emerge's unmerge() function in order to touch as little existing code as possible. svn path=/main/trunk/; revision=3370
* When portage is upgraded, only restart emerge when destroot="/". Also, ↵Zac Medico2006-05-171-22/+22
| | | | | | clean up and fix the related logic in depgraph.display(). svn path=/main/trunk/; revision=3369
* Print a warning message when AUTOCLEAN is disabled because it's quite dangerous.Zac Medico2006-05-171-0/+8
| | | | svn path=/main/trunk/; revision=3366
* Add + to the --changelog regex so that dvd+rw-tools works for bug #133288.Zac Medico2006-05-161-1/+1
| | | | svn path=/main/trunk/; revision=3362
* Fix for bug 133363, thanks to <world.root@gmail.com> for reporting.Alec Warner2006-05-151-1/+1
| | | | svn path=/main/trunk/; revision=3360
* Allow `emerge --metadata` and `emerge --regen` for users in the portage ↵Zac Medico2006-05-131-1/+2
| | | | | | group(bug #133157). svn path=/main/trunk/; revision=3346
* Minor 1 liner for bug 131657Alec Warner2006-05-111-0/+1
| | | | svn path=/main/trunk/; revision=3340
* Only adjust priority for PORTAGE_NICENESS on the first run for bug #132739.Zac Medico2006-05-101-0/+2
| | | | svn path=/main/trunk/; revision=3336
* make rsync variable messages a bit less invitingMarius Mauch2006-05-061-2/+2
| | | | svn path=/main/trunk/; revision=3325
* Catch a KeyError and notify the user of a missing digest for bug #132373.Zac Medico2006-05-051-7/+10
| | | | svn path=/main/trunk/; revision=3321
* Make sure that emerge really removes noauto from FEATURES for bug #131820.Zac Medico2006-05-011-2/+7
| | | | svn path=/main/trunk/; revision=3292
* Remove 4 year old cvs sync code, fix login around spawn, fix random raisev2.1_pre10Alec Warner2006-04-291-7/+2
| | | | svn path=/main/trunk/; revision=3275
* Fix spelling of "hierarchy" for bug #131582 and raise an exception for ↵Zac Medico2006-04-281-3/+7
| | | | | | cleaner error handling. svn path=/main/trunk/; revision=3261
* Only trigger the 'Using system located in ROOT' message when ROOT!=/.Zac Medico2006-04-281-1/+1
| | | | svn path=/main/trunk/; revision=3258
* Fix a typo from r3245.Zac Medico2006-04-281-1/+1
| | | | svn path=/main/trunk/; revision=3256
* Fix portage.global_updates() and portage.do_vartree() so they don't have to ↵Zac Medico2006-04-281-1/+3
| | | | | | use any globals. svn path=/main/trunk/; revision=3253
* Make fetchlist_dict an optional parameter in the Manifest constructor since ↵Zac Medico2006-04-261-4/+5
| | | | | | it's required only for generation of a Manifest (not needed for parsing and checking sums). svn path=/main/trunk/; revision=3245
* Pass a portdbapi instance into the FetchlistDict constructor so that it ↵Zac Medico2006-04-261-1/+1
| | | | | | doesn't have to use any globals. svn path=/main/trunk/; revision=3243
* 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