| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix spelling of "hierarchy" for bug #131582 and raise an exception for cleane... | Zac Medico | 2006-04-28 | 1 | -3/+7 |
* | Remove global db usage from portdbapi.gvisible(). | Zac Medico | 2006-04-28 | 1 | -2/+2 |
* | Only trigger the 'Using system located in ROOT' message when ROOT!=/. | Zac Medico | 2006-04-28 | 1 | -1/+1 |
* | Remove global db usage from portage.config.regenerate(). | Zac Medico | 2006-04-28 | 1 | -6/+4 |
* | Fix a typo from r3245. | Zac Medico | 2006-04-28 | 1 | -1/+1 |
* | Disable the FEATURES=cvs part of r3251 because it prevents missing files from... | Zac Medico | 2006-04-28 | 1 | -1/+1 |
* | Make portage.vardbapi able to work without any global variables. | Zac Medico | 2006-04-28 | 1 | -13/+13 |
* | Fix portage.global_updates() and portage.do_vartree() so they don't have to u... | Zac Medico | 2006-04-28 | 3 | -42/+45 |
* | Remove usage of the portage.thirdpartymirrors global variable. | Zac Medico | 2006-04-27 | 1 | -8/+9 |
* | Make FEATURES=cvs cause all distfiles to be fetched if necessary (just like `... | Zac Medico | 2006-04-27 | 1 | -12/+11 |
* | Only use one global statement to avoid bogus python syntax warning. | Zac Medico | 2006-04-27 | 1 | -3/+1 |
* | Pass in mydbapi and vartree where relevant for all doebuild calls in portage.... | Zac Medico | 2006-04-27 | 1 | -15/+31 |
* | escape $ in PORTAGE_ELOG_MAILSUBJECT; bug 131373 | Simon Stelling | 2006-04-27 | 1 | -1/+1 |
* | Add an option vartree parameter to doebuild(), merge(), and the dblink constr... | Zac Medico | 2006-04-27 | 1 | -25/+35 |
* | Add optional mydbapi parameter to doebuild() so that it doesn't have to use a... | Zac Medico | 2006-04-27 | 1 | -11/+18 |
* | Make fetchlist_dict an optional parameter in the Manifest constructor since i... | Zac Medico | 2006-04-26 | 4 | -18/+19 |
* | Pass a portdbapi instance into portage.digestgen() so that it doesn't have to... | Zac Medico | 2006-04-26 | 2 | -12/+16 |
* | Pass a portdbapi instance into the FetchlistDict constructor so that it doesn... | Zac Medico | 2006-04-26 | 3 | -11/+12 |
* | Group together and clearly mark some deprecated globals. | Zac Medico | 2006-04-26 | 1 | -13/+17 |
* | Move PORTAGE_MASTER_PID and BASH_ENV from global scope to the doebuild_enviro... | Zac Medico | 2006-04-26 | 1 | -6/+5 |
* | Use the correct ACCEPT_KEYWORDS for each profile (regression from r3231). | Zac Medico | 2006-04-26 | 1 | -2/+3 |
* | Remove portage.config.root (from r3229) and just use config["ROOT"] to elimin... | Zac Medico | 2006-04-26 | 1 | -10/+11 |
* | Remove portage.config.groups (formerly portage.groups) and instead use ACCEPT... | Zac Medico | 2006-04-26 | 2 | -8/+4 |
* | Fix portdbapi.aux_get(), findname2(), and getfetchlist() so that the tree can... | Zac Medico | 2006-04-26 | 1 | -26/+22 |
* | Fix false variable.readonly match on continued lines. Thanks to Flameeyes fo... | Zac Medico | 2006-04-25 | 1 | -1/+6 |
* | Validate the resume merge list in --ask and --pretend mode for bug #128455. | Zac Medico | 2006-04-25 | 1 | -8/+14 |
* | Make copies of the groups attribute before modifying (regression from r3231). | Zac Medico | 2006-04-25 | 1 | -2/+2 |
* | Remove all dependence on the portage.features global variable. | Zac Medico | 2006-04-25 | 3 | -23/+24 |
* | Remove all usage of the portage.archlist global variable. | Zac Medico | 2006-04-25 | 2 | -4/+4 |
* | Remove all usage of the portage.groups global variable. | Zac Medico | 2006-04-25 | 2 | -6/+11 |
* | Remove all usage of portage.usedefaults and portage.profiledir globals. | Zac Medico | 2006-04-25 | 2 | -11/+15 |
* | Move portage.root logic from global scope into the portage.config class. | Zac Medico | 2006-04-25 | 1 | -20/+18 |
* | Move initialization of tmp, var/tmp, var/lib/portage, and var/cache/edb from ... | Zac Medico | 2006-04-25 | 1 | -38/+21 |
* | Move cache dir initialization from global scope to the portdbapi class. | Zac Medico | 2006-04-25 | 1 | -28/+25 |
* | enable +x bits on sed | Mike Frysinger | 2006-04-25 | 1 | -0/+0 |
* | Move USER_VIRTUALS_FILE deprecation warning to config.validate(). | Zac Medico | 2006-04-25 | 1 | -5/+5 |
* | Split a config.validate() method and move PORTAGE_TMPDIR sanity check to doeb... | Zac Medico | 2006-04-25 | 1 | -12/+17 |
* | Move the make.profile symlink warning from global scope to the config class. | Zac Medico | 2006-04-25 | 1 | -6/+6 |
* | Catch IOError when loading the mtimedb. | Zac Medico | 2006-04-25 | 1 | -1/+1 |
* | Move ACCEPT_KEYWORDS and PORTAGE_ARCHLIST validation from global scope to the... | Zac Medico | 2006-04-25 | 1 | -8/+14 |
* | Move the mtimedb initialization code from global scope to a function. | Zac Medico | 2006-04-25 | 1 | -34/+31 |
* | Catch ValueError from cpv_expand for bug #131160. | Zac Medico | 2006-04-25 | 1 | -1/+5 |
* | Add a note concerning the separation of legacy global initializations. | Zac Medico | 2006-04-24 | 1 | -0/+8 |
* | For better organization, migrate the initialization of all major globals in p... | Zac Medico | 2006-04-24 | 1 | -196/+171 |
* | Make sure usage of portage.db and portage.mtimedb is appropriately marked as ... | Zac Medico | 2006-04-24 | 1 | -5/+9 |
* | Make sure a usage of portage.settings is marked as global. | Zac Medico | 2006-04-24 | 1 | -5/+13 |
* | Use tree="vartree" for prerm, postrm, and cleanrm phases (see bug #131116). | Zac Medico | 2006-04-24 | 1 | -3/+5 |
* | Use one aux_get call instead of 2. | Zac Medico | 2006-04-24 | 1 | -5/+5 |
* | Use local myroot instead of portage.root global. | Zac Medico | 2006-04-24 | 1 | -1/+1 |
* | Replace finddigest usage with Manifest2 compatible code. | Zac Medico | 2006-04-24 | 1 | -4/+8 |