summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Enable portage.dep_zapdeps() to work without globals.Zac Medico2006-04-291-7/+9
* Enable portage.env_update() to work without globals.Zac Medico2006-04-291-35/+41
* Catch Permission Denied errors during manifest/digest generation for bug #131...Zac Medico2006-04-292-38/+45
* Remove global db usage from portdbapi.gvisible().Zac Medico2006-04-281-2/+2
* Remove global db usage from portage.config.regenerate().Zac Medico2006-04-281-6/+4
* Disable the FEATURES=cvs part of r3251 because it prevents missing files from...Zac Medico2006-04-281-1/+1
* Make portage.vardbapi able to work without any global variables.Zac Medico2006-04-281-13/+13
* Fix portage.global_updates() and portage.do_vartree() so they don't have to u...Zac Medico2006-04-281-40/+36
* Remove usage of the portage.thirdpartymirrors global variable.Zac Medico2006-04-271-8/+9
* Make FEATURES=cvs cause all distfiles to be fetched if necessary (just like `...Zac Medico2006-04-271-12/+11
* Only use one global statement to avoid bogus python syntax warning.Zac Medico2006-04-271-3/+1
* Pass in mydbapi and vartree where relevant for all doebuild calls in portage....Zac Medico2006-04-271-15/+31
* Add an option vartree parameter to doebuild(), merge(), and the dblink constr...Zac Medico2006-04-271-25/+35
* Add optional mydbapi parameter to doebuild() so that it doesn't have to use a...Zac Medico2006-04-271-11/+18
* Make fetchlist_dict an optional parameter in the Manifest constructor since i...Zac Medico2006-04-262-11/+13
* Pass a portdbapi instance into portage.digestgen() so that it doesn't have to...Zac Medico2006-04-261-8/+12
* Pass a portdbapi instance into the FetchlistDict constructor so that it doesn...Zac Medico2006-04-261-9/+10
* Group together and clearly mark some deprecated globals.Zac Medico2006-04-261-13/+17
* Move PORTAGE_MASTER_PID and BASH_ENV from global scope to the doebuild_enviro...Zac Medico2006-04-261-6/+5
* Remove portage.config.root (from r3229) and just use config["ROOT"] to elimin...Zac Medico2006-04-261-10/+11
* Remove portage.config.groups (formerly portage.groups) and instead use ACCEPT...Zac Medico2006-04-261-5/+2
* Fix portdbapi.aux_get(), findname2(), and getfetchlist() so that the tree can...Zac Medico2006-04-261-26/+22
* Make copies of the groups attribute before modifying (regression from r3231).Zac Medico2006-04-251-2/+2
* Remove all dependence on the portage.features global variable.Zac Medico2006-04-251-9/+10
* Remove all usage of the portage.archlist global variable.Zac Medico2006-04-251-2/+2
* Remove all usage of the portage.groups global variable.Zac Medico2006-04-251-4/+8
* Remove all usage of portage.usedefaults and portage.profiledir globals.Zac Medico2006-04-251-9/+15
* Move portage.root logic from global scope into the portage.config class.Zac Medico2006-04-251-20/+18
* Move initialization of tmp, var/tmp, var/lib/portage, and var/cache/edb from ...Zac Medico2006-04-251-38/+21
* Move cache dir initialization from global scope to the portdbapi class.Zac Medico2006-04-251-28/+25
* Move USER_VIRTUALS_FILE deprecation warning to config.validate().Zac Medico2006-04-251-5/+5
* Split a config.validate() method and move PORTAGE_TMPDIR sanity check to doeb...Zac Medico2006-04-251-12/+17
* Move the make.profile symlink warning from global scope to the config class.Zac Medico2006-04-251-6/+6
* Catch IOError when loading the mtimedb.Zac Medico2006-04-251-1/+1
* Move ACCEPT_KEYWORDS and PORTAGE_ARCHLIST validation from global scope to the...Zac Medico2006-04-251-8/+14
* Move the mtimedb initialization code from global scope to a function.Zac Medico2006-04-251-34/+31
* Add a note concerning the separation of legacy global initializations.Zac Medico2006-04-241-0/+8
* For better organization, migrate the initialization of all major globals in p...Zac Medico2006-04-241-196/+171
* Make sure usage of portage.db and portage.mtimedb is appropriately marked as ...Zac Medico2006-04-241-5/+9
* Make sure a usage of portage.settings is marked as global.Zac Medico2006-04-241-5/+13
* Use tree="vartree" for prerm, postrm, and cleanrm phases (see bug #131116).Zac Medico2006-04-241-3/+5
* Use one aux_get call instead of 2.Zac Medico2006-04-241-5/+5
* Use local myroot instead of portage.root global.Zac Medico2006-04-241-1/+1
* Replace finddigest usage with Manifest2 compatible code.Zac Medico2006-04-241-4/+8
* Pass a dbapi instance into doebuild_environment so that it doesn't need to ac...Zac Medico2006-04-241-4/+4
* Remove a possibly unecessary try statement that may swallow important excepti...Zac Medico2006-04-241-9/+4
* Replace usage of global portage.settings with self.mysettings instead.Zac Medico2006-04-241-1/+2
* Fix accidental usage of global settings instead of self.Zac Medico2006-04-241-1/+1
* Do lazy initialization of portage.db[root][porttree] and db[root][vartree] fo...Zac Medico2006-04-241-4/+4
* Move thirdpartymirrors stacking out of global scope.Zac Medico2006-04-241-5/+7