| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a --portdir option, requested by Daniel Robbins. | Zac Medico | 2010-06-22 | 1 | -0/+6 |
* | For clarity, make egencache --help and man page refer to --config-root | Zac Medico | 2010-04-02 | 1 | -1/+2 |
* | Add back executable bits, accidentally removed in previous commit. | Zac Medico | 2010-03-24 | 1 | -0/+0 |
* | Remove all svn $Id keywords. | Zac Medico | 2010-03-24 | 1 | -1/+0 |
* | Fix deprecated reference to portdbapi.mysettings. | Zac Medico | 2010-02-05 | 1 | -1/+1 |
* | Deprecate the first parameter of the portdbapi constructor since it is always | Zac Medico | 2010-01-30 | 1 | -1/+1 |
* | Add --tolerant option (already in use on master rsync mirror), requested by | Zac Medico | 2009-09-30 | 1 | -0/+5 |
* | Replace doct.keys() usage with __iter__(), since it behaves identically in | Zac Medico | 2009-09-22 | 1 | -2/+2 |
* | Define long as int when Python 3 is used. | Arfrever Frehtes Taifersar Arahesis | 2009-09-21 | 1 | -0/+3 |
* | Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems... | Arfrever Frehtes Taifersar Arahesis | 2009-09-21 | 1 | -3/+3 |
* | Support print() function with Python 2 in some files. | Arfrever Frehtes Taifersar Arahesis | 2009-09-20 | 1 | -0/+2 |
* | Update syntax of 'except' statements for compatibility with Python 3. | Arfrever Frehtes Taifersar Arahesis | 2009-09-20 | 1 | -7/+7 |
* | Use isjustname() where appropriate. | Zac Medico | 2009-09-12 | 1 | -1/+2 |
* | Update imports to import portage.os (with unicode wrappers), and use | Zac Medico | 2009-08-11 | 1 | -1/+1 |
* | Add portage ImportError sys.path insertion. | Zac Medico | 2009-08-10 | 1 | -1/+8 |
* | Fix import for split _emerge.MetadataRegen module. | Zac Medico | 2009-06-23 | 1 | -2/+2 |
* | Set local_config=False in config constructor calls, since egencache is similar | Zac Medico | 2009-04-11 | 1 | -2/+2 |
* | Show an error message when deletion of stale cache fails. | Zac Medico | 2009-04-11 | 1 | -1/+4 |
* | Initialize self._trg_cache.ec inside the GenCache constructor. | Zac Medico | 2009-04-09 | 1 | -0/+5 |
* | Add a --repo option, allowing cache to be generated for overlays. | Zac Medico | 2009-04-06 | 1 | -3/+15 |
* | Always generate an error if the target cache contains an apparently invalid | Zac Medico | 2009-04-03 | 1 | -5/+13 |
* | If there are not ebuilds matching a argument, only generate an error if there | Zac Medico | 2009-04-03 | 1 | -10/+19 |
* | Generate an error if there are no ebuilds found for a package that's | Zac Medico | 2009-04-03 | 1 | -0/+10 |
* | Add support for a EGENCACHE_DEFAULT_OPTS variable in make.conf. | Zac Medico | 2009-04-01 | 1 | -8/+28 |
* | 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 | 1 | -10/+41 |
* | Bug #261377 - Add a new 'egencache' tool to generate metadata cache for | Zac Medico | 2009-03-31 | 1 | -0/+205 |