| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug #264494 - In case the ebuild has enabled set -e during an ebuild phase, | Zac Medico | 2009-04-01 | 2 | -0/+3 |
* | Remove the ATOMS section and move --update to a new ACTIONS section. | Zac Medico | 2009-04-01 | 1 | -9/+7 |
* | Allow --root-deps for ROOT=/, so people can do weird things like use it with | Zac Medico | 2009-04-01 | 1 | -8/+6 |
* | Add a man page for egencache(1). | Zac Medico | 2009-04-01 | 1 | -0/+69 |
* | Document new prepare and configure commands for EAPI 2. | Zac Medico | 2009-04-01 | 1 | -0/+12 |
* | Clarify docs for --root-deps. | Zac Medico | 2009-04-01 | 2 | -2/+4 |
* | Combine the --rdeps-only and --root-deps options into a single --root-deps | Zac Medico | 2009-04-01 | 3 | -29/+40 |
* | Add support for a EGENCACHE_DEFAULT_OPTS variable in make.conf. | Zac Medico | 2009-04-01 | 2 | -9/+29 |
* | Automatically enable FEATURES=metadata-transfer if it's not enabled, | Zac Medico | 2009-03-31 | 1 | -4/+8 |
* | Fix typo in comment. | Zac Medico | 2009-03-31 | 1 | -1/+1 |
* | Add parsing code for --jobs and --load-average. | Zac Medico | 2009-03-31 | 1 | -0/+31 |
* | Add a new egencache --rsync option which enables a stat collision workaround | Zac Medico | 2009-03-31 | 3 | -18/+104 |
* | Bug #263370 - In create_message(), use email.header.Header to wrap the | Zac Medico | 2009-03-31 | 1 | -1/+4 |
* | Bug #261377 - Add a new 'egencache' tool to generate metadata cache for | Zac Medico | 2009-03-31 | 1 | -0/+205 |
* | When in --quiet mode, still show a message for failures in | Zac Medico | 2009-03-31 | 1 | -1/+1 |
* | In MetadataRegen._metadata_exit(), notify the consumer of failures (in this | Zac Medico | 2009-03-31 | 1 | -7/+10 |
* | reword the qa execstack notice since it can be triggered by pt_load sections ... | Mike Frysinger | 2009-03-31 | 1 | -5/+5 |
* | Add a "consumer" keyword parameter to the MetadataRegen constructor which | Zac Medico | 2009-03-31 | 2 | -8/+27 |
* | Add support in MetadataRegen for cleansing stale cache when only a subset | Zac Medico | 2009-03-30 | 2 | -10/+28 |
* | Add a cp_iter keyword argument to the MetadataRegen constructor, which can be | Zac Medico | 2009-03-30 | 1 | -15/+32 |
* | Fix --newuse code to compare installed package USE to the USE that a binary | Zac Medico | 2009-03-30 | 1 | -1/+1 |
* | Bug #264291 - Fix inappropriate build dir creation for emerge --fetchonly. | Zac Medico | 2009-03-30 | 2 | -3/+7 |
* | Implement _use_dep.__repr__(). Thanks to Douglass Anderson for the suggestion. | Zac Medico | 2009-03-30 | 1 | -0/+3 |
* | Update dep_getusedeps() docstring. Thanks to Douglass Anderson | Zac Medico | 2009-03-30 | 1 | -2/+2 |
* | Fix bug in old-style virtuals code from previous commit. | Zac Medico | 2009-03-29 | 1 | -1/+1 |
* | Inside depgraph.validate_blockers(), prevent false positives in PROVIDE | Zac Medico | 2009-03-29 | 1 | -5/+14 |
* | Document --root and --config-root. | Zac Medico | 2009-03-29 | 1 | -0/+12 |
* | Add a --root option that sets $ROOT (complements the --config-root option). | Zac Medico | 2009-03-29 | 2 | -2/+12 |
* | Add support for --rdeps-only and --root-deps options which are useful in | Zac Medico | 2009-03-29 | 3 | -1/+42 |
* | In order to eliminate the possibility of integer overflay, replace things like | Zac Medico | 2009-03-29 | 12 | -17/+17 |
* | Bug #243220 - Show messages in emerge.log when old versions are uninstalled | Zac Medico | 2009-03-28 | 2 | -6/+37 |
* | Don't show the package counter for "Uninstalling" messages. | Zac Medico | 2009-03-28 | 1 | -3/+6 |
* | Add (x of y ) package counter in the "Installing" message, similar to the | Zac Medico | 2009-03-28 | 1 | -1/+5 |
* | Make the argument hash in config.setcpv() a little stronger.v2.2_rc28 | Zac Medico | 2009-03-27 | 1 | -5/+7 |
* | Fix typo in comment. | Zac Medico | 2009-03-27 | 1 | -1/+1 |
* | In config.setcpv(), make sure the current args are really identical to the | Zac Medico | 2009-03-27 | 1 | -2/+7 |
* | Inside config.setcpv(), don't clear out self.configdict['pkg'] entirely | Zac Medico | 2009-03-27 | 1 | -4/+11 |
* | In portdbapi.findname2(), move some of the path joining out of the loop. | Zac Medico | 2009-03-27 | 1 | -3/+6 |
* | In dyn_unpack(), don't force a new unpack when the ebuild mtime is newer | Zac Medico | 2009-03-27 | 1 | -4/+1 |
* | When copying symlink targets to temp files, use a private temp dir inside | Zac Medico | 2009-03-27 | 1 | -2/+7 |
* | For consistency in output with other helpers, check for file existence | Zac Medico | 2009-03-27 | 1 | -1/+3 |
* | Move checks for /usr/lib/distcc/bin and /usr/lib/ccache/bin to the python | Zac Medico | 2009-03-26 | 2 | -20/+27 |
* | Make StaticFileSet.multiBuilder() filter hidden files and directories. Thanks | Zac Medico | 2009-03-26 | 1 | -0/+5 |
* | In config.regenerate(), always synchronize self.features with self['FEATURES']. | Zac Medico | 2009-03-26 | 1 | -4/+6 |
* | In config.setcpv(), clear out self.configdict["pkg"] to make sure that no | Zac Medico | 2009-03-26 | 1 | -0/+1 |
* | Bug #227265 - Make pkgsplit() allow multiple consecutive hyphens in package | Zac Medico | 2009-03-26 | 2 | -9/+5 |
* | Add test case for consecutive hyphens. | Zac Medico | 2009-03-25 | 1 | -0/+3 |
* | Bug #227265 - Make pkgsplit() allow "versiony looking parts" in package names, | Zac Medico | 2009-03-25 | 2 | -6/+4 |
* | Source bashrc after PATH tweaks inside ebuild_main(). | Zac Medico | 2009-03-25 | 1 | -1/+2 |
* | Move distcc and ccache PATH setup later, after EAPI is guaranteed to be known, | Zac Medico | 2009-03-25 | 1 | -58/+35 |