summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* catch ENOENT and ENOTDIR in clean_locks to prevent ugly tracebacks; bug 124164Simon Stelling2006-05-021-4/+12
| | | | svn path=/main/trunk/; revision=3309
* use hasq where appropriateSimon Stelling2006-05-021-5/+4
| | | | svn path=/main/trunk/; revision=3308
* revert rev 3300 as it has various issues and doesn't fully solve the problemSimon Stelling2006-05-021-3/+0
| | | | svn path=/main/trunk/; revision=3305
* don't let profile.env overwrite variables that are already set; bug 130229Simon Stelling2006-05-011-0/+5
| | | | svn path=/main/trunk/; revision=3300
* replace hardcoded /usr/lib/portage/bin with PORTAGE_BIN_PATH, defaulting to ↵Simon Stelling2006-05-0111-11/+11
| | | | | | the hardcoded value svn path=/main/trunk/; revision=3297
* make portage shut up if --quiet is given; bug 62273Simon Stelling2006-05-0114-123/+155
| | | | svn path=/main/trunk/; revision=3296
* revert my last commit except for the parts i really wanted to commitSimon Stelling2006-05-012-153/+7
| | | | svn path=/main/trunk/; revision=3295
* allow escaping in elog_base() to fix bug 131913Simon Stelling2006-05-013-8/+154
| | | | svn path=/main/trunk/; revision=3294
* Make sure that emerge really removes noauto from FEATURES for bug #131820.Zac Medico2006-05-011-2/+7
| | | | svn path=/main/trunk/; revision=3292
* - People have started RESTRICTing "stricter", which we would like to ↵Ned Ludd2006-04-301-9/+9
| | | | | | discourage. bug 131779 (kevquinn) svn path=/main/trunk/; revision=3289
* - be sure to remove o+w bits on debug filesNed Ludd2006-04-301-2/+2
| | | | svn path=/main/trunk/; revision=3288
* Add PORTAGE_BIN_PATH and PORTAGE_PYM_PATH to the enviroment and use them to ↵Zac Medico2006-04-302-7/+12
| | | | | | replace hard coded paths in ebuild.sh and misc-functions.sh. svn path=/main/trunk/; revision=3280
* 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
* In the clean phase, for maximum chflags portablility, make *unlnk flags ↵Zac Medico2006-04-291-6/+2
| | | | | | optional and drop the USERLAND test (bug #113536). svn path=/main/trunk/; revision=3264
* Fix PORTAGE_GPG_DIR handling so that ~/.gnupg/ works correctly like the ↵Zac Medico2006-04-281-0/+4
| | | | | | Manifest Signing Guide says it should. Thanks to Tupone for reporting. svn path=/main/trunk/; revision=3262
* 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-282-2/+9
| | | | | | use any globals. svn path=/main/trunk/; revision=3253
* Make fetchlist_dict an optional parameter in the Manifest constructor since ↵Zac Medico2006-04-262-7/+6
| | | | | | 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 portage.digestgen() so that it doesn't have ↵Zac Medico2006-04-261-4/+4
| | | | | | to use any globals. svn path=/main/trunk/; revision=3244
* Pass a portdbapi instance into the FetchlistDict constructor so that it ↵Zac Medico2006-04-262-2/+2
| | | | | | doesn't have to use any globals. svn path=/main/trunk/; revision=3243
* Use the correct ACCEPT_KEYWORDS for each profile (regression from r3231).Zac Medico2006-04-261-2/+3
| | | | svn path=/main/trunk/; revision=3240
* Remove portage.config.groups (formerly portage.groups) and instead use ↵Zac Medico2006-04-261-3/+2
| | | | | | ACCEPT_KEYWORDS directly (simplifies the code). svn path=/main/trunk/; revision=3238
* Fix false variable.readonly match on continued lines. Thanks to Flameeyes ↵Zac Medico2006-04-251-1/+6
| | | | | | for reporting. svn path=/main/trunk/; revision=3236
* 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-252-14/+14
| | | | svn path=/main/trunk/; revision=3233
* Remove all usage of the portage.archlist global variable.Zac Medico2006-04-251-2/+2
| | | | svn path=/main/trunk/; revision=3232
* Remove all usage of the portage.groups global variable.Zac Medico2006-04-251-2/+3
| | | | svn path=/main/trunk/; revision=3231
* Remove all usage of portage.usedefaults and portage.profiledir globals.Zac Medico2006-04-251-2/+0
| | | | svn path=/main/trunk/; revision=3230
* enable +x bits on sedMike Frysinger2006-04-251-0/+0
| | | | svn path=/main/trunk/; revision=3226
* 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-232-0/+2
| | | | | | emerge/fixpackages where it belongs. svn path=/main/trunk/; revision=3201
* Make sed wrapper not executable. Currently the wrapper is installed via ↵Alec Warner2006-04-231-0/+0
| | | | | | doexe in the ebuild from and gets the +x bit set properly. I don't think we have any SVN users on BSD or Darwin. In the future this wrapper will get installed automagically by the ebuild ( it being in bin ) but will only be set executable on non GNU platforms. svn path=/main/trunk/; revision=3200
* Fix sed breakage for people with weird PATH, fix tabs. Thanks to Flameeyes ↵Alec Warner2006-04-231-13/+15
| | | | | | once again. svn path=/main/trunk/; revision=3199
* set executable bit for sed-wrapperSimon Stelling2006-04-231-0/+0
| | | | svn path=/main/trunk/; revision=3198
* 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
* Add copyright header, thanks to Zac Medico for pointing that out for meAlec Warner2006-04-221-0/+2
| | | | svn path=/main/trunk/; revision=3191
* A sed wrapper for OSX/BSD courtesy of Flameeyes and SpankyAlec Warner2006-04-221-0/+22
| | | | svn path=/main/trunk/; revision=3190
* Disable sandbox during package phase interaction with $PKGDIR for ↵Zac Medico2006-04-221-1/+3
| | | | | | compatibility with symlinks (See bug #130824). svn path=/main/trunk/; revision=3189
* Print the actual DISTDIR location in the help ouput of clean_locks for bug ↵Zac Medico2006-04-221-2/+3
| | | | | | #116676. svn path=/main/trunk/; revision=3188
* 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
* Use os.path.join for PORTAGE_GPG_DIR and remove a duplicate access check.Zac Medico2006-04-211-2/+2
| | | | svn path=/main/trunk/; revision=3181
* if PORTAGE_GPG_DIR is not set then default to ~/.gnupg instead of just ↵Mike Frysinger2006-04-201-1/+6
| | | | | | dumping an error svn path=/main/trunk/; revision=3180