summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* Pass a vartree instance into portage.unmerge() to avoid globals.Zac Medico2006-04-301-4/+5
| | | | svn path=/main/trunk/; revision=3286
* Handle the doebuild's unmerge phase before setting up logfile because ↵Zac Medico2006-04-301-4/+4
| | | | | | unmerge doesn't use the log. svn path=/main/trunk/; revision=3285
* Avoid global db usage in doebuild() except when absolutely necessary.Zac Medico2006-04-301-1/+3
| | | | svn path=/main/trunk/; revision=3284
* Update portage config update messages to mention dispatch-conf (in addition ↵Zac Medico2006-04-302-3/+5
| | | | | | to etc-update). Thanks to genstef for reporting this. svn path=/main/trunk/; revision=3283
* Print disfiles file names for bug #131774. I've removed the [ OK ] from ↵Zac Medico2006-04-301-9/+6
| | | | | | okaymsg because the wink makes it redundant. svn path=/main/trunk/; revision=3282
* retain important historical aspects of the checksum messagesMike Frysinger2006-04-301-4/+4
| | | | svn path=/main/trunk/; revision=3281
* Add PORTAGE_BIN_PATH and PORTAGE_PYM_PATH to the enviroment and use them to ↵Zac Medico2006-04-303-7/+14
| | | | | | replace hard coded paths in ebuild.sh and misc-functions.sh. svn path=/main/trunk/; revision=3280
* Print [ OK ] messages (like eend) when checksums are good. Thanks to ↵Zac Medico2006-04-302-5/+20
| | | | | | fox2mike for suggesting this. svn path=/main/trunk/; revision=3279
* 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
* Remove all usage of the portage.root global from portage.py.Zac Medico2006-04-291-4/+4
| | | | svn path=/main/trunk/; revision=3274
* Add a portage.config.selinux_enabled() accessor and use it to remove all ↵Zac Medico2006-04-291-26/+36
| | | | | | global usage of portage.selinux_enabled. svn path=/main/trunk/; revision=3273
* Prevent a NameError in commit_mtimedb() when the portage.mtimedb attribute ↵Zac Medico2006-04-291-1/+1
| | | | | | does not exist. svn path=/main/trunk/; revision=3272
* Move the legacy global initializations into a function and allow them to be ↵Zac Medico2006-04-291-65/+73
| | | | | | disabled via an experimental PORTAGE_LEGACY_GLOBALS environment variable. svn path=/main/trunk/; revision=3271
* Pass mtimes through doebuild(), into dblink.merge(), and finally to ↵Zac Medico2006-04-291-11/+13
| | | | | | env_update(). svn path=/main/trunk/; revision=3270
* Return early from portage.commit_mtimedb() when mtimedb is None.Zac Medico2006-04-291-0/+2
| | | | svn path=/main/trunk/; revision=3269
* Enable portage.commit_mtimedb() to work without globals.Zac Medico2006-04-291-24/+15
| | | | svn path=/main/trunk/; revision=3268
* Enable portage.pkgmerge() to work without globals.Zac Medico2006-04-291-3/+5
| | | | svn path=/main/trunk/; revision=3267
* Enable portage.dep_zapdeps() to work without globals.Zac Medico2006-04-291-7/+9
| | | | svn path=/main/trunk/; revision=3266
* Enable portage.env_update() to work without globals.Zac Medico2006-04-291-35/+41
| | | | svn path=/main/trunk/; revision=3265
* 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
* Catch Permission Denied errors during manifest/digest generation for bug ↵Zac Medico2006-04-292-38/+45
| | | | | | #131073. svn path=/main/trunk/; revision=3263
* 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
* Remove global db usage from portdbapi.gvisible().Zac Medico2006-04-281-2/+2
| | | | svn path=/main/trunk/; revision=3259
* Only trigger the 'Using system located in ROOT' message when ROOT!=/.Zac Medico2006-04-281-1/+1
| | | | svn path=/main/trunk/; revision=3258
* Remove global db usage from portage.config.regenerate().Zac Medico2006-04-281-6/+4
| | | | svn path=/main/trunk/; revision=3257
* Fix a typo from r3245.Zac Medico2006-04-281-1/+1
| | | | svn path=/main/trunk/; revision=3256
* Disable the FEATURES=cvs part of r3251 because it prevents missing files ↵Zac Medico2006-04-281-1/+1
| | | | | | from bein fetched when they need to be. svn path=/main/trunk/; revision=3255
* Make portage.vardbapi able to work without any global variables.Zac Medico2006-04-281-13/+13
| | | | svn path=/main/trunk/; revision=3254
* Fix portage.global_updates() and portage.do_vartree() so they don't have to ↵Zac Medico2006-04-283-42/+45
| | | | | | use any globals. svn path=/main/trunk/; revision=3253
* Remove usage of the portage.thirdpartymirrors global variable.Zac Medico2006-04-271-8/+9
| | | | svn path=/main/trunk/; revision=3252
* Make FEATURES=cvs cause all distfiles to be fetched if necessary (just like ↵Zac Medico2006-04-271-12/+11
| | | | | | `ebuild digest`) and update the code for Manifest2. svn path=/main/trunk/; revision=3251
* Only use one global statement to avoid bogus python syntax warning.Zac Medico2006-04-271-3/+1
| | | | svn path=/main/trunk/; revision=3250
* Pass in mydbapi and vartree where relevant for all doebuild calls in ↵Zac Medico2006-04-271-15/+31
| | | | | | portage.py and add necessary support to merge() and the dblink class. svn path=/main/trunk/; revision=3249
* escape $ in PORTAGE_ELOG_MAILSUBJECT; bug 131373Simon Stelling2006-04-271-1/+1
| | | | svn path=/main/trunk/; revision=3248
* Add an option vartree parameter to doebuild(), merge(), and the dblink ↵Zac Medico2006-04-271-25/+35
| | | | | | constructor so that they don't have to use globals. svn path=/main/trunk/; revision=3247
* Add optional mydbapi parameter to doebuild() so that it doesn't have to use ↵Zac Medico2006-04-271-11/+18
| | | | | | any globals. svn path=/main/trunk/; revision=3246
* Make fetchlist_dict an optional parameter in the Manifest constructor since ↵Zac Medico2006-04-264-18/+19
| | | | | | 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-262-12/+16
| | | | | | to use any globals. svn path=/main/trunk/; revision=3244
* Pass a portdbapi instance into the FetchlistDict constructor so that it ↵Zac Medico2006-04-263-11/+12
| | | | | | doesn't have to use any globals. svn path=/main/trunk/; revision=3243
* Group together and clearly mark some deprecated globals.Zac Medico2006-04-261-13/+17
| | | | svn path=/main/trunk/; revision=3242
* Move PORTAGE_MASTER_PID and BASH_ENV from global scope to the ↵Zac Medico2006-04-261-6/+5
| | | | | | doebuild_environment() function. svn path=/main/trunk/; revision=3241
* 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.root (from r3229) and just use config["ROOT"] to ↵Zac Medico2006-04-261-10/+11
| | | | | | eliminate redundancy. svn path=/main/trunk/; revision=3239
* Remove portage.config.groups (formerly portage.groups) and instead use ↵Zac Medico2006-04-262-8/+4
| | | | | | ACCEPT_KEYWORDS directly (simplifies the code). svn path=/main/trunk/; revision=3238
* Fix portdbapi.aux_get(), findname2(), and getfetchlist() so that the tree ↵Zac Medico2006-04-261-26/+22
| | | | | | can be overridden by the caller if necessary (ensures that metadata is pulled from the correct tree when generating a manifest). svn path=/main/trunk/; revision=3237
* 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