summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove 4 year old cvs sync code, fix login around spawn, fix random raisev2.1_pre10Alec Warner2006-04-291-7/+2
* Remove all usage of the portage.root global from portage.py.Zac Medico2006-04-291-4/+4
* Add a portage.config.selinux_enabled() accessor and use it to remove all glob...Zac Medico2006-04-291-26/+36
* Prevent a NameError in commit_mtimedb() when the portage.mtimedb attribute do...Zac Medico2006-04-291-1/+1
* Move the legacy global initializations into a function and allow them to be d...Zac Medico2006-04-291-65/+73
* Pass mtimes through doebuild(), into dblink.merge(), and finally to env_updat...Zac Medico2006-04-291-11/+13
* Return early from portage.commit_mtimedb() when mtimedb is None.Zac Medico2006-04-291-0/+2
* Enable portage.commit_mtimedb() to work without globals.Zac Medico2006-04-291-24/+15
* Enable portage.pkgmerge() to work without globals.Zac Medico2006-04-291-3/+5
* 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
* In the clean phase, for maximum chflags portablility, make *unlnk flags optio...Zac Medico2006-04-291-6/+2
* Catch Permission Denied errors during manifest/digest generation for bug #131...Zac Medico2006-04-292-38/+45
* Fix PORTAGE_GPG_DIR handling so that ~/.gnupg/ works correctly like the Manif...Zac Medico2006-04-281-0/+4
* Fix spelling of "hierarchy" for bug #131582 and raise an exception for cleane...Zac Medico2006-04-281-3/+7
* Remove global db usage from portdbapi.gvisible().Zac Medico2006-04-281-2/+2
* Only trigger the 'Using system located in ROOT' message when ROOT!=/.Zac Medico2006-04-281-1/+1
* Remove global db usage from portage.config.regenerate().Zac Medico2006-04-281-6/+4
* Fix a typo from r3245.Zac Medico2006-04-281-1/+1
* 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-283-42/+45
* 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
* escape $ in PORTAGE_ELOG_MAILSUBJECT; bug 131373Simon Stelling2006-04-271-1/+1
* 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-264-18/+19
* Pass a portdbapi instance into portage.digestgen() so that it doesn't have to...Zac Medico2006-04-262-12/+16
* Pass a portdbapi instance into the FetchlistDict constructor so that it doesn...Zac Medico2006-04-263-11/+12
* 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
* Use the correct ACCEPT_KEYWORDS for each profile (regression from r3231).Zac Medico2006-04-261-2/+3
* 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-262-8/+4
* Fix portdbapi.aux_get(), findname2(), and getfetchlist() so that the tree can...Zac Medico2006-04-261-26/+22
* Fix false variable.readonly match on continued lines. Thanks to Flameeyes fo...Zac Medico2006-04-251-1/+6
* Validate the resume merge list in --ask and --pretend mode for bug #128455.Zac Medico2006-04-251-8/+14
* 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-253-23/+24
* Remove all usage of the portage.archlist global variable.Zac Medico2006-04-252-4/+4
* Remove all usage of the portage.groups global variable.Zac Medico2006-04-252-6/+11
* Remove all usage of portage.usedefaults and portage.profiledir globals.Zac Medico2006-04-252-11/+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
* enable +x bits on sedMike Frysinger2006-04-251-0/+0
* Move USER_VIRTUALS_FILE deprecation warning to config.validate().Zac Medico2006-04-251-5/+5